meta:agent-creator
Installation
SKILL.md
Agent Creator
Quick Start
Step 1: Create the agent
# .claude/agents/my-reviewer.md
---
name: my-reviewer
description: Review code for specific patterns. Use proactively after implementing features.
tools: Read, Grep, Glob
model: haiku
---
# My Reviewer