meta-agent-creator

Installation
SKILL.md

Custom Agent Creator

Overview

Subagents are specialized AI assistants defined as Markdown files with YAML frontmatter. Each subagent runs in its own context window with a custom system prompt, specific tool access, and independent permissions. When a task matches a subagent's description, the parent conversation delegates to it automatically, preserving main context while enforcing constraints.

When to use: Isolating high-volume operations (tests, logs), enforcing read-only access for reviewers, routing simple tasks to cheaper models, running parallel research, creating reusable team workflows.

When NOT to use: Tasks requiring frequent back-and-forth, quick targeted changes, workflows needing nested delegation (subagents cannot spawn subagents), latency-sensitive operations where fresh context gathering is costly.

Quick Reference

Pattern Configuration Key Points
File location (project) .claude/agents/name.md Shared via version control, priority 2
File location (user) ~/.claude/agents/name.md Available across all projects, priority 3
Required fields name, description Only two fields are mandatory
Tool restriction tools: Read, Grep, Glob Allowlist; inherits all if omitted
Tool denial disallowedTools: Write, Edit Denylist; removed from inherited set
Related skills
Installs
37
GitHub Stars
11
First Seen
Feb 24, 2026