/ Directorio / Playground / buildwithclaude
● Comunidad davepoon ⚡ Instantáneo

buildwithclaude

por 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.

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

buildwithclaude-skill.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/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
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

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

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

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

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

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

Continue usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: buildwithclaude

How to find a specialized Claude agent for your task

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

Cuándo usarlo: You need Claude to act as a specialist — database optimizer, security auditor, DevOps engineer, etc.

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

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

Errores comunes
  • 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

Cuándo usarlo: You want Claude to automatically run actions on git events, code formatting, or security scanning.

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

Resultado: Automated hooks running on your development events.

Errores comunes
  • Too many hooks slow down git operations — Start with essential hooks (formatting, security) and add more only as needed
Combinar con: github

Combinaciones

Combínalo con otros MCPs para multiplicar por 10

buildwithclaude-skill + github

Discover buildwithclaude plugins that integrate with GitHub workflows

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

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
N/A — discovery platform
Tokens por llamada
0
Monetario
Free
Consejo
Individual plugins may have their own costs. Check before installing.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: N/A — per-plugin
Salida de datos: Varies per installed plugin

Resolución de problemas

Errores comunes y soluciones

Plugin install fails

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

Verificar: 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.

Verificar: curl https://buildwithclaude.com

Alternativas

buildwithclaude vs otros

AlternativaCuándo usarlaContrapartida
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

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills