Skill Builder

Generate Claude Skills with YAML frontmatter and a 4-level directory structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skill builders enable teams to create properly structured Claude Skills with consistent metadata, frontmatter, and a clear directory layout.

Core Features & Use Cases

  • Generates production-ready SKILL.md frontmatter with required name and description
  • Enforces progressive disclosure structure (Level 1-4) and optional resources/scripts
  • Helps individuals and teams document, share, and reuse skills across Claude surfaces (Claude.ai, Claude Code, SDK, API)

Quick Start

Create a new skill directory at ~/.claude/skills/skill-name, add SKILL.md with the required YAML frontmatter, and structure the file content following the 4-level template.

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 production-ready Claude Skill with proper YAML frontmatter?

To create a production-ready Claude Skill, generate a SKILL.md file with required YAML frontmatter fields (name and description), then structure the content following a 4-level progressive disclosure template within a dedicated ~/.claude/skills/ directory.

What is progressive disclosure structure in Claude Skills documentation?

Progressive disclosure structure in Claude Skills is a 4-level documentation organization system that scales information from basic to advanced, ensuring safe and structured skill deployment across Claude surfaces like Claude.ai, Claude Code, SDK, and API.

Can I use the Skill Builder to organize optional resources like scripts and references?

Yes, the Skill Builder enforces a clean directory structure that explicitly accommodates optional resources such as scripts, references, and assets alongside the required SKILL.md frontmatter, supporting scalable and safe skill deployment.

Does the Skill Builder template work for both individual and team skill workflows?

Yes, the Skill Builder applies to both individuals and teams building skills for Claude surfaces, enforcing consistent metadata, frontmatter, and directory layouts to help document, share, and reuse skills across different environments.

What's the best way to structure a Claude Skill directory for scalable deployment?

The best way to structure a Claude Skill directory is to create a dedicated folder at ~/.claude/skills/skill-name, add a SKILL.md file with exact frontmatter, and organize optional resources using the 4-level progressive disclosure framework.

Why do my Claude Skills need exact frontmatter fields for Claude surfaces?

Claude Skills need exact frontmatter fields (name and description) to ensure proper parsing, consistent metadata, and safe deployment across all Claude surfaces including Claude.ai, Claude Code, SDK, and API environments.