subagent-creator

Official

Create focused Claude Code sub-agents.

AuthorWondermove-Inc
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps users design and instantiate sub-agents with customized system prompts, tool access, and scope settings to automate domain-specific tasks in Claude Code.

Core Features & Use Cases

  • Configurable tools, models, and permissions for sub-agents
  • Project or user scope with directories at .claude/agents/ or ~/.claude/agents
  • System prompt templates to define roles and behavior
  • Auto-loading of skills and reusable templates
  • Examples of possible sub-agents (code-reviewer, debugger, data-scientist)

Quick Start

Create a new sub-agent by writing a Markdown file at .claude/agents/<name>.md with YAML frontmatter that defines name, description, tools, model, and permissionMode, and place the system prompt below the frontmatter. Copy from assets/subagent-template.md as a starting point. Choose scope: project (.claude/agents) or user (~/.claude/agents).

Dependency Matrix

Required Modules

None required

Components

referencesassets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: subagent-creator
Download link: https://github.com/Wondermove-Inc/wlab-claude-code-marketplace/archive/main.zip#subagent-creator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository