skill-creator

Guide users through SKILL.md frontmatter and workflow for ReviewFlow skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps teams create or update a ReviewFlow skill and ensures Claude can be extended with domain-specific workflows.

Core Features & Use Cases

  • Defines a modular skill structure with frontmatter (name, description, user-invocable) and an imperative body that the agent loads into context.
  • Describes the required skeleton and optional resources (references, assets, scripts) to bundle knowledge and tools for the skill.
  • Use Cases: creating new skills, updating existing skills, or documenting how to add slash commands to extend Claude's capabilities in the project.

Quick Start

Begin by following this guide to define a new skill or update an existing one using the frontmatter and workflow steps.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a Claude skill with YAML frontmatter and a workflow?▼

To create a Claude skill, you define a SKILL.md file with valid frontmatter (name, description, user-invocable) and an imperative body. You then outline the workflow, references, and assets to package the skill for agent context loading.

What is the required directory structure for packaging a skill?▼

The required skill root structure must contain a SKILL.md file with valid frontmatter. It can also include optional directories for scripts, references, and assets to bundle knowledge and tools alongside the skill workflow.

How do I register a new skill in CLAUDE.md?▼

Registering a skill in CLAUDE.md involves adding a registration step after defining your SKILL.md frontmatter and workflow. This ensures Claude can be extended with your domain-specific workflows and capabilities.

Can I update an existing skill workflow without breaking the frontmatter?▼

Yes, you can update an existing skill workflow by modifying the imperative body in SKILL.md. You must ensure the frontmatter fields (name, description, user-invocable) remain valid to maintain the skill structure.

What are skill frontmatter fields used for in skill management?▼

Skill frontmatter fields (name, description, user-invocable) define the modular skill structure and metadata. They guide how the agent loads the skill into context and determine how users invoke the skill.