Create Specialist Agent banner
megabytespace megabytespace

Create Specialist Agent

Development community

Description

--- description: Scaffold a new spawnable specialist agent def and register it in the agent taxonomy argument-hint: <agent name + role> --- Scaffold a new specialist agent per [[agent-selection]] (anti-inflation: only when a role RECURS). **Purpose** — turn a recurring role into a reusable, well-scoped spawnable agent def. **When to use** — a role appeared in ≥2 runs and was handled ad-hoc by a generic worker. NOT for one-off roles (agent inflation is the failure mode). **Inputs** — `$ARGUME

Installation

Installs to ~/.claude/skills/megabytespace-claude-skills-create-specialist-agent/SKILL.md

Terminal
mkdir -p ~/.claude/skills/megabytespace-claude-skills-create-specialist-agent && curl -fsSL https://raw.githubusercontent.com/megabytespace/claude-skills/HEAD/commands/create-specialist-agent.md -o ~/.claude/skills/megabytespace-claude-skills-create-specialist-agent/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository