Agents

Active
GitHub Python MIT

Description

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

💡 Full-stack project bootstrapping — One-click Django/FastAPI scaffolding via python-development plugin with tests, CI/CD, and security checks
💡 Automated security auditing — 192 agents in security plugin scan code vulnerabilities, dependency chain risks, and configuration issues
💡 Multi-language code migration — Language-specific expert agents assist cross-language refactoring with domain-tailored skill sets
💡 AI-assisted documentation — Auto-maintain API docs, architecture diagrams, and CHANGELOG via docs plugins
💡 Cross-IDE unified experience — Same plugins provide consistent agent capabilities across Claude Code, Cursor, Codex CLI and more

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 .
```

Related Projects