Skill Builder

Automate creation and documentation of Claude Code Skills with YAML frontmatter and progressive-disclosure templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Builder solves the challenge of creating robust Claude Code Skills by providing a clear structure, enforced frontmatter, and a scalable, progressive-disclosure layout that guides developers from overview to advanced references.

Core Features & Use Cases

  • Generates production-ready SKILL.md frontmatter with required fields (name and description) and optional sections.
  • Establishes a four-level progressive-disclosure structure that keeps core instructions lightweight while enabling deeper references.
  • Demonstrates a complete directory organization with optional scripts, resources, and docs to support real-world skills.

Quick Start

Create a new skill directory under ~/.claude/skills, add SKILL.md with proper frontmatter, and begin with Level 1 overview and Level 2-4 sections to define the skill.

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 with proper SKILL.md frontmatter?

To create a Claude Code Skill, generate a SKILL.md file with YAML frontmatter containing required name and description fields. This enforces consistent structure and production-ready skill documentation.

What is progressive-disclosure structure for Claude Skills documentation?

Progressive-disclosure structure organizes Claude Skills into four levels, keeping core instructions lightweight while enabling deeper references. It guides developers from overview to advanced details incrementally.

How do I structure directories for production-ready Claude Skills?

Structure production-ready Claude Skills by creating a skill directory under ~/.claude/skills. Include optional scripts, resources, and docs subdirectories to support real-world skill components.

Do I need to manually validate YAML frontmatter rules for Claude Skills?

You do not need to manually validate YAML frontmatter rules. The Skill Builder automates enforcement of required fields and formatting to ensure your Claude Skills meet documentation standards.

What's the best way to document Claude Skills from overview to advanced references?

The best way to document Claude Skills is applying a four-level progressive-disclosure structure. Start with a Level 1 overview, then define Level 2-4 sections to scale from lightweight instructions to references.