Documentation Index Fetch the complete documentation index at: https://docs.aitmpl.com/llms.txt
Use this file to discover all available pages before exploring further.
Development Team Components
The Development Team category includes AI specialists that replicate a complete software development team. These agents handle everything from frontend design to backend APIs, database architecture, testing, and deployment.
Browse Development Team Explore all development team components at aitmpl.com
Quick Install
# Install the full development team
npx claude-code-templates@latest \
--agent backend-developer \
--agent frontend-developer \
--agent devops-engineer \
--agent test-generator
# Or install individually
npx claude-code-templates@latest --agent backend-developer
Core Development Agents
Backend Developer Senior backend developer specializing in APIs, microservices, and scalable systems Expertise:
RESTful API design
Microservices architecture
Database integration
Authentication & authorization
Performance optimization
Production deployment
Tech Stack:
Node.js 18+, Python 3.11+, Go 1.21+
PostgreSQL, Redis, MongoDB
Docker, Kubernetes
OAuth2, JWT
npx claude-code-templates@latest --agent backend-developer
Example Usage: @backend-developer Create a user service API with JWT auth,
PostgreSQL persistence, and Redis caching. Target 100ms p95 latency.
Frontend Developer Expert in React, Vue, Angular, and modern frontend frameworks Expertise:
Component architecture
State management (Redux, Zustand, Pinia)
Responsive design
Performance optimization
Accessibility (WCAG)
Testing (Jest, Vitest, Testing Library)
Tech Stack:
React 18+, Vue 3, Angular 17+
TypeScript, Tailwind CSS
Vite, Webpack, Next.js
PWA, Web Workers
npx claude-code-templates@latest --agent frontend-developer
Example Usage: @frontend-developer Build a dashboard with charts, real-time updates,
and dark mode using React and Tailwind CSS.
Fullstack Developer End-to-end application development with frontend and backend expertise Expertise:
Full application architecture
Frontend + Backend integration
Database design
API development
Deployment automation
Performance tuning
Tech Stack:
React, Next.js, Vue, Nuxt
Node.js, Express, Fastify
PostgreSQL, MongoDB
Vercel, Railway, Fly.io
npx claude-code-templates@latest --agent fullstack-developer
DevOps Engineer Infrastructure, CI/CD, containerization, and deployment automation Expertise:
Infrastructure as Code (Terraform, Bicep)
Container orchestration (Docker, K8s)
CI/CD pipelines (GitHub Actions, GitLab CI)
Cloud platforms (AWS, Azure, GCP)
Monitoring & logging
Security hardening
Tech Stack:
Kubernetes, Docker, Helm
Terraform, Pulumi
Prometheus, Grafana
GitHub Actions, ArgoCD
npx claude-code-templates@latest --agent devops-engineer
Example Usage: @devops-engineer Set up a Kubernetes cluster with auto-scaling,
monitoring, and CI/CD pipeline for our microservices.
Specialized Development Agents
Mobile
Architecture
Testing
Desktop
Exploration
Mobile Development
Mobile Developer iOS, Android, React Native, and Flutter development npx claude-code-templates@latest --agent mobile-developer
iOS Developer Native iOS development with Swift and SwiftUI npx claude-code-templates@latest --agent ios-developer
Flutter UI Developer Cross-platform Flutter applications npx claude-code-templates@latest --agent flutter-ui-developer
Architecture & Design
Code Architect System architecture and design patterns npx claude-code-templates@latest --agent code-architect
Backend Architect Backend system architecture and scalability npx claude-code-templates@latest --agent backend-architect
UI/UX Designer User interface and experience design npx claude-code-templates@latest --agent ui-ux-designer
UI Designer Visual design and component libraries npx claude-code-templates@latest --agent ui-designer
CLI UI Designer Command-line interface design npx claude-code-templates@latest --agent cli-ui-designer
Testing & Quality Assurance
Test Generator Automated test generation with comprehensive coverage Capabilities:
Unit test generation
Integration test setup
E2E test scenarios
Test data factories
Mocking strategies
Coverage analysis
npx claude-code-templates@latest --agent test-generator
Example Usage: @test-generator Generate comprehensive tests for the user service
with 80%+ coverage, including edge cases and error scenarios.
Test Runner Test execution and automation npx claude-code-templates@latest --agent test-runner
Desktop Development
Electron Pro Cross-platform desktop applications with Electron npx claude-code-templates@latest --agent electron-pro
Code Exploration
Code Explorer Codebase analysis and documentation npx claude-code-templates@latest --agent code-explorer
Team Workflows
Full Development Cycle
# 1. Architecture phase
@code-architect Design a microservices architecture for an e-commerce platform
# 2. Backend implementation
@backend-developer Implement the product catalog service with PostgreSQL
# 3. Frontend development
@frontend-developer Build the product listing and detail pages
# 4. Testing
@test-generator Generate comprehensive tests for the product service
# 5. Deployment
@devops-engineer Set up CI/CD pipeline and Kubernetes deployment
API Development Team
# Backend API
npx claude-code-templates@latest --agent backend-developer
# Database design
npx claude-code-templates@latest --agent database-architect
# API documentation
npx claude-code-templates@latest --command generate-docs
# Testing
npx claude-code-templates@latest --agent test-generator
Mobile App Team
# Cross-platform mobile
npx claude-code-templates@latest --agent mobile-developer
# Backend API
npx claude-code-templates@latest --agent backend-developer
# UI/UX design
npx claude-code-templates@latest --agent ui-ux-designer
Best Practices
Agent Coordination
Start with Architecture : Use @code-architect to plan system design
Backend First : Implement APIs before frontend
Test as You Go : Use @test-generator alongside development
Deploy Early : Set up CI/CD with @devops-engineer from the start
Communication Between Agents
Agents can work together:
# Backend developer creates API
@backend-developer Create user authentication API
# Frontend developer integrates
@frontend-developer Integrate the authentication API with login form
# Test generator verifies
@test-generator Generate E2E tests for the authentication flow
Specialization vs. Generalization
Specialized agents (backend-developer, frontend-developer) for focused tasks
Generalized agents (fullstack-developer) for small projects or rapid prototyping
Real-World Examples
Example 1: SaaS Application
# Install team
npx claude-code-templates@latest \
--agent fullstack-developer \
--agent database-architect \
--agent devops-engineer
# Build features
@fullstack-developer Create subscription management with Stripe
@database-architect Design multi-tenant database schema
@devops-engineer Deploy to Kubernetes with auto-scaling
Example 2: Mobile App
# Install team
npx claude-code-templates@latest \
--agent mobile-developer \
--agent backend-developer \
--agent ui-ux-designer
# Build app
@ui-ux-designer Design the onboarding flow
@backend-developer Create the GraphQL API
@mobile-developer Build the React Native app
Example 3: Enterprise Web App
# Install team
npx claude-code-templates@latest \
--agent backend-architect \
--agent frontend-developer \
--agent devops-engineer \
--agent test-generator
# Build application
@backend-architect Design microservices architecture
@backend-developer Implement order processing service
@frontend-developer Build admin dashboard
@test-generator Create comprehensive test suite
@devops-engineer Set up production infrastructure
Team Templates
Use pre-configured team setups:
# Fullstack web team
npx claude-code-templates@latest --template fullstack-web
# Mobile development team
npx claude-code-templates@latest --template mobile-development
# Microservices team
npx claude-code-templates@latest --template microservices
Next Steps