โก Updated for Sonnet 4.5 & Haiku 4.5 โ All agents optimized for latest models with hybrid orchestration
๐ฏ Agent Skills Enabled โ 47 specialized skills extend Claude's capabilities across plugins with progressive disclosure
A comprehensive production-ready system combining 85 specialized AI agents, 15 multi-agent workflow orchestrators, 47 agent skills, and 44 development tools organized into 63 focused, single-purpose plugins for Claude Code.
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
- 47 Agent Skills - Modular knowledge packages with progressive disclosure for specialized expertise
- 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
- 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
- Agent Skills: 47 specialized skills following for progressive disclosure and token efficiency
- 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)
Each plugin is completely isolated with its own agents, commands, and skills:
- Install only what you need - Each plugin loads only its specific agents, commands, and skills
- 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
- Progressive disclosure - Skills load knowledge only when activated
Example: Installing python-development loads 3 Python agents, 1 scaffolding tool, and makes 5 skills available (~300 tokens), not the entire marketplace.
Add this marketplace to Claude Code:
/plugin marketplace add wshobson/agentsThis makes all 63 plugins available for installation, but does not load any agents or tools into your context.
Browse available plugins:
/pluginInstall the plugins you need:
# Essential development plugins
/plugin install python-development # Python with 5 specialized skills
/plugin install javascript-typescript # JS/TS with 4 specialized skills
/plugin install backend-development # Backend APIs with 3 architecture skills
# Infrastructure & operations
/plugin install kubernetes-operations # K8s with 4 deployment skills
/plugin install cloud-infrastructure # AWS/Azure/GCP with 4 cloud skills
# Security & quality
/plugin install security-scanning # SAST with security skill
/plugin install code-review-ai # AI-powered code review
# Full-stack orchestration
/plugin install full-stack-orchestration # Multi-agent workflowsEach installed plugin loads only its specific agents, commands, and skills into Claude's context.
- Plugin Reference - Complete catalog of all 63 plugins
- Agent Reference - All 85 agents organized by category
- Agent Skills - 47 specialized skills with progressive disclosure
- Usage Guide - Commands, workflows, and best practices
- Architecture - Design principles and patterns
- Installation - Get started in 2 steps
- Essential Plugins - Top plugins for immediate productivity
- Command Reference - All slash commands organized by category
- Multi-Agent Workflows - Pre-configured orchestration examples
- Model Configuration - Haiku/Sonnet hybrid orchestration
Specialized knowledge packages following Anthropic's progressive disclosure architecture:
Language Development:
- Python (5 skills): async patterns, testing, packaging, performance, UV package manager
- JavaScript/TypeScript (4 skills): advanced types, Node.js patterns, testing, modern ES6+
Infrastructure & DevOps:
- Kubernetes (4 skills): manifests, Helm charts, GitOps, security policies
- Cloud Infrastructure (4 skills): Terraform, multi-cloud, hybrid networking, cost optimization
- CI/CD (4 skills): pipeline design, GitHub Actions, GitLab CI, secrets management
Development & Architecture:
- Backend (3 skills): API design, architecture patterns, microservices
- LLM Applications (4 skills): LangChain, prompt engineering, RAG, evaluation
Blockchain & Web3 (4 skills): DeFi protocols, NFT standards, Solidity security, Web3 testing
And more: Framework migration, observability, payment processing, ML operations, security scanning
โ View complete skills documentation
Strategic model assignment for optimal performance and cost:
- 47 Haiku agents - Fast execution for deterministic tasks
- 97 Sonnet agents - Complex reasoning and architecture
Orchestration patterns combine models for efficiency:
Sonnet (planning) โ Haiku (execution) โ Sonnet (review)
โ View model configuration details
/full-stack-orchestration:full-stack-feature "user authentication with OAuth2"Coordinates 7+ agents: backend-architect โ database-architect โ frontend-developer โ test-automator โ security-auditor โ deployment-engineer โ observability-engineer
โ View all workflow examples
/security-scanning:security-hardening --level comprehensiveMulti-agent security assessment with SAST, dependency scanning, and code review.
/python-development:python-scaffold fastapi-microserviceCreates production-ready FastAPI project with async patterns, activating skills:
async-python-patterns- AsyncIO and concurrencypython-testing-patterns- pytest and fixturesuv-package-manager- Fast dependency management
# Activates k8s skills automatically
"Create production Kubernetes deployment with Helm chart and GitOps"Uses kubernetes-architect agent with 4 specialized skills for production-grade configs.
23 categories, 63 plugins:
- ๐จ Development (4) - debugging, backend, frontend, multi-platform
- ๐ Documentation (2) - code docs, API specs, diagrams
- ๐ Workflows (3) - git, full-stack, TDD
- โ Testing (2) - unit testing, TDD workflows
- ๐ Quality (3) - code review, comprehensive review, performance
- ๐ค AI & ML (4) - LLM apps, agent orchestration, context, MLOps
- ๐ Data (2) - data engineering, data validation
- ๐๏ธ Database (2) - database design, migrations
- ๐จ Operations (4) - incident response, diagnostics, distributed debugging, observability
- โก Performance (2) - application performance, database/cloud optimization
- โ๏ธ Infrastructure (5) - deployment, validation, Kubernetes, cloud, CI/CD
- ๐ Security (4) - scanning, compliance, backend/API, frontend/mobile
- ๐ป Languages (7) - Python, JS/TS, systems, JVM, scripting, functional, embedded
- ๐ Blockchain (1) - smart contracts, DeFi, Web3
- ๐ฐ Finance (1) - quantitative trading, risk management
- ๐ณ Payments (1) - Stripe, PayPal, billing
- ๐ฎ Gaming (1) - Unity, Minecraft plugins
- ๐ข Marketing (4) - SEO content, technical SEO, SEO analysis, content marketing
- ๐ผ Business (3) - analytics, HR/legal, customer/sales
- And more...
โ View complete plugin catalog
- Single responsibility - Each plugin does one thing well
- Minimal token usage - Average 3.4 components per plugin
- Composable - Mix and match for complex workflows
- 100% coverage - All 85 agents accessible across plugins
Three-tier architecture for token efficiency:
- Metadata - Name and activation criteria (always loaded)
- Instructions - Core guidance (loaded when activated)
- Resources - Examples and templates (loaded on demand)
claude-agents/
โโโ .claude-plugin/
โ โโโ marketplace.json # 63 plugins
โโโ plugins/
โ โโโ python-development/
โ โ โโโ agents/ # 3 Python experts
โ โ โโโ commands/ # Scaffolding tool
โ โ โโโ skills/ # 5 specialized skills
โ โโโ kubernetes-operations/
โ โ โโโ agents/ # K8s architect
โ โ โโโ commands/ # Deployment tools
โ โ โโโ skills/ # 4 K8s skills
โ โโโ ... (61 more plugins)
โโโ docs/ # Comprehensive documentation
โโโ README.md # This file
To add new agents, skills, or commands:
- Identify or create the appropriate plugin directory in
plugins/ - Create
.mdfiles in the appropriate subdirectory:agents/- For specialized agentscommands/- For tools and workflowsskills/- For modular knowledge packages
- Follow naming conventions (lowercase, hyphen-separated)
- Write clear activation criteria and comprehensive content
- Update the plugin definition in
.claude-plugin/marketplace.json
See Architecture Documentation for detailed guidelines.
MIT License - see LICENSE file for details.