Custom Agents
10.1 Agent Definition File Format
Agent definition files are stored at.claude/agents/{name}.md, using YAML front matter:
10.2 Available Tools and Model Selection
Available tools:| Tool | Description |
|---|---|
| Read | Read files |
| Write | Write files |
| Edit | Edit files |
| Bash | Execute commands |
| Glob | File search |
| Grep | Content search |
| Task | Invoke sub-Agents |
| Skill | Invoke Skills |
| mcp__exa__web_search_exa | Web search |
| mcp__exa__get_code_context_exa | Code search |
| mcp__chrome-devtools__* | Browser automation |
| Model | Use Case |
|---|---|
opus | Complex tasks (implementation, checking, debugging) |
sonnet | Medium tasks |
haiku | Simple, fast tasks |