Commit Graph

4 Commits

Author SHA1 Message Date
Daniel Avila e42e8ba19c fix: remove shorthand model names causing 404 API errors (#453)
Remove `model: sonnet/haiku/opus` from 396 component files. The Anthropic
API requires full model IDs (e.g., claude-sonnet-4-6), so shorthand names
cause 404 errors. Removing the field lets Claude Code use the user's
configured default model instead.

Fixes #99

https://claude.ai/code/session_01Hqx78XZNbdfh38YGZn4g4T

Co-authored-by: Claude <noreply@anthropic.com>
2026-03-25 20:19:17 -04:00
Daniel Avila 93b26a24e8 feat: Migrate 119 agents from VoltAgent/awesome-claude-code-subagents (#340) 2026-02-07 18:19:47 -05:00
Dani e2c81aa6f6 Enhance podcast creator team agents and programming language specialists
- Updated market-research-analyst agent description and added tools.
- Introduced new podcast-editor agent for audio editing and post-production.
- Revised podcast-trend-scout agent description and tools.
- Enhanced project-supervisor-orchestrator agent for workflow management.
- Updated seo-podcast-optimizer agent with improved description and tools.
- Revised social-media-copywriter agent for better engagement strategies.
- Enhanced twitter-ai-influencer-manager agent for AI community engagement.
- Added tools to various programming language agents (C, C#, C++, Go, JavaScript, PHP, Python, Rust).
- Introduced shell-scripting-pro agent for robust shell scripting.
- Updated sql-pro agent with additional tools.
- Added typescript-pro agent for TypeScript development.
- Enhanced api-security-audit agent with tools for security assessments.
- Introduced compliance-specialist agent for regulatory compliance.
- Added penetration-tester agent for ethical hacking and security assessments.
- Updated incident-responder and security-auditor agents with additional tools.
- Introduced seo-analyzer agent for technical SEO audits.
- Enhanced url-context-validator agent for contextual link validation.
- Updated url-link-extractor agent for comprehensive URL extraction.
- Introduced web-accessibility-checker agent for WCAG compliance audits.
2025-08-23 15:51:03 -04:00
Dani 48d334eb5c feat: organize components into logical subdirectories for better categorization
- Agents organized into 12 categories: ai-specialists, api-graphql, business-marketing, data-ai, database, development-team, development-tools, devops-infrastructure, documentation, expert-advisors, modernization, performance-testing, programming-languages, security, web-tools, plus existing team directories
- Commands organized into 6 categories: automation, documentation, git-workflow, licensing, project-management, testing, utilities
- MCPs organized into 5 categories: database, deepgraph, filesystem, integration, web
- Maintains backward compatibility with subcategory support for downloads while ensuring flat installation structure
- Improves discoverability and filtering in web interface with enhanced categorization

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-03 08:51:47 -04:00