Commit Graph

32 Commits

Author SHA1 Message Date
Seth Hobson
04e78f8bcb Add model specification to php-pro agent
Set model to 'sonnet' for PHP language specialist agent to match
the simplified naming convention used by other language specialists.
2025-07-31 16:30:44 -04:00
Seth Hobson
f6fbf2cf1e Merge pull request #20 from sbharth1/main
Add MIT License
2025-07-31 16:27:50 -04:00
Seth Hobson
a0d0c1f45f fix frontmatter model declaration with simple aliases 2025-07-31 16:04:36 -04:00
Siddharth
fb3bd33258 Add MIT License 2025-08-01 01:10:42 +05:30
Seth Hobson
005d7fafc7 Fix prompt-engineer to display actual prompts (#4)
The prompt-engineer agent now explicitly shows the complete prompt text
instead of just describing it. Changes include:

- Added mandatory instruction to always display prompts
- Created required output format with prompt section
- Updated deliverables to prioritize showing the actual prompt
- Added example demonstrating proper output format
- Included completion checklist to ensure prompts are displayed

This ensures users get the actual prompts they can use immediately.
2025-07-31 09:49:18 -04:00
Seth Hobson
e8d8e43338 Fix merge conflict marker in README.md 2025-07-31 09:37:15 -04:00
Seth Hobson
6cbe310ea6 Add model customization to all subagents (#7)
Implements claude-code v1.0.64's model customization feature by adding
model specifications to all 46 subagents based on task complexity:

- Claude Haiku 3.5 (8 agents): Simple tasks like data analysis, documentation
- Claude Sonnet 4 (26 agents): Development, engineering, and standard tasks
- Claude Opus 4 (11 agents): Complex tasks requiring maximum capability

This task-based model tiering ensures cost-effective AI usage while
maintaining quality for complex tasks.

Updates:
- Added model field to YAML frontmatter for all agent files
- Updated README with comprehensive model assignments
- Added model configuration documentation
2025-07-31 09:34:05 -04:00
Seth Hobson
29f56edb46 Merge pull request #10 from yenaryenar/main
Add php-pro subagent for idiomatic PHP programming.
2025-07-31 08:49:52 -04:00
Seth Hobson
eb8de39d08 Merge branch 'main' into main 2025-07-31 08:49:42 -04:00
Seth Hobson
f003ef1563 Update README.md 2025-07-31 08:46:29 -04:00
Seth Hobson
746047a0e7 Merge pull request #12 from t34wrj/patch-1
Update README.md to reflect addition of legal advisor
2025-07-31 08:45:36 -04:00
t34wrj
ffebc4b317 Update README.md to reflect addition of legal advisor
Updated number of specialised subagents and included 2 specific references to legal advisor subagent.
2025-07-31 07:49:26 +01:00
yenaryenar
599caf9f75 Add php-pro subagent for idiomatic PHP programming.
edit pro-pro.md
2025-07-31 14:59:47 +09:00
Seth Hobson
dbc4041881 Merge pull request #2 from DanielWTE/add-legal-advisor-agent
Add legal-advisor subagent
2025-07-30 11:33:02 -04:00
DanielWTE
3fe00d6473 Add legal-advisor subagent 2025-07-30 14:26:50 +02:00
Seth Hobson
c5f65be817 Merge pull request #1 from igor-sadchenko/main
Add cpp-pro subagent for idiomatic C++ programming
2025-07-28 18:28:36 -04:00
Igor Sadchenko
979472d264 Add cpp-pro subagent for idiomatic C++ programming. 2025-07-29 01:09:09 +03:00
Seth Hobson
067312baef Add 6 new business and specialized subagents
- Added business-analyst for KPIs, metrics, and growth projections
- Added content-marketer for SEO content and marketing campaigns
- Added sales-automator for cold outreach and proposal automation
- Added customer-support for FAQ, tickets, and support documentation
- Added risk-manager for portfolio risk and hedging strategies
- Added search-specialist for advanced web research and synthesis

Updated README:
- Increased count from 37 to 43 subagents
- Created new Business & Marketing section
- Added usage examples and workflows
- Updated guidance sections
2025-07-28 17:45:20 -04:00
Seth Hobson
bdc0578fb0 Add Commands repository reference to workflows section
- Added link to Claude Code Commands collection (52 slash commands)
- Highlighted integration between subagents and pre-built workflows
- Added Advanced Workflows section with slash command examples
- Shows how commands leverage subagents for complex orchestrations
2025-07-28 12:31:30 -04:00
Seth Hobson
7bf45cfbf2 Add mlops-engineer subagent and update README
- Added mlops-engineer to Data & AI section
- Updated count from 36 to 37 subagents
- Added to usage examples and workflow patterns
- Added to Analysis & Optimization guidance section
- Specializes in ML infrastructure, experiment tracking, model registries, and pipeline automation
2025-07-28 12:10:15 -04:00
Seth Hobson
6ae6bced42 Add database-admin subagent and update README
- Added database-admin to Infrastructure & Operations section
- Updated count from 35 to 36 subagents
- Added to usage examples and workflow patterns
- Added to Operations & Maintenance guidance section
- Specializes in backups, replication, user management, and disaster recovery
2025-07-28 12:02:59 -04:00
Seth Hobson
40d2687cc2 Add network-engineer subagent and update README
- Added network-engineer to Infrastructure & Operations section
- Updated count from 34 to 35 subagents
- Added to usage examples and workflow patterns
- Added to Operations & Maintenance guidance section
- Specializes in DNS, SSL/TLS, load balancing, and network debugging
2025-07-28 11:57:48 -04:00
Seth Hobson
cca2c18a49 Add error-detective subagent
Specializes in log analysis and pattern recognition:
- Log parsing and error extraction with regex patterns
- Stack trace analysis across programming languages
- Error correlation across distributed systems
- Anomaly detection in log streams
- Root cause analysis with actionable findings
2025-07-28 11:51:11 -04:00
Seth Hobson
5226a5f27d Add error-detective subagent to README
- Added error-detective to Quality & Security section
- Updated count from 33 to 34 subagents
- Added to production incident workflow example
- Added to Quality Assurance section
2025-07-28 11:49:13 -04:00
Seth Hobson
8238f91295 Update README with new agents and fix terraform-specialist filename
- Add rust-pro, c-pro, javascript-pro, sql-pro to Language Specialists
- Add terraform-specialist to Infrastructure & Operations
- Update total agent count from 28 to 33
- Fix typo: terraform-specilist.md → terraform-specialist.md
- Update 'When to Use Which Agent' section with new agents
2025-07-28 09:05:10 -04:00
Seth Hobson
b38b1d1948 add agents for rust-pro, c-pro, sql-pro, javascript-pro, terraform-specialist 2025-07-28 08:58:57 -04:00
Seth Hobson
5423007208 add agents for rust-pro, c-pro, sql-pro, javascript-pro, terraform-specialist 2025-07-28 08:58:49 -04:00
Seth Hobson
6da4a1729d readme updates 2025-07-26 12:14:20 -04:00
Seth Hobson
7fa9e3d5d5 readme updates 2025-07-26 12:11:37 -04:00
Seth Hobson
541ebeccdf Add GitHub links to all subagent files in README
- Add markdown links to each subagent file for easy navigation
- Fix typo: rename api-documentor.md to api-documenter.md
2025-07-24 22:32:58 -04:00
Seth Hobson
fd5d73f8af Add 5 new specialized subagents and update README
- Add architect-reviewer for code architecture reviews
- Add context-manager for managing context across agents
- Add dx-optimizer for developer experience improvements
- Add incident-responder for production incident handling
- Add prompt-engineer for LLM prompt optimization
- Add .gitignore file
- Update README.md with new subagents and correct count (28 total)
2025-07-24 22:28:03 -04:00
Seth Hobson
3e410e1156 initial commit 2025-07-24 19:29:24 -04:00