A collection of skills for coding agents
npx claudepluginhub adbutterfield/coding-agent-pluginsPractical skills for coding agents: React/Next.js optimization and safe Vitest execution
Skills for working with Claude Code: creating skills and orchestrating task agents
Adversarial debate skills for coding agents: multi-persona code review debates and pre-implementation planning debates
A marketplace of skill plugins for coding agents using Claude Code CLI.
Practical skills for coding agents: React/Next.js optimization and safe Vitest execution.
| Skill | Description |
|---|---|
| developing-react-apps | 47 performance optimization rules for React and Next.js applications covering async patterns, bundle optimization, server/client rendering, re-render prevention, and more |
| running-vitest-safely | Safe Vitest test execution with proper flags to prevent hung processes, manage watch mode, set timeouts, and ensure proper cleanup |
Skills for working with Claude Code: creating skills, creating custom agents, and orchestrating task agents.
| Skill | Description |
|---|---|
| creating-agents | Create custom Claude Code subagents with appropriate scopes, tool restrictions, and lifecycle hooks for specialized domain experts |
| creating-skills | Create new Claude Code skills, edit existing skills, or convert sub-agents to skills. Includes guidance on SKILL.md structure, naming conventions, and best practices |
| orchestrating-task-agents | Best practices for delegating work to Task agents including XML prompt structure, agent type selection, parallel/sequential coordination, and skill invocation patterns |
Adversarial debate for code reviews and implementation planning using specialized multi-agent teams.
| Skill | Description |
|---|---|
| debating-code-reviews | Orchestrate a team of 4 specialized reviewers (Tracer, Architect, Breaker, Prosecutor) who independently analyze code, then debate each other's findings to catch more bugs |
| debating-implementation-plans | Orchestrate a team of 4 planning specialists (Scout, Planner, Critic, Prosecutor) who independently analyze a task, then debate to produce a validated implementation plan |
Add the marketplace to Claude Code:
/plugin marketplace add adbutterfield/coding-agent-plugins
Then install the plugins you want:
/plugin install coding-skills@coding-agent-plugins
/plugin install meta-skills@coding-agent-plugins
/plugin install debate-skills@coding-agent-plugins
Or install all:
/plugin install coding-skills@coding-agent-plugins meta-skills@coding-agent-plugins debate-skills@coding-agent-plugins
The developing-react-apps skill was initially based on react-best-practices from Vercel Labs. It has since been revised to follow official Claude Code skill authoring best practices and the Agent Skills Specification, along with personal experience crafting skills that agents can effectively use.
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations