Claude Code Agents for Enterprise Development¶
A comprehensive collection of specialized Claude Code agents with domain expert savants and hybrid workflow commands for building production-ready, enterprise-grade applications.
Overview¶
Claude Code Agents implements a two-tier agent architecture designed to provide deep technical expertise across multiple technology stacks. This system combines the broad knowledge of savant orchestrators with the focused expertise of specialist implementers.
graph TB
subgraph tier1["TIER 1: SAVANTS"]
js[fullstack-js-savant<br/>JavaScript/TypeScript]
java[java-spring-savant<br/>Spring Ecosystem]
rn[react-native-savant<br/>React Native]
flutter[flutter-savant<br/>Flutter/Dart]
end
subgraph tier2["TIER 2: SPECIALISTS"]
subgraph jsstack[JavaScript Stack]
jsspec1[fullstack-nextjs]
jsspec2[frontend-ui]
jsspec3[backend-api]
end
subgraph crosscut[Cross-Cutting]
cross1[product-manager]
cross2[task-planner]
cross3[test-planner]
cross4[code-reviewer]
cross5[qa-tester]
cross6[security]
cross7[performance]
cross8[deployment]
cross9[database]
cross10[monitoring]
cross11[architect]
cross12[tech-writer]
end
end
tier1 -->|Delegates to| tier2
Key Features¶
Two-Tier Architecture¶
Tier 1: Savant Agents
Master orchestrators with broad, deep knowledge across entire technology ecosystems. Savants make architectural decisions, choose technologies, and coordinate specialist agents.
- fullstack-js-savant - JavaScript/TypeScript ecosystem master
- java-spring-savant - Spring ecosystem master
- react-native-savant - React Native mobile development master
- flutter-savant - Flutter/Dart mobile development master
Tier 2: Specialist Agents
Deep domain experts focusing on specific frameworks, tools, and practices within a stack.
- JavaScript specialists for Next.js, UI, and APIs
- Workflow specialists for PRD generation, task planning, and test planning
- Cross-cutting specialists for security, testing, performance, and more
Hybrid Workflow Commands¶
Structured slash commands that combine development workflow stages with technology expertise for guided, structured development:
/workflow-design-architecture- System architecture design/workflow-implement-fullstack- End-to-end feature implementation/workflow-review-code- Comprehensive code quality review/workflow-qa-e2e- End-to-end testing with Playwright/workflow-deploy- Production deployment with CI/CD
Why Use Claude Code Agents?¶
Production-Ready Expertise¶
Each agent provides comprehensive guidance for building enterprise-grade applications with modern best practices, security considerations, and performance optimizations.
Flexible Usage¶
Use savants for complex architectural decisions or specialists for focused implementation tasks. Mix and match based on your needs.
Guided Workflows¶
Workflow commands provide step-by-step guidance through design, implementation, review, QA, and deployment phases.
Technology-Specific¶
Deep expertise in modern JavaScript/TypeScript stack including Next.js 15+, React Server Components, tRPC, Prisma, and more.
Quick Start¶
Installation¶
Install all agents and workflow commands with one command:
View detailed installation instructions
First Steps¶
-
Use a savant for architecture decisions:
-
Use specialists for implementation:
-
Use workflow commands for guided development:
View complete quick start guide
Architecture¶
The two-tier architecture provides both breadth and depth:
flowchart LR
User[Developer] --> Choice{Task Type}
Choice -->|Complex/Architecture| Savant[Savant Agent]
Choice -->|Specific/Implementation| Specialist[Specialist Agent]
Savant --> Design[Architectural Design]
Savant --> Orchestrate[Orchestrate Specialists]
Specialist --> Implement[Deep Implementation]
Design --> Result[Complete Solution]
Orchestrate --> Result
Implement --> Result
When to Use Savants¶
- Architectural decisions and system design
- Technology stack selection
- Complex cross-cutting problems
- Full-stack feature orchestration
- High-level technical guidance
When to Use Specialists¶
- Framework-specific implementation
- UI component development
- API endpoint creation
- Database schema design
- Security audits
- Performance optimization
Learn more about the architecture
Technology Stack¶
Claude Code Agents provides expertise in modern JavaScript/TypeScript development:
Frontend¶
- Next.js 15+ with App Router
- React 18+ with Server Components
- TypeScript
- Tailwind CSS and shadcn/ui
- Radix UI primitives
Backend¶
- Next.js API Routes and Server Actions
- tRPC for type-safe APIs
- NextAuth.js v5 for authentication
- Node.js and Express/NestJS
Database¶
- PostgreSQL with Prisma ORM
- Redis for caching
- Database optimization and migrations
Testing & Quality¶
- Playwright for E2E testing
- Vitest for unit testing
- ESLint and Prettier
- Code review best practices
DevOps¶
- Vercel deployment
- Docker containerization
- GitHub Actions CI/CD
- Monitoring with Sentry
View complete tech stack reference
Example Workflows¶
Building a Blog Feature¶
# 1. Design the architecture
/workflow-design-nextjs
# 2. Implement end-to-end
/workflow-implement-fullstack
# 3. Review code quality
/workflow-review-code
# 4. Security audit
/workflow-review-security
# 5. Write tests
/workflow-qa-e2e
# 6. Deploy to production
/workflow-deploy
Creating an Authentication System¶
# Use savant for architecture
Use fullstack-js-savant to design authentication with NextAuth.js
# Use specialist for implementation
Use backend-api to implement NextAuth.js with GitHub OAuth
# Review security
/workflow-review-security
Agent Overview¶
Savants¶
- fullstack-js-savant - Master of JavaScript/TypeScript ecosystem
- java-spring-savant - Master of Spring ecosystem
- react-native-savant - Master of React Native mobile development
- flutter-savant - Master of Flutter/Dart mobile development
JavaScript Specialists¶
- fullstack-nextjs - Next.js 15+ with App Router and Server Components
- frontend-ui - shadcn/ui, Tailwind CSS, and accessibility
- backend-api - tRPC, REST APIs, and NextAuth.js authentication
Cross-Cutting Specialists¶
- product-manager - PRD generation from requirements
- task-planner - Development task breakdown (JSON/CSV)
- test-planner - Test case generation (JSON/CSV)
- code-reviewer - Code quality and best practices
- qa-tester - Playwright E2E and Vitest unit testing
- security - OWASP Top 10 and security best practices
- performance - Core Web Vitals optimization
- deployment - Vercel, Docker, and CI/CD
- database - PostgreSQL, Prisma, and optimization
- monitoring - Sentry, logging, and metrics
- architect - System design and scalability
- tech-writer - Technical documentation with MkDocs
View cross-cutting specialists
Getting Help¶
Contributing¶
Contributions are welcome! See our contributing guide for details on:
- Adding new agents
- Creating workflow commands
- Improving documentation
- Reporting issues
License¶
MIT License - See LICENSE for details.
Built for modern fullstack JavaScript developers who want to build production-ready, enterprise-grade applications with Next.js.