create-agent

Generate Claude Code subagent definitions and prompts in .claude directories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/StefanMaksimek/dev-challenge-2026 --skill create-agent-stefanmaksimek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent
Source: https://github.com/StefanMaksimek/dev-challenge-2026/tree/main/.claude/skills/create-agent
Command: npx skills add https://github.com/StefanMaksimek/dev-challenge-2026 --skill create-agent-stefanmaksimek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly scaffold Claude Code subagents with structured prompt files and agent definitions, enabling organized, version-controlled automation.

Core Features & Use Cases

  • Store agent definitions under .claude/agents/ and prompts under .claude/commands/agent-prompts/ for modular workflows
  • Generate ready-to-use agent and prompt templates from a single command
  • Enable reproducible agent creation across projects and teams
  • Use cases include scaffolding agents for code review, documentation, testing, and specialized automation tasks

Quick Start

To create a new agent, provide the agent name, purpose, and the required tools and prompts location, then run the create-agent workflow to generate the files and templates.

Frequently Asked Questions about create-agent

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

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

You create Claude Code subagents by providing the agent name, purpose, and required tools to generate structured agent definitions and prompt files in the .claude directories for scalable automation workflows.

What are Claude Code subagents and when do I need them?

Claude Code subagents are structured agent definitions and prompt files used for modular automation. You need them when building multiple agents for code analysis, documentation, testing, and specialized automation tasks.

How do I scaffold prompts and agent definitions in .claude directories?

You scaffold agent definitions and prompts in .claude directories by running a generation workflow that places files under .claude/agents and .claude/commands/agent-prompts with well-formed YAML frontmatter.

Does the create-agent workflow support version control for generated prompts?

Yes, the create-agent workflow supports version control by generating versioned prompt files and agent definitions as structured files in your project directory, enabling reproducible agent creation across teams and projects.

Can I use templates for rapid scaffolding of Claude Code agents?

Yes, you can use optional templates for rapid scaffolding of Claude Code agents. The workflow generates ready-to-use agent and prompt templates from a single command for quick setup.

What file format is required for Claude Code agent definitions and prompts?

Claude Code agent definitions and prompts require well-formed YAML frontmatter in the agent files and prompt files. These files must be placed under .claude/agents and .claude/commands/agent-prompts respectively.