Skill Builder

Create Claude Code Skills with YAML frontmatter and progressive disclosure.

3|1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/I-Onlabs/claude-code-skills --skill skill-builder-i-onlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/I-Onlabs/claude-code-skills/tree/main/skill-builder
Command: npx skills add https://github.com/I-Onlabs/claude-code-skills --skill skill-builder-i-onlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the creation of production-ready Claude Code Skills with proper frontmatter, structure, and organization.

Core Features & Use Cases

  • Guides the creation of production-ready SKILL.md with mandatory name and description.
  • Provides a progressive disclosure framework (Level 1-4) to scale skills without context overload.
  • Suggests optional directories (scripts/, references/, assets/) and templates to organize resources.
  • Includes validation guidance to ensure compliance before publishing.

Quick Start

Create a top-level skill directory under ~/.claude/skills/ with a properly formatted SKILL.md and add optional folders as needed.

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 and structure?

To create a Claude Code Skill, you need a top-level skill directory under ~/.claude/skills/ containing a SKILL.md file with mandatory YAML frontmatter that includes name and description fields for proper organization.

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

Progressive disclosure in Claude Code Skills uses a Level 1-4 content framework to scale skill complexity without causing context overload, allowing you to structure information hierarchically so users access only what they need.

Can I organize Claude Code Skill resources with scripts, references, and assets directories?

Yes, you can organize Claude Code Skill resources using optional directories such as scripts/, references/, and assets/ folders within your top-level skill directory to keep supporting files structured and accessible.

How do I validate a Claude Code Skill before publishing it?

Validating a Claude Code Skill before publishing involves checking that your SKILL.md contains proper YAML frontmatter with required name and description fields, and verifying the skill structure complies with formatting standards and organization rules.

Do I need any dependencies or external tools to build a Claude Code Skill?

No, building a Claude Code Skill requires no external dependencies or tools. You only need to create a properly formatted SKILL.md file with YAML frontmatter and optionally add resource directories for your skill assets.

What's the best way to scaffold a production-ready Claude Code Skill template?

The best way to scaffold a production-ready Claude Code Skill is to start with a SKILL.md template containing mandatory YAML frontmatter, then add Level 1-4 progressive disclosure content and optional resource directories as needed.