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.
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 minintermediate
Quando usar: You want a structured starting point instead of a blank directory.
Pré-requisitos
Claude Code installed — claude.ai/code
Fluxo
Install the marketplace
Add the claude-code-skills marketplace and install 'Project Bootstrap'.✓ Copiado
→ Plugin installed and commands available
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
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 minadvanced
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
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