CreateSkill

Create and validate Claude skills with TitleCase naming and YAML frontmatter.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/andallen/claude-monet --skill createskill-andallen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CreateSkill
Source: https://github.com/andallen/claude-monet/tree/main/skills/CreateSkill
Command: npx skills add https://github.com/andallen/claude-monet --skill createskill-andallen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires .

What problem does it solve?

This Skill streamlines the process of creating and validating new Claude skills, ensuring consistent structure, naming, and routing across Skill units.

Core Features & Use Cases

  • Canonical creation: Establishes standardized Skill root with SKILL.md frontmatter for new skills.
  • Validation & canonicalization: Ensures TitleCase naming, routing tables, and a flat folder structure per SkillSystem.md.
  • Guided templates: Provides baseline Workflows and Tools scaffolding to accelerate Skill deployment.

Quick Start

Run CreateSkill to scaffold a new skill directory with SKILL.md, Workflows, and Tools, all in TitleCase.

Frequently Asked Questions about CreateSkill

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

FAQPage Schema
How do I create a new Claude skill with canonical structure and TitleCase naming?

To create a new Claude skill with canonical structure, you use a scaffolding tool that generates a root directory with SKILL.md frontmatter, enforcing TitleCase naming conventions and proper workflow routing for immediate deployment.

What is the canonical structure for a Claude skill directory?

The canonical structure for a Claude skill directory requires a SKILL.md file with validated YAML frontmatter, a flat folder structure, baseline Workflows, and Tools scaffolding to ensure consistent routing and naming standards.

How do I validate YAML frontmatter and routing tables for a custom skill?

Validating YAML frontmatter and routing tables for a custom skill involves checking SKILL.md metadata against canonical standards, ensuring proper TitleCase conventions, and verifying that workflow routing aligns with the flat folder structure.

Does the skill creation process require a specific folder structure?

Yes, the skill creation process requires a flat folder structure per SkillSystem.md guidelines, which organizes the SKILL.md file alongside baseline Workflows and Tools scaffolding to maintain routing consistency.

What's the best way to scaffold a skill with routing, examples, and reference sections?

The best way to scaffold a skill with routing, examples, and reference sections is to use a guided generation tool that establishes a standardized root with SKILL.md frontmatter and applies TitleCase conventions automatically.

Why does my custom skill workflow routing fail validation?

Custom skill workflow routing fails validation when it deviates from the canonical flat folder structure defined in SkillSystem.md, or when SKILL.md frontmatter does not adhere to strict TitleCase naming conventions.