Skill Builder

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

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/yashurathod/Portfolio --skill skill-builder-yashurathod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/yashurathod/Portfolio/tree/main/.github/skills/skill-builder
Command: npx skills add https://github.com/yashurathod/Portfolio --skill skill-builder-yashurathod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of production-ready Claude Skills.

Core Features & Use Cases

  • Provides a clear template and rules to ensure YAML frontmatter validity and a robust, scalable directory structure.
  • Guides users through building skills with progressive disclosure (Level 1-4) and optional resources (scripts, references, assets).
  • Enables rapid skill generation and consistent documentation, enabling teams to publish and maintain Claude Skills reliably.

Quick Start

Create a new skill directory at the top level and add SKILL.md containing proper frontmatter and a brief 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 production-ready Claude Code Skills with valid YAML frontmatter?

To create Claude Code Skills, use a template that automates YAML frontmatter generation and enforces required fields like name and description, ensuring your SKILL.md file maintains ecosystem compatibility and proper progressive disclosure structure.

What is progressive disclosure structure when building Claude Skills?

Progressive disclosure in Claude Skills organizes documentation into Level 1-4 content tiers, allowing users to scale from a brief overview to detailed technical references, scripts, and assets without overwhelming the initial skill reading experience.

How do I structure a scalable directory for Claude Skills documentation?

A scalable Claude Skills directory requires a top-level folder containing a SKILL.md file with valid YAML frontmatter, supplemented by optional sub-directories for scripts, references, and assets to organize Level 1-4 content effectively.

Do I need to manually validate YAML frontmatter for my SKILL.md files?

Manual YAML validation is unnecessary when using an automated skill builder, which provides templates and validation guidance to enforce required frontmatter fields like name and description, ensuring compatibility with the Claude Skills ecosystem.

Can I include optional scripts and references when authoring Claude Skills?

Yes, you can include optional scripts, references, and assets when authoring Claude Skills, integrating them into the progressive disclosure structure to support engineering teams with scalable, reusable documentation and automated workflows.

What is the best way to automate Claude Skill generation for an engineering team?

The best way to automate Claude Skill generation is using a standardized template that enforces YAML frontmatter rules and progressive disclosure levels, enabling engineering teams to rapidly publish and maintain consistent, reusable documentation.