Skill Builder

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

4|1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/ChrisWu0318/goder-code --skill skill-builder-chriswu0318
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/ChrisWu0318/goder-code/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/ChrisWu0318/goder-code --skill skill-builder-chriswu0318

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating Claude Skills often requires consistent structure (top-level directories, SKILL.md frontmatter) and a clear progressive disclosure layout. This utility helps you scaffold those patterns quickly.

Core Features & Use Cases

  • Generate a ready-to-use skill skeleton with a valid SKILL.md frontmatter and a top-level skill directory.
  • Enforce progressive disclosure architecture (Level 1 metadata, Level 2 body, Level 3 references, Level 4 troubleshooting) for scalable skills.
  • Produce reusable templates for new workflows and document skill specifications for Claude Skills.

Quick Start

Run the steps to scaffold a new Claude Skill directory at ~/.claude/skills/your-skill with SKILL.md frontmatter and the four-level structure.

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 Claude Code skill with proper YAML frontmatter?

To create a Claude Code skill with proper YAML frontmatter, use a skill template that scaffolds a valid SKILL.md file containing required name and description fields, plus a complete top-level directory structure for scripts and assets.

What is progressive disclosure structure in Claude Skills?

Progressive disclosure in Claude Skills is a four-level architecture organizing content from Level 1 metadata, Level 2 body, Level 3 references, to Level 4 troubleshooting, ensuring scalable and maintainable skill specifications.

How do I scaffold a new skill directory for Claude Code workflows?

Scaffold a new skill directory by generating a skeleton at ~/.claude/skills/your-skill that includes a SKILL.md file with YAML frontmatter and the four-level progressive disclosure structure for immediate use.

Do I need any dependencies to generate Claude skill templates?

No dependencies are required to generate Claude skill templates, as the skill builder operates standalone to produce directory organizations and SKILL.md frontmatter without external packages.

What's the best way to organize references and assets in a Claude Skill?

Organize references and assets by using a top-level skill directory structure that supports optional folders, enforced by a skill template to maintain progressive disclosure levels and keep content modular.

Why does my Claude Skill need a four-level progressive disclosure layout?

A four-level progressive disclosure layout is needed to separate metadata, body, references, and troubleshooting, preventing context overload and ensuring Claude processes skill instructions efficiently.