Claude Code Plugins: Orchestration and Automation
A comprehensive production-ready system combining 85 specialized AI agents, 15 multi-agent workflow orchestrators, and 44 development tools organized into 63 focused, single-purpose plugins for Claude Code.
Overview
This unified repository provides everything needed for intelligent automation and multi-agent orchestration across modern software development:
- 63 Focused Plugins - Granular, single-purpose plugins optimized for minimal token usage and composability
- 85 Specialized Agents - Domain experts with deep knowledge across architecture, languages, infrastructure, quality, data/AI, documentation, business operations, and SEO
- 15 Workflow Orchestrators - Multi-agent coordination systems for complex operations like full-stack development, security hardening, ML pipelines, and incident response
- 44 Development Tools - Optimized utilities including project scaffolding, security scanning, test automation, and infrastructure setup
Key Features
- Granular Plugin Architecture: 63 focused plugins optimized for minimal token usage
- Comprehensive Tooling: 44 development tools including test generation, scaffolding, and security scanning
- 100% Agent Coverage: All plugins include specialized agents
- Clear Organization: 23 categories with 1-6 plugins each for easy discovery
- Efficient Design: Average 3.4 components per plugin (follows Anthropic's 2-8 pattern)
How It Works
Each plugin is completely isolated with its own agents and commands:
- Install only what you need - Each plugin loads only its specific agents and tools
- Minimal token usage - No unnecessary resources loaded into context
- Mix and match - Compose multiple plugins for complex workflows
- Clear boundaries - Each plugin has a single, focused purpose
Example: Installing python-development loads only 3 Python agents and 1 scaffolding tool (~300 tokens), not the entire marketplace.
Installation
Step 1: Add the Marketplace
Add this marketplace to Claude Code:
/plugin marketplace add wshobson/agents
This makes all 63 plugins available for installation, but does not load any agents or tools into your context.
Step 2: Install Specific Plugins
Browse available plugins:
/plugin
Install only the plugins you need:
/plugin install python-development
/plugin install backend-development
Each installed plugin loads only its specific agents and commands into Claude's context.
Quick Start - Essential Plugins
💡 Getting Started? Install these popular plugins for immediate productivity gains.
Development Essentials
code-documentation - Documentation and technical writing
/plugin install code-documentation
Automated doc generation, code explanation, and tutorial creation for comprehensive technical documentation.
debugging-toolkit - Smart debugging and developer experience
/plugin install debugging-toolkit
Interactive debugging, error analysis, and DX optimization for faster problem resolution.
git-pr-workflows - Git automation and PR enhancement
/plugin install git-pr-workflows
Git workflow automation, pull request enhancement, and team onboarding processes.
Full-Stack Development
backend-development - Backend API design and architecture
/plugin install backend-development
RESTful and GraphQL API design with test-driven development and modern backend architecture patterns.
frontend-mobile-development - UI and mobile development
/plugin install frontend-mobile-development
React/React Native component development with automated scaffolding and cross-platform implementation.
full-stack-orchestration - End-to-end feature development
/plugin install full-stack-orchestration
Multi-agent coordination from backend → frontend → testing → security → deployment.
Testing & Quality
unit-testing - Automated test generation
/plugin install unit-testing
Generate pytest (Python) and Jest (JavaScript) unit tests automatically with comprehensive edge case coverage.
code-review-ai - AI-powered code review
/plugin install code-review-ai
Architectural analysis, security assessment, and code quality review with actionable feedback.
Infrastructure & Operations
cloud-infrastructure - Cloud architecture design
/plugin install cloud-infrastructure
AWS/Azure/GCP architecture, Kubernetes setup, Terraform IaC, and multi-cloud cost optimization.
incident-response - Production incident management
/plugin install incident-response
Rapid incident triage, root cause analysis, and automated resolution workflows for production systems.
Language Support
python-development - Python project scaffolding