create-subagent

Create standardized Claude Code subagents with YAML frontmatter templates.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/andy-austin/quipu --skill create-subagent-andy-austin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-subagent
Source: https://github.com/andy-austin/quipu/tree/main/.claude/skills/create-subagent
Command: npx skills add https://github.com/andy-austin/quipu --skill create-subagent-andy-austin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a clear, repeatable blueprint for creating specialized Claude Code subagents, including YAML frontmatter templates, system-prompt structure, and deployment guidance, so teams can rapidly compose new agents with consistent quality.

Core Features & Use Cases

  • Frontmatter templates for name, description, model, and tools to ensure consistent agent definitions.
  • System prompt guidance covering identity, capabilities, behavior, knowledge base, response style, and example interactions.
  • Project structure guidance for placing subagent definitions in .claude/agents/ or user-level agents, plus testing and deployment steps.
  • Use cases include creating new subagents for security auditing, data processing, or workflow automation, and standardizing agent configurations across teams.

Quick Start

Create a new Claude Code subagent by providing a unique name and description, and save it as a Markdown file with YAML frontmatter at the appropriate .claude/agents/ path, then fill in the system prompt content and example sections as described.

Frequently Asked Questions about create-subagent

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

FAQPage Schema
How do I create a Claude Code subagent for automated workflows?

To create a Claude Code subagent, define a unique name and description in YAML frontmatter, save the Markdown file under .claude/agents/, and fill in the system prompt to guide its behavior for your workflow.

What are the required frontmatter fields for defining a Claude Code subagent?

The required frontmatter fields for a Claude Code subagent are name and description. Optional fields include model and tools, which allow you to specify the subagent's execution environment and available capabilities.

What is the correct directory structure for deploying Claude Code subagents?

Claude Code subagents should be placed in the .claude/agents/ directory for project-level agents or ~/.claude/agents/ for user-level agents, ensuring proper discovery and deployment across multiple projects.

Can I use Claude Code subagents for security auditing and data processing?

Yes, you can use Claude Code subagents for security auditing, data processing, and workflow automation. You configure the subagent's identity, capabilities, and knowledge base within its system prompt to handle these specialized tasks.

What's the best way to standardize Claude Code subagent configurations across a team?

The best way to standardize subagent configurations is to use maintainable YAML frontmatter templates and structured system prompts, placing the definitions under .claude/agents/ with proper version control for consistency.