create-agent

Create custom subagents for Task delegation using a YAML file format.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/JoernStoehler/dnd-claude-code --skill create-agent-joernstoehler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent
Source: https://github.com/JoernStoehler/dnd-claude-code/tree/main/.claude/skills/create-agent
Command: npx skills add https://github.com/JoernStoehler/dnd-claude-code --skill create-agent-joernstoehler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating specialized AI agents, allowing for more organized and efficient delegation of complex tasks within an AI workflow.

Core Features & Use Cases

  • Agent Creation: Define and implement new custom subagents with specific roles and capabilities.
  • Workflow Delegation: Break down complex problems into smaller, manageable tasks assigned to specialized agents.
  • Use Case: When a user asks to "add a new agent" or when a multi-step process requires a dedicated AI assistant, this skill can be used to define and instantiate that agent.

Quick Start

Use the create-agent skill to add a new agent named 'lore-checker' that verifies lore consistency.

Frequently Asked Questions about create-agent

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

FAQPage Schema
How do I create a custom AI agent for task delegation?

To create a custom AI agent for task delegation, you define its purpose, tools, and operational workflow using a specific YAML file format. This structures the agent for specialized task assignment.

What is a subagent in AI prompt engineering workflows?

A subagent in AI prompt engineering is a specialized assistant defined to handle a specific, manageable portion of a complex workflow. It allows for organized task delegation within a larger process.

How do I define the operational workflow for a custom agent?

You define the operational workflow for a custom agent by specifying its purpose, tools, and workflow steps in a YAML file. This file format is required to instantiate the agent for delegation.

When should I use a dedicated subagent instead of a single prompt?

You should use a dedicated subagent when a multi-step process requires a specialized AI assistant or when you need to break down complex problems into smaller, manageable tasks for organized workflow delegation.

Does creating a custom agent require a specific file format?

Yes, creating a custom agent requires adherence to a specific YAML file format for agent definition. This format structures the purpose, tools, and operational workflow of the subagent.

Can I add reusable agent prompts for complex workflows?

Yes, you can add reusable agent prompts when complex workflows require specialized agents. This skill facilitates the creation and instantiation of these custom subagents for repeated use.