claude-code-skills and claude-swe-workflows
The first is a comprehensive, mature plugin suite covering the full software engineering lifecycle (bootstrap, audits, documentation), while the second appears to be a personal/experimental mirror implementation of Claude Code plugins—making them alternatives rather than complements, with the first offering broader production-ready functionality.
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-swe-workflows
chrisallenlane/claude-swe-workflows
Personal Claude Code plugins (MIRROR)
Composable, multi-layered workflows for Claude Code that scale from single-ticket implementation to full-project orchestration with integrated planning, quality gates, and autonomous agent coordination. Each workflow layer—from `/implement` (single ticket) through `/implement-batch` and `/implement-project`—dispatches to language-specific specialists, runs QA verification and code review, then executes quality passes (refactoring, architecture review, test/doc audits). Planning workflows (`/scope`, `/scope-project`) use adversarial review to validate tickets before implementation, with supporting utilities for bug diagnosis, deliberation, and pre-release checks.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work