Skill Builder

Create Claude Skills with YAML frontmatter and progressive disclosure structure.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/dejavoo21/Claude-Code-Help --skill skill-builder-dejavoo21
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/dejavoo21/Claude-Code-Help/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/dejavoo21/Claude-Code-Help --skill skill-builder-dejavoo21

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a standardized blueprint for building Claude Skills by enforcing YAML frontmatter, progressive disclosure structure, and clear directory organization, enabling consistent discovery and deployment.

Core Features & Use Cases

  • Provides a ready-to-use SKILL.md template with required frontmatter and a structured body for level-based instructions.
  • Guides users to organize optional scripts/, references/, and assets/ directories for on-demand resources.
  • Helps teams document and share reusable skill templates across personal and project skills.

Quick Start

Create your first skill by adding SKILL.md with proper frontmatter and placing the skill directory directly under ~/.claude/skills/your-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 Claude Skill with proper YAML frontmatter?

To create a Claude Skill with proper YAML frontmatter, use a standardized SKILL.md template that enforces required name and description fields, enabling consistent discovery and deployment across personal and project workflows.

What is the progressive disclosure structure for building Claude Skills?

The progressive disclosure structure for Claude Skills uses a three-level design within SKILL.md, organizing instructions so users receive essential information first and access on-demand resources via optional scripts/, references/, and assets/ directories.

How do I organize directories for a custom Claude automation skill?

Organize custom Claude automation skills by placing the SKILL.md file directly under the ~/.claude/skills/your-skill/ directory, and add optional scripts/, references/, and assets/ folders to store supporting on-demand resources.

Can I use this approach to build reusable development templates for my team?

Yes, you can build reusable development templates for your team by documenting and sharing standardized skill blueprints, ensuring consistent YAML frontmatter and directory organization across personal and project-level automation workflows.

Do I need dependencies to launch a production-ready Claude Skill?

No dependencies are required to launch a production-ready Claude Skill, as the blueprint operates independently by providing a ready-to-use SKILL.md template with structured body instructions and required YAML frontmatter.