mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
Add technical documentation specialist subagents to README
- Added new Documentation section with 3 agents: - docs-architect: Long-form technical documentation (Opus) - reference-builder: Exhaustive API references (Haiku) - tutorial-engineer: Step-by-step tutorials (Opus) - Updated agent count from 50 to 53 - Updated model assignments section
This commit is contained in:
22
README.md
22
README.md
@@ -4,7 +4,7 @@ A comprehensive collection of specialized AI subagents for [Claude Code](https:/
|
|||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
This repository contains 50 specialized subagents that extend Claude Code's capabilities. Each subagent is an expert in a specific domain, automatically invoked based on context or explicitly called when needed. All agents are configured with specific Claude models based on task complexity for optimal performance and cost-effectiveness.
|
This repository contains 53 specialized subagents that extend Claude Code's capabilities. Each subagent is an expert in a specific domain, automatically invoked based on context or explicitly called when needed. All agents are configured with specific Claude models based on task complexity for optimal performance and cost-effectiveness.
|
||||||
|
|
||||||
## Available Subagents
|
## Available Subagents
|
||||||
|
|
||||||
@@ -65,6 +65,11 @@ This repository contains 50 specialized subagents that extend Claude Code's capa
|
|||||||
- **[legacy-modernizer](legacy-modernizer.md)** - Refactor legacy codebases and implement gradual modernization
|
- **[legacy-modernizer](legacy-modernizer.md)** - Refactor legacy codebases and implement gradual modernization
|
||||||
- **[context-manager](context-manager.md)** - Manages context across multiple agents and long-running tasks
|
- **[context-manager](context-manager.md)** - Manages context across multiple agents and long-running tasks
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
- **[docs-architect](docs-architect.md)** - Creates comprehensive technical documentation from existing codebases
|
||||||
|
- **[reference-builder](reference-builder.md)** - Creates exhaustive technical references and API documentation
|
||||||
|
- **[tutorial-engineer](tutorial-engineer.md)** - Creates step-by-step tutorials and educational content from code
|
||||||
|
|
||||||
### Business & Marketing
|
### Business & Marketing
|
||||||
- **[business-analyst](business-analyst.md)** - Analyze metrics, create reports, and track KPIs
|
- **[business-analyst](business-analyst.md)** - Analyze metrics, create reports, and track KPIs
|
||||||
- **[content-marketer](content-marketer.md)** - Write blog posts, social media content, and email newsletters
|
- **[content-marketer](content-marketer.md)** - Write blog posts, social media content, and email newsletters
|
||||||
@@ -74,12 +79,13 @@ This repository contains 50 specialized subagents that extend Claude Code's capa
|
|||||||
|
|
||||||
## Model Assignments
|
## Model Assignments
|
||||||
|
|
||||||
All 50 subagents are configured with specific Claude models based on task complexity:
|
All 53 subagents are configured with specific Claude models based on task complexity:
|
||||||
|
|
||||||
### 🚀 Haiku (Fast & Cost-Effective) - 8 agents
|
### 🚀 Haiku (Fast & Cost-Effective) - 9 agents
|
||||||
**Model:** `haiku`
|
**Model:** `haiku`
|
||||||
- `data-scientist` - SQL queries and data analysis
|
- `data-scientist` - SQL queries and data analysis
|
||||||
- `api-documenter` - OpenAPI/Swagger documentation
|
- `api-documenter` - OpenAPI/Swagger documentation
|
||||||
|
- `reference-builder` - Exhaustive technical references and API documentation
|
||||||
- `business-analyst` - Metrics and KPI tracking
|
- `business-analyst` - Metrics and KPI tracking
|
||||||
- `content-marketer` - Blog posts and social media
|
- `content-marketer` - Blog posts and social media
|
||||||
- `customer-support` - Support tickets and FAQs
|
- `customer-support` - Support tickets and FAQs
|
||||||
@@ -127,7 +133,7 @@ All 50 subagents are configured with specific Claude models based on task comple
|
|||||||
- `legacy-modernizer` - Framework migrations
|
- `legacy-modernizer` - Framework migrations
|
||||||
- `payment-integration` - Payment processing
|
- `payment-integration` - Payment processing
|
||||||
|
|
||||||
### 🧠 Opus (Maximum Capability) - 11 agents
|
### 🧠 Opus (Maximum Capability) - 13 agents
|
||||||
**Model:** `opus`
|
**Model:** `opus`
|
||||||
- `ai-engineer` - LLM applications and RAG systems
|
- `ai-engineer` - LLM applications and RAG systems
|
||||||
- `security-auditor` - Vulnerability analysis
|
- `security-auditor` - Vulnerability analysis
|
||||||
@@ -140,6 +146,8 @@ All 50 subagents are configured with specific Claude models based on task comple
|
|||||||
- `context-manager` - Multi-agent coordination
|
- `context-manager` - Multi-agent coordination
|
||||||
- `quant-analyst` - Financial modeling
|
- `quant-analyst` - Financial modeling
|
||||||
- `risk-manager` - Portfolio risk management
|
- `risk-manager` - Portfolio risk management
|
||||||
|
- `docs-architect` - Comprehensive technical documentation from codebases
|
||||||
|
- `tutorial-engineer` - Step-by-step tutorials and educational content
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -352,6 +360,12 @@ payment-integration → security-auditor → Validated implementation
|
|||||||
- **error-detective**: Log analysis, error pattern recognition, root cause analysis
|
- **error-detective**: Log analysis, error pattern recognition, root cause analysis
|
||||||
- **search-specialist**: Deep web research, competitive analysis, fact-checking
|
- **search-specialist**: Deep web research, competitive analysis, fact-checking
|
||||||
|
|
||||||
|
### 📚 Documentation
|
||||||
|
- **api-documenter**: OpenAPI/Swagger specs, API documentation
|
||||||
|
- **docs-architect**: Comprehensive technical documentation, architecture guides, system manuals
|
||||||
|
- **reference-builder**: Exhaustive API references, configuration guides, parameter documentation
|
||||||
|
- **tutorial-engineer**: Step-by-step tutorials, learning paths, educational content
|
||||||
|
|
||||||
### 💼 Business & Strategy
|
### 💼 Business & Strategy
|
||||||
- **business-analyst**: KPIs, revenue models, growth projections, investor metrics
|
- **business-analyst**: KPIs, revenue models, growth projections, investor metrics
|
||||||
- **risk-manager**: Portfolio risk, hedging strategies, R-multiples, position sizing
|
- **risk-manager**: Portfolio risk, hedging strategies, R-multiples, position sizing
|
||||||
|
|||||||
Reference in New Issue
Block a user