skill-creator

Scaffold Claude Code skills with YAML frontmatter and folder templates.

5.7k|744|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/FlorianBruniaux/claude-code-ultimate-guide --skill skill-creator-florianbruniaux
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/FlorianBruniaux/claude-code-ultimate-guide/tree/main/examples/skills/skill-creator
Command: npx skills add https://github.com/FlorianBruniaux/claude-code-ultimate-guide --skill skill-creator-florianbruniaux

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Creating Claude Code skills with consistent structure and YAML frontmatter is error-prone and repetitive; this tool automates scaffolding to ensure every skill starts from a solid, reusable template.

Core Features & Use Cases

  • Scaffold a new Claude Code skill with proper directory structure (SKILL.md, scripts/, references/, assets/).
  • Generate consistent, ready-to-edit SKILL.md frontmatter and content templates for rapid proficiency.
  • Provide bundled README.md guidelines and starter resources to accelerate collaboration and standardization.
  • Use cases include internal skill development, team onboarding, and quick packaging for distribution.

Quick Start

Run the initialization script to create a ready-to-use skill scaffold in your skills directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Claude Code skill with the correct folder structure?▼

To scaffold a new Claude Code skill, run the initialization script to generate a standardized directory structure including SKILL.md, scripts/, references/, and assets/ folders for immediate development.

What is the best way to ensure consistent YAML frontmatter across Claude Code skills?▼

Ensuring consistent YAML frontmatter requires using an automated scaffolding tool that generates ready-to-edit SKILL.md templates, enforcing structure and validation across skill name, description, and resources.

Can I use skill templates for team onboarding and internal distribution?▼

Yes, you can use skill templates for team onboarding and internal distribution. The scaffolder provides bundled README.md guidelines and starter resources to accelerate collaboration and standardization.

Why does generating self-contained Claude Code skills manually lead to errors?▼

Generating self-contained Claude Code skills manually is error-prone and repetitive because maintaining consistent YAML frontmatter and folder structure across multiple files requires significant manual validation.

What components are included when scaffolding a Claude Code skill?▼

Scaffolding a Claude Code skill includes generating initialization, script, reference, and asset components. This creates self-contained packages with standardized SKILL.md and ready-to-use templates.