/ Diretório / Playground / Claude Code System Prompts
● Comunidade Piebald-AI ⚡ Instantâneo

Claude Code System Prompts

por Piebald-AI · Piebald-AI/claude-code-system-prompts

All parts of Claude Code's system prompt and built-in tool descriptions, versioned per release.

Claude Code System Prompts is a skill that all parts of claude code's system prompt and built-in tool descriptions, versioned per release Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

claude-code-system-prompts.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-code-system-prompts": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Piebald-AI/claude-code-system-prompts",
        "~/.claude/refs/system-prompts"
      ],
      "_inferred": true
    }
  }
}

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-code-system-prompts": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Piebald-AI/claude-code-system-prompts",
        "~/.claude/refs/system-prompts"
      ],
      "_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": {
    "claude-code-system-prompts": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Piebald-AI/claude-code-system-prompts",
        "~/.claude/refs/system-prompts"
      ],
      "_inferred": true
    }
  }
}

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

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-code-system-prompts": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Piebald-AI/claude-code-system-prompts",
        "~/.claude/refs/system-prompts"
      ],
      "_inferred": true
    }
  }
}

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

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-code-system-prompts",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Piebald-AI/claude-code-system-prompts",
        "~/.claude/refs/system-prompts"
      ]
    }
  ]
}

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

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-code-system-prompts": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/Piebald-AI/claude-code-system-prompts",
          "~/.claude/refs/system-prompts"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add claude-code-system-prompts -- git clone https://github.com/Piebald-AI/claude-code-system-prompts ~/.claude/refs/system-prompts

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

Casos de uso

Usos do mundo real: Claude Code System Prompts

Use Claude Code System Prompts for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

Quando usar: You want skill integration for skill work without writing glue code.

Pré-requisitos
  • Repo installed / cloned — See repo README
Fluxo
  1. Install
    Set up the Claude Code System Prompts skill.✓ Copiado
    → skill listed in your agent config
  2. Invoke
    Use Claude Code System Prompts to run a representative task in skill.✓ Copiado
    → Tool call succeeds; result returned

Resultado: Real skill work completed via Claude Code System Prompts with one chat.

Armadilhas
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
Combine com: filesystem

Combinações

Combine com outros MCPs para 10× de alavancagem

claude-code-system-prompts + filesystem

Pair with filesystem for skill workflows that need local file IO.

Use Claude Code System Prompts together with filesystem.✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
primary_call task-specific For the main use case Varies

Custo e limites

O que custa rodar

Cota de API
Provider rate limits apply
Tokens por chamada
Varies
Monetário
Free / pay provider directly
Dica
Cache results; batch calls.

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: Use environment variables or your OS keychain.
Saída de dados: Depends on integration

Solução de problemas

Erros comuns e correções

Confirm install and restart your agent.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills