create-subagent

Installation
SKILL.md

Create Subagent

Scaffold a new subagent in agents/ and link it into the right plugin.

For Claude Code, subagents are distributed via plugins. The AGENTS.md format is also compatible with other coding tools (Cursor, Copilot, Codex, Gemini, VS Code, Zed).

Workflow

  1. Find repo root Run: git rev-parse --show-toplevel Store result as <repo-root>.

  2. Gather info via script Run: node <skill-dir>/scripts/gather-subagent-info.cjs The script prompts the user in the terminal and returns one JSON line: { name, description, triggers, tools, plugin }

  3. Create agent directory and AGENTS.md Create <repo-root>/agents/<name>/AGENTS.md with a minimal skeleton — do not impose a structure:

Installs
1
First Seen
Jun 18, 2026
create-subagent — lichens-innovation/ai-dev-tools