Agents
ActiveDescription
Intelligent automation and multi-agent orchestration for Claude Code. Supports automated workflows, task coordination, and intelligent agent system building.
Key Features
- 84 composable plugins — Each plugin is isolated and composable, loading only its agents, commands, and skills into context
- 192 domain-expert agents — Covering architecture, languages, infrastructure, security, data, ML, docs, business, and SEO
- Five-harness native support — Single Markdown source generates native artifacts for Claude Code, Codex CLI, Cursor, OpenCode, Gemini CLI, Copilot
- 102 slash commands — Scaffolding, security scans, test generation, infrastructure setup and more
- 16 multi-agent orchestrators — Full-stack, security, ML, incident response multi-agent workflow orchestration
- Three-tier model strategy — Opus 4.7 (architecture/security), inherit (user choice), Sonnet (docs/tests), Haiku (fast ops)
Use Cases
Categories
Quick Start
```bash
# Claude Code
git clone https://github.com/wshobson/agents.git ~/agents
cd ~/agents
/plugin marketplace add wshobson/agents
/plugin install python-development
# Codex CLI
npx codex-marketplace add wshobson/agents
# Gemini CLI
make generate HARNESS=gemini && gemini extensions install .
```