Skill Builder

Generate Claude Code Skills templates with YAML frontmatter and progressive disclosure.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/Kling0012/MCRPG --skill skill-builder-kling0012
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/Kling0012/MCRPG/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/Kling0012/MCRPG --skill skill-builder-kling0012

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of production-ready Claude Code Skills templates with proper YAML frontmatter and a progressive disclosure structure.

Core Features & Use Cases

  • Enforces a consistent, top-level skill layout (SKILL.md, optional scripts/references/assets) for all Claude Skills.
  • Guides teams to implement progressive disclosure across Level 1-4 content, ensuring scalable, maintainable skill documentation.
  • Enables rapid generation of new skills from a shared blueprint, accelerating onboarding and standardization.

Quick Start

Create a new skill directory under ~/.claude/skills, add a properly formatted SKILL.md with the required frontmatter and structure, then restart Claude Code to detect the skill.

Frequently Asked Questions about Skill Builder

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

FAQPage Schema
How do I automate creation of Claude Skill templates with proper structure?

Skill Builder automates generation of production-ready Claude Code Skills templates with YAML frontmatter and progressive disclosure structure. It enforces consistent top-level layout (SKILL.md, optional scripts/references/assets directories) and guides Level 1-4 content organization, eliminating manual template setup across skill development workflows.

What is progressive disclosure in skill documentation and why does it matter?

Progressive disclosure structures content across four levels, revealing complexity incrementally so users access foundational information first, then deeper details. Skill Builder implements this pattern to ensure scalable, maintainable documentation that works for both simple and feature-rich skills without overwhelming new users.

Can I standardize Claude Skill structure across my team?

Yes. Skill Builder enforces consistent skill layout and YAML frontmatter requirements across all new skills, enabling rapid generation from a shared blueprint. This standardization accelerates onboarding, ensures compliance with Claude Code Skill standards, and reduces manual setup overhead for teams building multiple skills.

How do I set up a new skill after generating the template?

Create a new skill directory under ~/.claude/skills with a properly formatted SKILL.md file containing required YAML frontmatter and progressive disclosure content structure. Restart Claude Code to detect and register the skill automatically.

What YAML frontmatter does a production Claude Skill require?

Claude Skills require YAML frontmatter with at minimum a name and description field. Skill Builder generates complete, valid frontmatter templates that meet production requirements, eliminating syntax errors and ensuring compatibility with Claude Code's skill detection system.

Does Skill Builder work for both minimal and full-featured skills?

Yes. Skill Builder applies across skill development workflows of any scale—from minimal SKILL.md files to full-featured skills with scripts, references, and assets. The template scales with your needs while maintaining consistent structure and proper directory layout.