Skill Builder

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

4|3|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/natea/fitfinder --skill skill-builder-natea
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/natea/fitfinder/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/natea/fitfinder --skill skill-builder-natea

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Builder provides a dependable template and structure to create production-ready Claude Code Skills that follow a consistent frontmatter format, progressive disclosure, and clean project organization.

Core Features & Use Cases

  • Generates a top-level skill directory with SKILL.md frontmatter that adheres to the official spec.
  • Enforces a 4-level progressive disclosure architecture (Level 1 overview, Level 2 Quick Start, Level 3 detailed instructions, Level 4 reference) to scale skills across projects.
  • Creates optional scaffolds for scripts/, references/, and assets/ to support complex skills and documentation.
  • Ideal for teams building new Claude Code Skills, educators onboarding new users, and anyone standardizing skill templates across repositories.

Quick Start

Create a new skill skeleton at the top level in ~/.claude/skills/your-skill and begin by populating SKILL.md with frontmatter and the Level 1 overview.

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 the correct YAML frontmatter format?

To create a Claude Code Skill with correct YAML frontmatter, you need to define the required name and description fields in the SKILL.md file. The Skill Builder automates this by generating a production-ready skeleton with compliant frontmatter.

What is progressive disclosure in Claude Code Skills and how does it scale projects?

Progressive disclosure in Claude Code Skills is a 4-level content architecture: Level 1 overview, Level 2 Quick Start, Level 3 detailed instructions, and Level 4 reference. It scales projects by organizing information from basic to advanced systematically.

How do I scaffold a new Claude Skill directory and organize optional scripts and references?

You scaffold a new Claude Skill directory by generating the top-level structure at ~/.claude/skills/your-skill. The Skill Builder creates the SKILL.md file and optional scaffolds for scripts/, references/, and assets/ to organize complex documentation.

Do I need any dependencies or setup to generate skill templates for Claude Code?

No dependencies are required to generate skill templates for Claude Code. The Skill Builder operates independently to scaffold the directory structure, YAML frontmatter, and progressive disclosure sections without external packages.

Best way to standardize Claude Code Skills across multiple repositories for a team?

The best way to standardize Claude Code Skills across multiple repositories is using a consistent template generator. Skill Builder enforces a uniform 4-level progressive disclosure architecture and strict YAML frontmatter compliance for all generated skills.

Can I use the Skill Builder to onboard new users to the Claude Skills specification?

Yes, you can use the Skill Builder to onboard new users to the Claude Skills specification. It generates a ready-to-use skeleton that demonstrates the required frontmatter and the 4-level progressive disclosure structure defined by the official spec.