/ Verzeichnis / Playground / buildwithclaude
● Community davepoon ⚡ Sofort

buildwithclaude

von davepoon · davepoon/buildwithclaude

A discovery hub and marketplace for Claude Code plugins, agents, commands, hooks, and skills — 20k+ community extensions.

buildwithclaude is a centralized platform for finding and installing Claude Code extensions. It indexes 20k+ community plugins, 4,500+ MCP servers, 117 agents, 175 commands, 28 hooks, and 26 skills. Browse via buildwithclaude.com or install directly. Covers development, infrastructure, data, and blockchain specializations.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

buildwithclaude-skill.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "buildwithclaude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/davepoon/buildwithclaude",
        "~/.claude/skills/buildwithclaude"
      ],
      "_inferred": true
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "buildwithclaude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/davepoon/buildwithclaude",
        "~/.claude/skills/buildwithclaude"
      ],
      "_inferred": true
    }
  }
}

Cursor nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "buildwithclaude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/davepoon/buildwithclaude",
        "~/.claude/skills/buildwithclaude"
      ],
      "_inferred": true
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "buildwithclaude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/davepoon/buildwithclaude",
        "~/.claude/skills/buildwithclaude"
      ],
      "_inferred": true
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "buildwithclaude-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/davepoon/buildwithclaude",
        "~/.claude/skills/buildwithclaude"
      ]
    }
  ]
}

Continue nutzt ein Array von Serverobjekten statt einer Map.

~/.config/zed/settings.json
{
  "context_servers": {
    "buildwithclaude-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/davepoon/buildwithclaude",
          "~/.claude/skills/buildwithclaude"
        ]
      }
    }
  }
}

In context_servers hinzufügen. Zed lädt beim Speichern neu.

claude mcp add buildwithclaude-skill -- git clone https://github.com/davepoon/buildwithclaude ~/.claude/skills/buildwithclaude

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: buildwithclaude

How to find a specialized Claude agent for your task

👤 Claude Code users who want domain-expert AI assistance ⏱ ~10 min beginner

Wann einsetzen: You need Claude to act as a specialist — database optimizer, security auditor, DevOps engineer, etc.

Ablauf
  1. Search for agents
    Search buildwithclaude for agents related to database optimization and PostgreSQL.✓ Kopiert
    → List of relevant agents with descriptions and install instructions
  2. Install the agent
    Install the PostgreSQL optimizer agent.✓ Kopiert
    → Agent installed and activated

Ergebnis: A specialized agent ready to provide expert-level assistance.

Fallstricke
  • Agent quality varies across community submissions — Check ratings/reviews and GitHub stars before installing

Set up event-driven hooks for your development workflow

👤 Developers wanting automated Claude Code behaviors ⏱ ~15 min intermediate

Wann einsetzen: You want Claude to automatically run actions on git events, code formatting, or security scanning.

Ablauf
  1. Browse available hooks
    What hooks are available in buildwithclaude for git and code quality?✓ Kopiert
    → List of hooks like pre-commit formatting, security scanning, etc.
  2. Install a hook
    Install the pre-commit security scanning hook.✓ Kopiert
    → Hook configured and active

Ergebnis: Automated hooks running on your development events.

Fallstricke
  • Too many hooks slow down git operations — Start with essential hooks (formatting, security) and add more only as needed
Kombinieren mit: github

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

buildwithclaude-skill + github

Discover buildwithclaude plugins that integrate with GitHub workflows

Find buildwithclaude plugins that help with PR reviews and GitHub issue management.✓ Kopiert

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
N/A — discovery platform
Tokens pro Aufruf
0
Kosten in €
Free
Tipp
Individual plugins may have their own costs. Check before installing.

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: N/A — per-plugin
Datenabfluss: Varies per installed plugin

Fehlerbehebung

Häufige Fehler und Lösungen

Plugin install fails

Check that your Claude Code version supports the plugin format. Update Claude Code to the latest version.

Prüfen: claude --version
Agent not activating

Some agents require specific trigger phrases. Check the agent's documentation for activation keywords.

Marketplace not loading

Check your network connection and verify buildwithclaude.com is accessible.

Prüfen: curl https://buildwithclaude.com

Alternativen

buildwithclaude vs. andere

AlternativeWann stattdessenKompromiss
awesome-agent-skillsYou want a curated list rather than a marketplace, with cross-platform supportLess tooling but more manual curation
awesome-claude-skillsYou specifically want Claude Skills with progressive disclosureFocused on skills only, not agents/commands/hooks

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen