claude-code-agents
Installation
SKILL.md
Claude Code Agents
Create and maintain Claude Code agents/subagents with predictable behavior, least-privilege tools, and explicit delegation contracts.
Quick Start
- Create an agent file at
.claude/agents/<agent-name>.md(kebab-case filename). - Add YAML frontmatter (required:
name,description; optional:tools,model,permissionMode,skills,hooks). - Write the agent prompt: responsibilities, workflow, and an output contract.
- Minimize tools: start read-only, then add only what the agent truly needs.
- Test on a real task and iterate.
Minimal template: