claude-code-skills and claude-code-supervisor
These two tools are complements, as one offers a suite of plugins to assist with various stages of the software delivery lifecycle, while the other provides an auto-review and iteration mechanism to ensure quality, potentially leveraging the code generated or improved by the first tool's functionalities.
About claude-code-skills
levnikolaevich/claude-code-skills
Great Claude Code plugin suite — 6 installable plugins covering the full delivery lifecycle. Project bootstrap, documentation generation, codebase audits (security, quality, architecture, tests), Agile pipeline with multi-model AI review and quality gates, performance optimization, and GitHub community workflows.
Based on the README, here's a technical deep dive: The suite provides 129 composable skills distributed across 7 modular plugins that operate as Claude Code native tools via marketplace installation, each with independent functionality but sharing a common `/shared` resource directory and CLI skill naming convention (`ln-XXX` format for easy discovery). Key capabilities include hash-verified file editing via **hex-line-mcp** (content hash per line prevents stale-context corruption), **hex-graph-mcp** for AST-driven codebase indexing (SQLite graph with cycle/clone detection), and **hex-ssh-mcp** for token-efficient remote editing—all bundled MCP servers integrate with optional external services (Linear for issue tracking, Context7 for library docs, Ref for standards). Multi-model AI review delegates parallel code reviews to Codex and Gemini agents with fallback orchestration, while quality gates and
About claude-code-supervisor
guyskk/claude-code-supervisor
Auto-review and iterate until quality work is delivered - a better alternative to ralph-claude-code. Switch between multiple Claude Code providers (Kimi, GLM, MiniMax, etc.) with a single command.
Implements automatic task review through a "Stop Hook" mechanism that forks the full session context to a supervisor instance, preventing premature completion claims and iterating until quality standards are met. Provides provider abstraction by mapping multiple Claude API-compatible services (Kimi, GLM, MiniMax) through environment variable configuration, allowing seamless switching without reconfiguring Claude Code itself. Integrates directly with Claude Code's settings and hooks infrastructure while preserving user configurations through intelligent merge strategies.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work