A curated marketplace offering a comprehensive collection of Claude Code plugins including AI agents for specialized tasks, Git workflow automation, MCP server integrations, and development tools designed to enhance productivity and streamline development workflows.
npx claudepluginhub huangdijia/oh-my-claude-code-pluginsAI-powered agents for specialized development tasks
Enhanced Git commands for better version control workflow
Comprehensive Git Flow automation with hooks and commands
Model Context Protocol (MCP) server integrations for enhanced capabilities
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
A curated collection of custom agents and slash commands to enhance Claude Code with powerful development workflows. 中文版
Development Workflow Agents:
Supporting Agents:
Git Flow Branch Management (git plugin):
/git:feature <name> - Create a new feature branch from develop/git:hotfix <name> - Create a new hotfix branch from main/git-flow:status - Display comprehensive Git Flow statusGitHub (git-flow plugin):
/git-flow:pr:create - Create Pull Requests with automated branch management/git-flow:pr:review - Comprehensive PR code review with structured analysisGitLab (git-flow plugin):
/git-flow:mr:create - Create Merge Requests/git-flow:mr:review - MR review with customizable scope (performance, security, style)Git Commit (git-flow plugin):
/git-flow:commit:create - Generate semantic commits from staged changesPre-configured MCP servers for enhanced capabilities:
Specialized skills for specific development workflows:
Automated workflows triggered by events:
claude plugin marketplace add huangdijia/oh-my-claude-code-plugins
claude plugin install subagents@oh-my-claude-code-plugins
claude plugin install git@oh-my-claude-code-plugins
claude plugin install git-flow@oh-my-claude-code-plugins
claude plugin install mcp@oh-my-claude-code-plugins
claude plugin install skills@oh-my-claude-code-plugins
This plugin implements a three-phase development workflow:
Use the strategic planner to design your feature:
Use the strategic-planner agent to help me plan a user authentication feature
This creates structured specs in specs/<feature-name>/:
requirements.md - User stories with acceptance criteriadesign.md - Technical blueprint with diagramstasks.md - Granular task checklistExecute tasks one-by-one with surgical precision:
Use the task-executor agent to implement the next task from specs/user-auth/tasks.md
The agent will:
[ ] → [x]Automated quality assurance:
Use the code-reviewer agent to review my recent changes
Feature Development:
Use the feature-dev skill to help me implement a user authentication system
Code Review:
Use the code-review skill to review my recent changes
Create a commit:
/git-flow:commit:create
Create and review PRs:
/git-flow:pr:create
/git-flow:pr:review 123
Review with specific scope:
/git-flow:mr:review 456 performance
/git-flow:mr:review 789 security
The plugin implements a sophisticated multi-agent system: