huangdijia/oh-my-claude-code-plugins — Summary
oh-my-claude-code-plugins by huangdijia is a Claude Code plugin marketplace hosting 5 separate plugins: subagents (7 specialist agents), git (feature/hotfix branch commands), git-flow (PR/MR creation, commit generation, git hooks), mcp (5 pre-configured MCP servers), and skills (2 workflow skills). The system implements a spec-driven development workflow: strategic-planner creates specs/<feature>/requirements.md + design.md + tasks.md, task-executor implements one task at a time with checkbox tracking, and code-reviewer validates quality. Three git automation hooks (php-cs-fixer, auto-git-add, smart-commit) fire on file edits. The MCP plugin bundles context7, sequential-thinking, memory, tavily-mcp, and chrome-devtools servers. With 10 stars and bilingual documentation, this is a well-structured multi-plugin Claude Code marketplace.
Differs from seeds: Closest to kiro (spec-driven development with requirements/design/tasks triplet) and agent-os (installation scripts + command pack), but uniquely organizes as a multi-plugin marketplace with per-domain plugin separation, includes PHP-specific git hooks, and bundles a wider MCP surface (including chrome-devtools) than any seed except claude-flow.