Skip to main content

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 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

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:
  1. The agent file is downloaded to .claude/agents/
  2. Use @agent-name in your Claude Code chat to invoke it
  3. The agent automatically uses its specialized knowledge and tools
  4. 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

Build docs developers (and LLMs) love