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.
Agent Components
Agents are AI specialists that help with specific development tasks. Each agent has expertise in particular technologies, frameworks, or methodologies.
Browse All Agents Explore 400+ agents with search and filtering at aitmpl.com
Installation
# Install a single agent
npx claude-code-templates@latest --agent backend-developer
# Install multiple agents
npx claude-code-templates@latest --agent backend-developer --agent frontend-developer
# Install from specific category
npx claude-code-templates@latest --agent development-team/backend-developer
Agent Categories
Development
Database
DevOps
AI & Data
API & GraphQL
Documentation
Development Team Core development specialists for building applications:
backend-developer Senior backend developer specializing in APIs, microservices, and scalable systems npx claude-code-templates@latest --agent backend-developer
frontend-developer Expert in React, Vue, Angular, and modern frontend frameworks npx claude-code-templates@latest --agent frontend-developer
fullstack-developer End-to-end application development with frontend and backend expertise npx claude-code-templates@latest --agent fullstack-developer
mobile-developer iOS, Android, React Native, and Flutter development specialist npx claude-code-templates@latest --agent mobile-developer
devops-engineer Infrastructure, CI/CD, containerization, and deployment automation npx claude-code-templates@latest --agent devops-engineer
test-generator Automated test generation with comprehensive coverage npx claude-code-templates@latest --agent test-generator
Database Specialists Database architecture, optimization, and platform-specific experts:
database-architect Schema design, normalization, and database architecture npx claude-code-templates@latest --agent database-architect
postgres-pro PostgreSQL optimization, query tuning, and advanced features npx claude-code-templates@latest --agent postgres-pro
neon-expert Neon serverless Postgres specialist npx claude-code-templates@latest --agent neon-expert
database-optimizer Query optimization, indexing, and performance tuning npx claude-code-templates@latest --agent database-optimizer
DevOps & Infrastructure Cloud platforms, containerization, and infrastructure as code:
cloud-architect Multi-cloud architecture and infrastructure design npx claude-code-templates@latest --agent cloud-architect
kubernetes-specialist K8s deployment, scaling, and orchestration npx claude-code-templates@latest --agent kubernetes-specialist
terraform-engineer Infrastructure as Code with Terraform npx claude-code-templates@latest --agent terraform-engineer
azure-principal-architect Azure cloud architecture and best practices npx claude-code-templates@latest --agent azure-principal-architect
AI Specialists Machine learning, LLM development, and AI ethics:
llm-architect Large Language Model architecture and fine-tuning npx claude-code-templates@latest --agent llm-architect
prompt-engineer Expert prompt design and optimization npx claude-code-templates@latest --agent prompt-engineer
ai-ethics-advisor AI safety, bias detection, and ethical AI development npx claude-code-templates@latest --agent ai-ethics-advisor
model-evaluator ML model evaluation and performance analysis npx claude-code-templates@latest --agent model-evaluator
API Development RESTful APIs, GraphQL, and API architecture:
api-architect RESTful API design and architecture patterns npx claude-code-templates@latest --agent api-architect
graphql-architect GraphQL schema design and optimization npx claude-code-templates@latest --agent graphql-architect
Documentation Specialists Technical writing, API docs, and documentation automation:
documentation-expert Comprehensive technical documentation npx claude-code-templates@latest --agent documentation-expert
Agent Features
All agents include:
Specialized Knowledge : Deep expertise in specific technologies
Tool Access : Pre-configured with appropriate tools (Read, Write, Bash, etc.)
Best Practices : Industry-standard patterns and conventions
Model Selection : Optimized model choice for the task
How Agents Work
When you install an agent:
The agent file is downloaded to .claude/agents/
Use @agent-name in your Claude Code chat to invoke it
The agent automatically uses its specialized knowledge and tools
Results are integrated into your codebase
Example Usage
# Install backend developer agent
npx claude-code-templates@latest --agent backend-developer
# In Claude Code chat:
# @backend-developer Create a REST API for user management with JWT auth
Next Steps