Skill Builder

Generate Claude Code Skills with YAML frontmatter and directory structure.

2|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/EarthmanWeb/claude-flow-plugin --skill skill-builder-earthmanweb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/EarthmanWeb/claude-flow-plugin/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/EarthmanWeb/claude-flow-plugin --skill skill-builder-earthmanweb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new Claude Code Skills, ensuring they adhere to the official specification with proper YAML frontmatter, progressive disclosure architecture, and complete directory organization.

Core Features & Use Cases

  • Skill Generation: Creates production-ready Claude Code Skills.
  • Template Provision: Offers templates for basic, intermediate, and advanced skills.
  • Specification Adherence: Guides users on YAML requirements, directory structure, and progressive disclosure.
  • Use Case: When you need to develop a custom skill for a specific workflow, this Skill will guide you through generating the necessary files and structure, ensuring Claude can discover and utilize it effectively.

Quick Start

Use the Skill Builder to create a new skill named 'my-new-skill'.

Frequently Asked Questions about Skill Builder

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

FAQPage Schema
How do I generate a Claude Code Skill with the correct YAML frontmatter?

To generate a Claude Code Skill, use a skill builder to automatically create files with mandatory YAML frontmatter containing 'name' and 'description', ensuring proper discovery and utilization by Claude.

What is progressive disclosure architecture in Claude Skills?

Progressive disclosure architecture is a structural design pattern for Claude Skills that organizes files and directories to reveal complexity gradually, ensuring Claude can discover and utilize the skill effectively without overwhelming the context.

How do I create an advanced skill template with scripts and resources?

You can create an advanced skill template by using a skill builder, which offers basic, intermediate, and advanced levels, generating the necessary files, optional scripts, and resources while adhering to the official specification.

Do I need to manually organize directories when developing a custom Claude workflow?

No, you do not need to manually organize directories when developing a custom Claude workflow; the skill builder guides you through generating the complete directory organization required by the official specification.

Can I use markdown to define the description for my generated Claude Code Skill?

Yes, you can use markdown to define the description within the mandatory YAML frontmatter, as the skill builder generates new Claude Code Skills adhering to the official specification for effective utilization.