BUILD · AGENT

agent.md in 90 seconds

START FROM A TEMPLATE
Blank agentCode reviewer
STEP 1
Identity
Name
Will be saved as .claude/agents/blank-agent.md
Description
One-liner. Start with 'Use this agent when…' — this is what makes the parent delegate.
Trigger phrases
Comma separated. Example: 'review the diff, code review, second opinion on PR'
STEP 2
Tools
Pick only what the agent actually needs. Less is safer.
ReadEditWriteBashGrepGlobWebFetchWebSearch
STEP 3
Body
Markdown. Use 'Goal', 'Plan', 'Stop conditions'.
PREVIEW
blank-agent.md
.claude/agents/blank-agent.md
116 char description2 triggers3 tools
---
name: blank-agent
description: Use this agent when the user wants <multi-step work>. The agent owns the task end-to-end and reports back when done.

Triggers on requests like 'delegate <task>', 'run <multi-step task>'.
tools: Read, Edit, Bash
---

## Goal

What is the agent trying to accomplish?

## Plan

1. Step
2. Step
3. Step

## Stop conditions

- Done when …
- Stop and ask if …
Drop the file at the path above. Restart Claude Code so the agent registers.