Skill Builder

Generate spec-compliant SKILL.md files with YAML frontmatter for Claude Code skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skill Builder helps you create new Claude Code Skills with correct YAML frontmatter and a well-structured SKILL.md so Claude can reliably discover and activate the skill across surfaces.

Core Features & Use Cases

  • Generate production-ready skill scaffolding: Produces a complete SKILL.md with required metadata and clear operational instructions.
  • Enforce spec-compliant YAML frontmatter: Ensures the skill’s name and description meet Claude’s discovery requirements.
  • Apply progressive disclosure structure: Guides you to keep the core skill instructions concise and reference deeper material only when needed.
  • Support project or personal skill locations: Explains how to place skills in ~/.claude/skills/ or .claude/skills/ for project-scoped availability.

Quick Start

Create a top-level directory under ~/.claude/skills/, add a SKILL.md file with YAML frontmatter containing name and description, then restart Claude Code or refresh Claude.ai to verify 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 a Claude Code skill that Claude can automatically discover and activate?

To create a Claude Code skill, generate a SKILL.md file with correct YAML frontmatter containing exactly the required name and description fields, followed by actionable Markdown instructions Claude can execute.

What YAML frontmatter fields are required for Claude Code skill creation?

Claude Code skill creation requires exactly two YAML frontmatter fields in your SKILL.md file: name and description, which ensure the skill meets Claude's discovery requirements across surfaces.

How do I apply progressive disclosure when structuring Claude Code skills?

Progressive disclosure in Claude Code skills involves keeping core SKILL.md instructions concise and referencing deeper material only when needed, which optimizes context loading for efficient skill execution.

Where should I place custom workflow skills for project-scoped availability?

Place custom workflow skills in a top-level directory under ~/.claude/skills/ for personal availability or .claude/skills/ for project-scoped availability, then restart Claude Code to verify detection.

Does generating a custom skill template require external dependencies?

Generating a custom skill template requires no external dependencies, only a top-level skill directory containing a SKILL.md file with the correct YAML frontmatter and operational instructions.

Why is my Claude Code skill not being discovered after restarting?

Claude Code skill discovery fails when the SKILL.md lacks exactly the required name and description YAML frontmatter fields, or the skill directory is not placed correctly under ~/.claude/skills/ or .claude/skills/.