Skill Builder

Generate Claude Code Skill directories with valid SKILL.md YAML frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates production-ready Claude Code Skills by enforcing correct SKILL.md YAML frontmatter, clear operational instructions, and a directory structure Claude can reliably discover and load.

Core Features & Use Cases

  • Skill discovery-ready frontmatter: Ensures the SKILL.md entrypoint includes required name and description fields so Claude can match the skill to user requests.
  • Progressive disclosure architecture: Structures the skill so metadata is lightweight while detailed guidance loads only when the skill is activated.
  • Complete directory organization: Guides users to place skills at the correct top level and optionally add scripts, docs, and reference resources in supported folders.
  • Use cases: Build custom workflow skills, generate reusable skill templates, and document capabilities for autonomous use across Claude surfaces.

Quick Start

Use this skill to create a new skill folder with SKILL.md at the top level, verify the YAML frontmatter is valid (includes both name and description), and restart Claude Code or refresh Claude.ai to confirm the skill is detected.

Frequently Asked Questions about Skill Builder

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

FAQPage Schema
How do I create Claude skills that Claude can autonomously discover and invoke?

To create discoverable Claude skills, generate a directory with a SKILL.md file containing valid YAML frontmatter with required name and description fields. This metadata enables Claude to match the skill to user requests automatically.

What is progressive disclosure in Claude Code skill architecture?

Progressive disclosure in skill architecture keeps SKILL.md frontmatter lightweight for fast scanning, loading detailed operational instructions and multi-file reference resources only when the skill activates.

How do I structure a SKILL.md file for Claude Code automation workflows?

Structure a SKILL.md file by placing required YAML frontmatter at the top with name and description fields, followed by an instructions body that guides end-to-end skill usage for Claude automation workflows.

Do I need YAML frontmatter for Claude to detect my custom skill template?

Yes, valid YAML frontmatter with correctly formatted name and description fields is required for Claude to detect and load your custom skill template during autonomous discovery.

What is the best way to organize multi-file skill content for Claude surfaces?

Organize multi-file skill content by placing SKILL.md at the top level of the skill directory, then add supported folders for scripts, docs, and reference resources to structure content for Claude surfaces.

Why does Claude Code not detect my new skill after adding the SKILL.md file?

Claude Code may not detect your new skill if the SKILL.md YAML frontmatter is missing required fields, incorrectly formatted, or if you need to restart the application to refresh the skill discovery process.