agent-creator

Design modular Claude Code agents with personas, preloaded skills, and frontmatter validation.

41|7|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/DGouron/review-flow --skill agent-creator-dgouron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/DGouron/review-flow/tree/main/.claude/skills/agent-creator
Command: npx skills add https://github.com/DGouron/review-flow --skill agent-creator-dgouron

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create and orchestrate specialized Claude Code agents by applying a standardized pattern for agent design, improving reusability and scalability.

Core Features & Use Cases

  • Define targeted agent personas and preloaded skills to bootstrap context.
  • Create orchestration patterns (swarm agents, motor agents, or multi-agent workflows) for complex tasks.
  • Reference reusable templates and best practices to accelerate agent creation.

Quick Start

Create a new specialized agent by adding a .claude/agents/<name>.md with YAML frontmatter and a sample mission.

Frequently Asked Questions about agent-creator

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

FAQPage Schema
How do I create specialized Claude Code agents for complex workflows?

Create specialized Claude Code agents by defining targeted personas and preloaded skills in a .claude/agents/<name>.md file with YAML frontmatter. This enforces modular, reusable agent design through validated templates and guided patterns.

What is the best way to orchestrate multi-agent workflows in Claude Code?

Orchestrate multi-agent workflows by applying standardized patterns like swarm agents or motor agents within the ReviewFlow framework. This approach improves reusability and scalability for complex task execution.

Does Claude Code support reusable agent templates with YAML frontmatter validation?

Yes, Claude Code agent creation enforces YAML frontmatter validation to ensure standardized agent definitions. You define agent personas and preloaded skills using reusable templates and best practice references.

How do I bootstrap context for a new Claude Code agent?

Bootstrap context for a new agent by defining targeted personas and preloaded skills in your agent file. This provides the necessary background and capabilities the agent needs to execute its assigned mission.

Can I use swarm agents and motor agents for task automation in Claude Code?

Yes, you can create orchestration patterns using swarm agents and motor agents for task automation. These patterns allow specialized agents to collaborate within structured multi-agent workflows.

What are the limitations of using standardized patterns for Claude Code agent design?

Standardized agent patterns require adherence to frontmatter validation and template structures within the ReviewFlow framework. Complex custom orchestration logic may need to conform to these predefined modular constraints.