skill-creator

Generate standards-compliant SKILL.md files with YAML frontmatter from user inputs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/aiguy611/cc-tools --skill skill-creator-aiguy611
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/aiguy611/cc-tools/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/aiguy611/cc-tools --skill skill-creator-aiguy611

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

skill-creation enables users to convert requirements into a ready-to-use Claude Code skill by generating a correctly structured SKILL.md, including YAML frontmatter and guidance for validation.

Core Features & Use Cases

  • Generates a standards-compliant SKILL.md from user inputs (name, description, triggers) and recommended tooling.
  • Creates optional references/ directory scaffolding for extended documentation and best practices.
  • Enforces naming, description length, and directory layout constraints to ensure discoverable, valid skills.

Quick Start

Provide skill requirements (name, purpose, triggers) and let Skill Creator scaffold the skill directory and generate the SKILL.md.

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 Code skill from requirements?▼

To create a Claude Code skill, provide your requirements such as the skill name, purpose, and triggers. Skill Creator automatically generates a standards-compliant SKILL.md file with correct YAML frontmatter and scaffolds the directory structure for immediate use.

What is the correct directory structure and file format for Claude Code skills?▼

Claude Code skills require a SKILL.md file with valid YAML frontmatter and an optional references directory for extended documentation. This structure ensures the skill is discoverable and passes validation checks.

Can I use Skill Creator to generate the YAML frontmatter and validation rules for a skill?▼

Yes, Skill Creator enforces constraints on naming, description length, and frontmatter formatting to generate valid YAML. It ensures the produced SKILL.md meets official Anthropic specifications for discoverable, production-ready skills.

What's the best way to scaffold a references directory for extended skill documentation?▼

The best way to scaffold a references directory is to let Skill Creator organize it during the initial skill generation process. It creates the optional references structure alongside the SKILL.md to house extended documentation and best practices.

Do I need to manually validate Claude Code skill naming and description length constraints?▼

No, you do not need to manually validate constraints. Skill Creator automatically enforces naming conventions and description length limits during the SKILL.md generation process to ensure the output meets official specifications.

Why does my Claude Code skill fail validation or remain undiscoverable?▼

Claude Code skills fail validation when the SKILL.md has incorrect directory layout, invalid YAML frontmatter, or naming and description constraints that do not meet specifications. Skill Creator enforces these rules automatically to prevent discovery issues.