Skill Builder

Scaffold Claude Skills with YAML frontmatter and directory structure.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/MSamiulHasnat/ProjectRunningFolder_Programming --skill skill-builder-msamiulhasnat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/MSamiulHasnat/ProjectRunningFolder_Programming/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/MSamiulHasnat/ProjectRunningFolder_Programming --skill skill-builder-msamiulhasnat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create consistent, production-ready Claude Skills by enforcing a shared YAML frontmatter, clear structure, and progressive disclosure so teams can quickly generate, document, and reuse skills.

Core Features & Use Cases

  • Template-driven skill creation with YAML frontmatter validation
  • Progressive disclosure architecture (Level 1-3 content) and references in docs/
  • Quick-start templates and project scaffolding for skill directories under ~/.claude/skills/

Quick Start

Create a new skill directory under ~/.claude/skills/your-skill and add SKILL.md with proper YAML frontmatter.

Frequently Asked Questions about Skill Builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a production-ready Claude Skill with YAML frontmatter?

Scaffold a Claude Skill by creating a directory under ~/.claude/skills/ and adding a SKILL.md file with validated YAML frontmatter to enforce a shared, consistent structure for autonomous discovery.

What is progressive disclosure architecture in Claude Skill development?

Progressive disclosure architecture organizes skill content into Level 1-3 documents and references, allowing Claude to process overview information first before autonomously accessing deeper, optional scripts and resources.

How do I create a consistent directory layout for Claude Skills?

Create a consistent directory layout by using template-driven scaffolding that enforces YAML frontmatter, establishes clear structural paths, and places progressive disclosure documents inside a dedicated docs folder.

Do I need any external dependencies to generate Claude Skill templates?

No external dependencies are required to generate Claude Skill templates, as the scaffolding process relies entirely on writing YAML frontmatter and structuring directories within the native environment.

Why does my Claude Skill fail autonomous discovery and usage?

Claude Skill autonomous discovery fails when the SKILL.md file lacks proper YAML frontmatter, missing name and description constraints, or incomplete Level-1 overview content required for robust skill development.

Can I use template-driven scaffolding for team skill reuse?

Yes, template-driven scaffolding enforces a shared YAML frontmatter and clear structure so teams can quickly generate, document, and reuse production-ready skills across multiple projects.