Skill Builder

Scaffold Claude Skill directories with SKILL.md frontmatter and progressive disclosure templates.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Awannaphasch2016/agent-kernel-mcp --skill skill-builder-awannaphasch2016
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/Awannaphasch2016/agent-kernel-mcp/tree/main/assets/skills/skill-builder
Command: npx skills add https://github.com/Awannaphasch2016/agent-kernel-mcp --skill skill-builder-awannaphasch2016

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines creating Claude Skills by providing a consistent SKILL.md frontmatter, a clear progressive disclosure structure, and a ready-to-use directory template that teams can reuse to ensure uniform discovery and activation.

Core Features & Use Cases

  • YAML Frontmatter Scaffold: Enforces required name and description fields and promotes consistent metadata across skills.
  • Progressive Disclosure Template: Guides authors with Level 1 overview, Level 2 Quick Start, Level 3 details, and optional Level 4 references, keeping SKILL.md lean while enabling deep documentation via separate files.
  • Full Directory Template: Includes optional scripts/, references/, and assets/ directories to house tooling, docs, and resources for scalable skills.
  • Use Case: When you need to rapidly bootstrap a standardized Claude Skill across multiple projects or teams.

Quick Start

Create a new skill directory at the top level, add a SKILL.md with the required frontmatter, and optionally populate scripts/, references/, and assets/ to extend functionality.

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 Claude Skill directory structure with YAML frontmatter?▼

To scaffold a Claude Skill, create a top-level directory and add a SKILL.md file with required YAML frontmatter containing name and description fields to ensure consistent metadata and activation in Claude.

What is progressive disclosure in Claude Skill templates?▼

Progressive disclosure in Claude Skill templates structures documentation into Level 1 overview, Level 2 Quick Start, Level 3 details, and optional Level 4 references, keeping SKILL.md lean while enabling deep documentation via separate files.

How do I bootstrap standardized skill templates across multiple projects?▼

You can bootstrap standardized skill templates across projects by using a full directory template that includes optional scripts/, references/, and assets/ directories to house tooling, docs, and resources for scalable skills.

What fields are required in SKILL.md frontmatter for Claude discovery?▼

The required fields in SKILL.md frontmatter for Claude discovery are name and description, which enforce consistent metadata across skills and ensure uniform discovery and activation in Claude.

Can I use the Skill Builder to create a project scaffolding layout without scripts?▼

Yes, the Skill Builder allows you to create a project scaffolding layout where scripts/, references/, and assets/ directories are optional, enabling you to extend functionality only when needed for scalable skills.

What's the best way to organize Claude Skill definitions for team workflows?▼

The best way to organize Claude Skill definitions for team workflows is to enforce a minimal directory layout with progressive disclosure content, ensuring consistent discovery and activation in Claude across standardized skill templates.