create-agent

Generate Claude Code subagents from a simple idea to a complete, production-ready document.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides developers and teams in standardizing Claude Code subagent creation from concept to a ready-to-use Markdown file, ensuring consistent frontmatter and structure.

Core Features & Use Cases

  • Provides a guided template for frontmatter (name, description) and optional fields (tools, memory, model),
  • Outlines a structured workflow (interview, research, writing, verification) to produce a complete agent file,
  • Enables plugin codebloom authors and projects to rapidly generate repeatable, validated subagent templates.

Quick Start

Create a new Claude Code subagent document from idea to production-ready file.

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 from an idea to a Markdown file?

You create Claude Code subagents by following a structured workflow—interview, research, writing, and verification—to generate a deployable Markdown file with consistent YAML frontmatter and sections.

What is the required frontmatter format for a Claude Code subagent template?

The required frontmatter format for a Claude Code subagent uses YAML with mandatory fields for name and description, plus optional fields for tools, memory, and model to ensure valid agent configuration.

How do I standardize subagent creation across multiple plugin projects?

You standardize subagent creation across projects by applying a guided template that enforces consistent frontmatter, defined sections, and a validation workflow, ensuring repeatable agent generation for project teams.

Can I specify which tools and models my Claude Code subagent uses?

Yes, you can specify tools and models by poputing the optional YAML frontmatter fields for tools, memory, and model when generating the subagent Markdown file.

What is the verification step in the Claude Code subagent creation workflow?

The verification step is the final stage of the subagent creation workflow that validates the generated Markdown file to ensure quality, safety, and correct frontmatter structure before deployment.

Do I need any dependencies to generate Claude Code subagent Markdown files?

No dependencies are required to generate Claude Code subagent Markdown files; the Skill operates independently to guide the interview, research, writing, and verification workflow from concept to file.