Commit Graph

4 Commits

Author SHA1 Message Date
Seth Hobson
12765559a4 Comprehensive agent enhancement: Transform all 77 agents to expert-level
- Enhanced all agents with 2024/2025 best practices and modern tooling
- Standardized format with 8-12 detailed capability subsections per agent
- Added Django Pro and FastAPI Pro specialist agents
- Updated model assignments (Sonnet/Haiku) based on task complexity
- Integrated latest frameworks: React 19, Next.js 15, Flutter 3.x, Unity 6, etc.
- Enhanced infrastructure agents with GitOps, OpenTelemetry, service mesh
- Modernized AI/ML agents with LLM integration, RAG systems, vector databases
- Updated business agents with AI-powered tools and automation
- Refreshed all programming language agents with current ecosystem tools
- Enhanced documentation with comprehensive README reflecting all improvements

Total changes: 5,945 insertions, 1,443 deletions across 40 files
All agents now provide production-ready, enterprise-level expertise
2025-09-07 22:28:26 -04:00
Seth Hobson
a0d0c1f45f fix frontmatter model declaration with simple aliases 2025-07-31 16:04:36 -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
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