creating-agents
Installation
SKILL.md
Creating Agents
This skill teaches how to create effective Claude Code agent definition files (.md files in ~/.claude/agents/ or .claude/agents/).
Quick Start
Create a new agent at ~/.claude/agents/:
# ~/.claude/agents/my-agent.md
---
name: my-agent
description: Analyzes test coverage gaps and suggests missing test cases.
Use when reviewing test suites or when the user asks about test coverage.
tools: [Read, Grep, Glob, LS]
model: sonnet
color: teal
---