Skill Builder

Create Claude Code skills with YAML frontmatter and progressive disclosure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill solves the complexity of creating, organizing, and maintaining custom Claude Code skills by providing a standardized framework for structure and metadata.

Core Features & Use Cases

  • Standardized Scaffolding: Automatically generates the required directory structure and SKILL.md file with correct YAML frontmatter.
  • Progressive Disclosure: Implements a 3-level architecture to ensure Claude only loads necessary context, keeping your workspace efficient.
  • Use Case: Use this skill when you need to create a new project-specific tool or a personal productivity workflow that Claude can autonomously discover and execute.

Quick Start

Use the skill builder to generate a new skill directory named my-new-tool in the current project root.

Frequently Asked Questions about Skill Builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create custom Claude Code skills with proper YAML frontmatter?

Create custom Claude Code skills by using a scaffolding tool that automatically generates the required directory structure and SKILL.md file with standardized YAML frontmatter for autonomous AI discovery.

How does progressive disclosure architecture work for Claude Code skills?

Progressive disclosure architecture implements a 3-level structure that ensures Claude only loads necessary context when executing skills, keeping your workspace efficient and reducing token usage.

What is the best way to organize scripts and references for autonomous AI discovery?

Organize scripts and references into a standardized directory structure that complies with Claude Code 2.0+ specifications, enabling autonomous AI discovery and execution of your custom skills.

Does Claude Code 2.0+ require specific directory structures for custom skills?

Yes, Claude Code 2.0+ requires a standardized directory structure with proper SKILL.md files, YAML frontmatter, and organized scripts and references to ensure compliance and autonomous discovery.

Can I use skill builder for project-specific automation workflows?

Yes, you can use the skill builder to generate project-specific tools or personal productivity workflows that Claude can autonomously discover and execute within your development environment.

What are the limitations of manually scaffolding Claude Code skills?

Manual scaffolding risks non-compliance with Claude Code 2.0+ specifications, incorrect YAML frontmatter formatting, and inefficient context management without the standardized 3-level progressive disclosure architecture.