Skill Builder

Generate Claude Code Skills with YAML frontmatter and directory structure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/chrislemke/stoffy --skill skill-builder-chrislemke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/chrislemke/stoffy/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/chrislemke/stoffy --skill skill-builder-chrislemke

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation of new Claude Code Skills, ensuring they adhere to the official specification with proper YAML frontmatter, progressive disclosure structure, and complete directory organization.

Core Features & Use Cases

  • Skill Generation: Creates production-ready Claude Code Skills.
  • Specification Adherence: Enforces correct YAML frontmatter (name, description) and directory structure.
  • Use Case: When you need to build a custom skill for a specific workflow, generate a new skill template, or understand the Claude Skills specification, use this Skill Builder.

Quick Start

Use the Skill Builder to create a new skill named 'my-new-skill'.

Frequently Asked Questions about Skill Builder

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

FAQPage Schema
How do I create a custom Claude Code Skill with the correct directory structure?

To create a custom Claude Code Skill, you need to generate the correct YAML frontmatter, progressive disclosure structure, and complete directory organization according to the official specification. This Skill Builder automates that generation process.

What is the correct YAML frontmatter format for a Claude Code Skill?

The correct YAML frontmatter for a Claude Code Skill requires specific fields like 'name' and 'description' to define the skill's purpose. This generation tool enforces these specification rules to ensure your markdown files are valid.

Do I need to know Markdown and YAML to generate a Claude Code Skill?

You need a basic understanding of Markdown and YAML to use this Skill Builder effectively. This prerequisite knowledge helps you configure the generated skill templates and customize the progressive disclosure structure for your specific workflows.

What is the best way to build a skill template for a specific workflow?

The best way to build a skill template for a specific workflow is to use a generation tool that enforces the official Claude Skills specification. This ensures your custom skill has the correct directory organization and YAML frontmatter.

How does progressive disclosure work in Claude Code Skills?

Progressive disclosure in Claude Code Skills structures the markdown content so users receive information in layers. This generation tool automatically formats your custom skills to adhere to this specification, organizing the directory and content correctly.