/ Diretório / Playground / claude-code-skills
● Comunidade levnikolaevich ⚡ Instantâneo

claude-code-skills

por levnikolaevich · levnikolaevich/claude-code-skills

A 7-plugin suite for Claude Code with 135+ skills and 3 bundled MCPs (hash-verified editing, code graph, remote SSH) — covers the full software lifecycle.

claude-code-skills (levnikolaevich) bundles plugins for Agile workflow, documentation, audits, bootstrap, optimization, community, and environment setup. Ships hex-line (hash-verified edits), hex-graph (code knowledge graph), and hex-ssh MCPs. MIT, fully open source.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

claude-code.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": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-skills"
      ],
      "_inferred": true
    }
  }
}

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-code": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-skills"
      ],
      "_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": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-skills"
      ],
      "_inferred": true
    }
  }
}

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

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-code": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-skills"
      ],
      "_inferred": true
    }
  }
}

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

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-code",
      "command": "npx",
      "args": [
        "-y",
        "claude-code-skills"
      ]
    }
  ]
}

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

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-code": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "claude-code-skills"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add claude-code -- npx -y claude-code-skills

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

Casos de uso

Usos do mundo real: claude-code-skills

Bootstrap a new project with Clean Architecture via claude-code-skills

👤 Solo devs, startup founders ⏱ ~30 min intermediate

Quando usar: You want a structured starting point instead of a blank directory.

Pré-requisitos
  • Claude Code installed — claude.ai/code
Fluxo
  1. Install the marketplace
    Add the claude-code-skills marketplace and install 'Project Bootstrap'.✓ Copiado
    → Plugin installed and commands available
  2. Scaffold
    Use the bootstrap skill to scaffold a Python FastAPI project with Clean Architecture: domain / application / infrastructure / interfaces layers.✓ Copiado
    → Directory tree with the standard layering + example module
  3. Set up dev env
    Use Setup Environment to add pre-commit, linters, test runner.✓ Copiado
    → Working make test out of the box

Resultado: A day-1 project with the structure you'd refactor toward eventually.

Get multi-model code review with claude-code-skills

👤 Teams that want cross-checked AI reviews ⏱ ~20 min advanced

Quando usar: Before merging significant PRs, you want more than one model's opinion.

Pré-requisitos
  • Codex and Gemini API keys configured — Plugin docs show env var names
Fluxo
  1. Run the review skill
    Use the Agile Workflow plugin's review skill on PR #123. Run Codex and Gemini in parallel; fall back to Claude if either times out.✓ Copiado
    → Three-column review: security, architecture, style
  2. Aggregate disagreements
    Where do the models disagree? Highlight those for human review.✓ Copiado
    → Disagreement list — the most valuable section

Resultado: A review that surfaces issues a single model would miss.

Combine com: github

Auto-generate and maintain docs with the documentation pipeline

👤 Teams behind on docs ⏱ ~40 min intermediate

Quando usar: Your README and architecture docs haven't been updated in months.

Fluxo
  1. Run framework detection + initial gen
    Run the Documentation Pipeline on this repo. Detect framework, generate README, architecture.md, and contributing.md.✓ Copiado
    → Draft docs reflecting actual code
  2. Set up refresh on CI
    Add a CI job that regenerates doc sections marked <!-- AUTOGEN --> on every merge.✓ Copiado
    → Docs stay fresh

Resultado: Living docs backed by the same codebase source of truth.

Run a full codebase audit (security, quality, architecture)

👤 Tech leads inheriting a codebase ⏱ ~60 min intermediate

Quando usar: First week on a new repo — you need a map and a risk list.

Fluxo
  1. Audit
    Run the Codebase Audit Suite. Return security, quality, architecture, test-coverage findings ranked by impact.✓ Copiado
    → Prioritized findings with file citations
  2. Triage into backlog
    Convert top-10 findings into GitHub issues with labels.✓ Copiado
    → Backlog populated

Resultado: A clear picture of what to fix first.

Combine com: github

Combinações

Combine com outros MCPs para 10× de alavancagem

claude-code + github

Audit findings → issues → PRs via the same suite

Run the audit, create issues for the top 10 findings, then draft PRs for the first 3.✓ Copiado
claude-code + hyper

Replace miscellaneous MCPs with a single hyper-mcp host

Keep hex-line/graph/ssh; retire unrelated npm MCPs in favor of signed plugins in hyper-mcp.✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
hex-line (MCP) file edit ops with hash verification When correctness of edits matters — avoids 'phantom edit' bugs 0
hex-graph (MCP) codebase queries Navigate symbol references, callers, imports 0 after index
hex-ssh (MCP) host, command Run commands on dev/prod boxes via SSH with audit 0

Custo e limites

O que custa rodar

Cota de API
Uses your LLM quotas plus whatever the MCPs reach
Tokens por chamada
Audit skills can use 20k+ tokens — worth it once per project
Monetário
Free, MIT
Dica
Install only the plugins you need — all 7 active at once is overwhelming

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: SSH keys for hex-ssh via standard ~/.ssh; no secrets stored by the suite
Saída de dados: Depends on enabled plugins
Nunca conceda: broad SSH to prod without audit

Solução de problemas

Erros comuns e correções

Plugin commands missing after install

Restart Claude Code; plugin registry is loaded at session start

Multi-model review times out on one model

Plugin falls back to Claude — check logs for which model failed and why

hex-ssh fails with auth error

SSH config must work without interactive prompts; use keys not passwords

Verificar: ssh -o BatchMode=yes user@host true

Alternativas

claude-code-skills vs. outros

AlternativaQuando usarTroca
Individual MCPs composed yourselfYou prefer hand-picked tools over a suiteMore setup; no shared orchestration model
Cursor Rules + built-insYou use Cursor, not Claude CodeDifferent ecosystem

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills