subagent-creator

Creates sub-agents with custom prompts and YAML frontmatter for Claude Code.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/beom84/Draft --skill subagent-creator-beom84
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-creator
Source: https://github.com/beom84/Draft/tree/main/.claude/skills/subagent-creator
Command: npx skills add https://github.com/beom84/Draft --skill subagent-creator-beom84

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Build sub-agents with custom system prompts, tool access, and lifecycle guidance to automate delegation inside Claude Code.

Core Features & Use Cases

  • Sub-agent format: Markdown frontmatter with name, description, tools, model, permissionMode, and skills
  • Lifecycle prompts: define behavior for invocation
  • Project vs User scope: place under .claude/agents/ or ~/.claude/agents/

Quick Start

Create a new sub-agent file under .claude/agents/ with the required YAML frontmatter and a system prompt content as shown in templates