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.
Добавьте в context_servers. Zed перезагружается автоматически.
claude mcp add claude-code -- npx -y claude-code-skills
Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.
Сценарии использования
Реальные сценарии: claude-code-skills
Bootstrap a new project with Clean Architecture via claude-code-skills
👤 Solo devs, startup founders⏱ ~30 minintermediate
Когда использовать: You want a structured starting point instead of a blank directory.
Предварительные требования
Claude Code installed — claude.ai/code
Поток
Install the marketplace
Add the claude-code-skills marketplace and install 'Project Bootstrap'.✓ Скопировано
→ Plugin installed and commands available
Scaffold
Use the bootstrap skill to scaffold a Python FastAPI project with Clean Architecture: domain / application / infrastructure / interfaces layers.✓ Скопировано
→ Directory tree with the standard layering + example module
Set up dev env
Use Setup Environment to add pre-commit, linters, test runner.✓ Скопировано
→ Working make test out of the box
Итог: 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
Когда использовать: Before merging significant PRs, you want more than one model's opinion.
Предварительные требования
Codex and Gemini API keys configured — Plugin docs show env var names
Поток
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.✓ Скопировано