claude-code-skills and se-cove-claude-plugin
Considering the expansive scope of "Great Claude Code plugin suite" for the entire delivery lifecycle and "SE-CoVe: Software Engineering Chain-of-Verification plugin for Claude Code" focusing on a specific verification process, these tools are **complements**, as the latter could be a specialized quality assurance and verification component within the broader lifecycle covered by the former.
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 se-cove-claude-plugin
vertti/se-cove-claude-plugin
SE-CoVe: Software Engineering Chain-of-Verification plugin for Claude Code
Implements independent code verification using Claude's multi-agent architecture—a baseline agent generates code and extracts claims, while isolated executor agents verify against requirements without seeing the implementation, then a synthesizer reconciles findings. Categorizes 35+ software engineering claims across correctness, security, and performance domains with confidence and severity scoring. Integrates as a Claude Code plugin with configurable verification modes (quick/thorough) and domain-specific focus areas including security, API contracts, and error handling.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work