Skill Builder

Scaffold Claude Skill units with YAML frontmatter and directory templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating Claude Skill units requires manual, error-prone setup of YAML frontmatter and directory structure, which slows adoption and consistency across projects.

Core Features & Use Cases

  • Generates ready-to-use SKILL.md frontmatter with required fields (name, description) and optional fields for extended content.
  • Enforces progressive disclosure architecture with Level 1 metadata, Level 2 body, and Level 3+ references.
  • Produces template scaffolds for minimal, intermediate, and advanced Skill units suitable for Claude Code tooling.

Quick Start

Create a new top-level skill directory under ~/.claude/skills and add SKILL.md with proper format.

Frequently Asked Questions about Skill Builder

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

FAQPage Schema
How do I automate YAML frontmatter generation for Claude Skills?

Automate YAML frontmatter generation by using a scaffolding workflow that creates SKILL.md files with required and optional fields. This enforces consistent structure and validation across new Claude Skill units, reducing manual setup errors.

What is the best way to scaffold a directory layout for a new Claude Skill?

Scaffold a directory layout for a new Claude Skill by triggering a guided template generation workflow. This produces directory structures with optional resource folders and documentation templates, ensuring reproducible project setups.

How does progressive disclosure work when structuring Claude Skills?

Progressive disclosure structures Claude Skills by separating content into Level 1 metadata, Level 2 body, and Level 3 references. This architecture scales skill content by progressively exposing details, keeping top-level metadata concise.

Do I need manual setup to create minimal, intermediate, or advanced Skill templates?

Manual setup is not needed to create minimal, intermediate, or advanced Skill templates. The scaffolding workflow automatically generates template scaffolds appropriate for Claude Code tooling, validating required frontmatter fields.

Can I enforce consistent structure across multiple Claude Skill projects?

You can enforce consistent structure across multiple Claude Skill projects by generating standardized YAML frontmatter and directory layouts. This ensures reproducible templates and validation, maintaining uniformity across team projects.

Why does creating a Claude Skill unit require a specific directory structure?

Creating a Claude Skill unit requires a specific directory structure to support progressive disclosure and optional resource directories. This layout ensures reproducible templates, proper validation, and consistent organization across projects.