Skill Builder

Generate Claude Code skill directories with YAML frontmatter and progressive disclosure.

Updated Dec 12, 2025
One-click install
npx skills add https://github.com/MichelMokbel/RMS-1 --skill skill-builder-michelmokbel
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/MichelMokbel/RMS-1/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/MichelMokbel/RMS-1 --skill skill-builder-michelmokbel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the complexity of creating and structuring custom Claude Code skills by providing a standardized, production-ready framework that ensures your skills are discoverable and maintainable.

Core Features & Use Cases

  • Standardized Scaffolding: Automatically generates the required YAML frontmatter and directory structure for new skills.
  • Progressive Disclosure: Implements a 3-level architecture to keep your context window clean while providing deep documentation.
  • Use Case: Use this skill when you need to build a new custom workflow for your team, generate a template for a complex automation, or ensure your existing skills follow the official Claude Code specification.

Quick Start

Use the skill builder to generate a new skill directory structure with the required SKILL.md file for your custom workflow.

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 custom Claude Code skill with the correct YAML frontmatter?▼

You create custom Claude Code skills by generating a standardized directory structure with a mandatory SKILL.md file containing YAML frontmatter. This scaffolding ensures your skill meets official discovery and context management specifications.

What is progressive disclosure in Claude Code skill development?▼

Progressive disclosure in Claude Code skill development is a 3-level directory architecture that keeps your context window clean. It structures file-based documentation to provide deep information only when needed without overwhelming the model.

How do I scaffold a team-shared automation workflow for Claude?▼

You scaffold a team-shared automation workflow by generating a production-ready skill unit with mandatory YAML frontmatter. This provides a standardized framework ensuring your custom automation is maintainable and discoverable by your team.

Does my custom Claude skill need a specific directory structure to be discoverable?▼

Yes, custom Claude skills require a specific directory structure to be discoverable. Generating the required SKILL.md file with standardized YAML frontmatter satisfies all requirements for skill discovery and file-based documentation standards.

What is the best way to structure complex project-specific automations for Claude Code?▼

The best way to structure complex project-specific automations is using a standardized scaffolding framework with progressive disclosure. This 3-level architecture manages context efficiently while maintaining deep file-based documentation for your workflows.