/ Diretório / Playground / buildwithclaude
● Comunidade 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 que usar

Principais recursos

Demo ao vivo

Como fica na prática

buildwithclaude-skill.replay ▶ pronto
0/0

Instalar

Escolha seu 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
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.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 o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

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

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do 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

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

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

Armadilhas
  • 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

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

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

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

Combinações

Combine com outros MCPs para 10× de alavancagem

buildwithclaude-skill + github

Discover buildwithclaude plugins that integrate with GitHub workflows

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

Custo e limites

O que custa rodar

Cota de API
N/A — discovery platform
Tokens por chamada
0
Monetário
Free
Dica
Individual plugins may have their own costs. Check before installing.

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: N/A — per-plugin
Saída de dados: Varies per installed plugin

Solução de problemas

Erros comuns e correções

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

AlternativaQuando usarTroca
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

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills