Skill Builder

Generate standardized Claude Code skill directories with YAML frontmatter.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/dabblersport/webapp --skill skill-builder-dabblersport
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/dabblersport/webapp/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/dabblersport/webapp --skill skill-builder-dabblersport

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill solves the challenge of creating, structuring, and maintaining custom Claude Code skills by providing a standardized framework that ensures compatibility and discoverability.

Core Features & Use Cases

  • Standardized Scaffolding: Automatically generates the required directory structure and YAML frontmatter for new skills.
  • Progressive Disclosure: Implements a 3-level architecture to keep your context window clean while providing deep documentation.
  • Use Case: Use this skill when you need to build a new custom workflow for your team, ensuring it follows the official Claude Code specification for autonomous discovery.

Quick Start

Run the skill builder to generate a new skill directory with the required SKILL.md file and folder structure.

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 custom Claude Code skill with the correct YAML frontmatter?

To create a custom Claude Code skill, you need to generate a standardized directory structure with mandatory YAML frontmatter in the SKILL.md file. This ensures your automation tool is compliant with the official specification for autonomous discovery.

What is progressive disclosure architecture in Claude Code skills?

Progressive disclosure architecture is a 3-level documentation framework that keeps the context window clean while providing deep documentation. It structures file-based documentation to ensure modular and discoverable automation tools.

How do I scaffold a new workflow automation tool for Claude.ai?

You scaffold a new workflow automation tool by generating the required skill directory and SKILL.md file. This creates a modular unit that facilitates autonomous discovery within the Claude Code and Claude.ai environments.

Does my custom Claude Code skill require a specific directory structure?

Yes, custom Claude Code skills require a standardized directory structure to ensure compatibility and discoverability. Generating the correct folders and files guarantees compliance with file-based documentation requirements.

Why should I use a standardized scaffolding framework for Claude Code skills?

Using a standardized scaffolding framework solves the challenge of maintaining custom Claude Code skills by ensuring compatibility. It automatically generates required directory structures, avoiding manual setup errors and ensuring official compliance.

Can I build production-ready Claude Code skills without manually writing YAML?

Yes, you can build production-ready skills without manually writing YAML by using a scaffolding tool that automatically generates mandatory YAML frontmatter. This ensures your skill units meet file-based documentation requirements.