Skill Builder

Generate Claude Code Skills with YAML frontmatter and organized directories.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/ExpertVagabond/ruvector --skill skill-builder-expertvagabond
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/ExpertVagabond/ruvector/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/ExpertVagabond/ruvector --skill skill-builder-expertvagabond

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and 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 structure, and organized directory layouts. It eliminates the guesswork and manual setup required for developing discoverable and usable AI skills.

Core Features & Use Cases

  • Skill Generation: Creates production-ready Claude Code Skills from templates.
  • Specification Adherence: Enforces correct YAML formatting, naming conventions, and description requirements.
  • Directory Organization: Sets up the recommended scripts/, resources/, and docs/ structure.
  • Use Case: When you need to quickly scaffold a new custom skill for a specific workflow, ensuring it's immediately compatible with Claude's skill discovery system.

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 create a custom Claude Code skill with proper YAML frontmatter?

To create a custom Claude Code skill, you define mandatory YAML frontmatter including 'name' and 'description'. This ensures the generated skill adheres to the official specification and is immediately compatible with Claude's discovery system.

What directory structure is recommended for building Claude skills?

The recommended directory structure for building Claude skills includes dedicated 'scripts/', 'resources/', and 'docs/' folders. This progressive disclosure architecture ensures organized layouts and proper skill discoverability.

What is progressive disclosure architecture in skill generation?

Progressive disclosure architecture in skill generation is a structured directory layout that organizes components like scripts, resources, and docs. It eliminates manual setup guesswork and ensures skills are discoverable across Claude surfaces.

Do I need to manually format YAML when scaffolding a new developer skill?

No, you do not need to manually format YAML when scaffolding a new developer skill. The Skill Builder enforces correct YAML formatting, naming conventions, and description requirements automatically from templates.

Can I generate production-ready skills for specific workflows?

Yes, you can generate production-ready skills for specific workflows. The builder creates customized skills from templates that are immediately compatible with Claude's skill discovery system and specification.