subagents-creator

Create Claude Code subagents with YAML frontmatter in SKILL.md files.

1|Updated Aug 6, 2022
One-click install
npx skills add https://github.com/wormholecowboy/.dotfiles --skill subagents-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagents-creator
Source: https://github.com/wormholecowboy/.dotfiles/tree/main/claude-config/skills/subagents-creator
Command: npx skills add https://github.com/wormholecowboy/.dotfiles --skill subagents-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Subagents Creator enables rapid design and configuration of Claude Code subagents with isolated contexts, helping maintain focus, security, and modularity across projects.

Core Features & Use Cases

  • Structured agent definitions with YAML frontmatter (name, description, tools, model) for predictable behavior.
  • Step-by-step workflow to determine requirements, installation scope, and agent creation.
  • Reusable references and templates to standardize subagent design across teams or projects.

Quick Start

Create a new subagent definition file at .claude/agents/my-subagent.md with the required YAML frontmatter and a clear system prompt describing its role, constraints, and invocation rules. Refer to the examples in references/examples.md for inspiration.

Frequently Asked Questions about subagents-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Claude Code subagents with isolated contexts?

To create Claude Code subagents with isolated contexts, you define a new subagent file with required YAML frontmatter specifying the name, description, tools, and model, followed by a clear system prompt outlining its role and constraints.

What is the best way to standardize multi-agent workflows across team projects?

The best way to standardize multi-agent workflows across team projects is by using reusable references and templates to define, version, and share specialized agents, ensuring predictable behavior and modularity.

Do I need specific dependencies to configure Claude Code subagents?

No specific dependencies are required to configure Claude Code subagents. You only need lightweight YAML frontmatter in a SKILL.md file and optional references, scripts, or assets to customize prompts and deployment scopes.

Can I use YAML frontmatter to define agent tools and models for individual projects?

Yes, you can use YAML frontmatter to define structured agent configurations including the name, description, tools, and model for individual projects, ensuring predictable behavior and focused execution scopes.

How does context isolation improve Claude Code agent behavior?

Context isolation improves Claude Code agent behavior by maintaining focus, security, and modularity. It ensures each subagent operates within its defined constraints without interference from other workflows or unrelated project data.

When should I not use a subagent template for agent creation?

You should avoid using a subagent template for agent creation if your workflow does not require specialized, isolated contexts or if your project lacks the need for versioned, standardized agent definitions across multiple deployment scopes.