claude-code-skills and gmickel-claude-marketplace

These two tools are competitors, as both are plugin suites aiming to enhance Claude's code generation capabilities across various stages of the software development lifecycle, offering overlapping functionalities such as project bootstrapping, code quality checks, and workflow management.

claude-code-skills
56
Established
Maintenance 13/25
Adoption 10/25
Maturity 13/25
Community 20/25
Maintenance 13/25
Adoption 10/25
Maturity 13/25
Community 14/25
Stars: 224
Forks: 40
Downloads:
Commits (30d): 0
Language: HTML
License: MIT
Stars: 545
Forks: 37
Downloads:
Commits (30d): 5
Language: Python
License: MIT
No Package No Dependents
No Package No Dependents

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 gmickel-claude-marketplace

gmickel/gmickel-claude-marketplace

Claude Code plugins for reliable AI coding. Flow-Next: plan-first workflows, Ralph autonomous mode (overnight coding with fresh context), multi-model review gates via RepoPrompt/Codex, re-anchoring to prevent drift, receipt-based gating.

Implements re-anchoring—re-reading specs and git state before every task—to combat context drift within Claude's token limits, using fresh context per task iteration. Supports cross-model review gates via RepoPrompt or Codex CLI, enabling multi-agent validation across different LLM backends. Ralph autonomous mode runs iteratively overnight with receipt-based gating and auto-blocking for stuck tasks, while dependency graphs enforce task ordering and multi-user safety via scan-based IDs without requiring a coordination server.

Scores updated daily from GitHub, PyPI, and npm data. How scores work