You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Claude Skills includes two types of agents: built-in subagents (.claude/agents/) for autonomous code workflows, and role-based agents (agents/) that combine multiple skills into specialized personas.
Built-In Subagents (6)
Located in .claude/agents/. Invoke with /agents/name in Claude Code.
Located in agents/. These are specialized AI personas that orchestrate multiple skills with domain-specific behavior. Each agent file defines the persona, tools, and workflows the agent uses.
Engineering (6)
Agent
Role
File
cs-tech-lead
Technical leadership, architecture reviews, team mentoring
agents/engineering/cs-tech-lead.md
cs-engineering-director
Engineering management, hiring, process optimization
agents/engineering/cs-engineering-director.md
cs-architecture-reviewer
Architecture review, system design validation
agents/engineering/cs-architecture-reviewer.md
cs-code-auditor
Deep code audit, quality analysis, refactoring recommendations
agents/engineering/cs-code-auditor.md
cs-doc-writer
Technical documentation, API docs, architecture guides