Skill Builder

Generate standardized directory structures and YAML frontmatter for Claude Code Skills.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/BURHANDEV-ENTERPRISE/BURHAN-WEB-DEV --skill skill-builder-burhandev-enterprise
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/BURHANDEV-ENTERPRISE/BURHAN-WEB-DEV/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/BURHANDEV-ENTERPRISE/BURHAN-WEB-DEV --skill skill-builder-burhandev-enterprise

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the complexity of setting up new Claude Code Skills by providing a standardized, production-ready framework that ensures your custom tools are discoverable and functional.

Core Features & Use Cases

  • Standardized Scaffolding: Automatically generates the required directory structure and YAML frontmatter for new skills.
  • Progressive Disclosure Architecture: Implements a 3-level structure to keep your context window clean while maintaining deep documentation.
  • Use Case: Use this when you need to create a new custom workflow or tool for your team and want to ensure it follows the official Claude Code specification for autonomous discovery.

Quick Start

Use the skill builder to generate a new skill directory structure named my-new-tool in the current skills folder.

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 valid YAML frontmatter?

To create a custom Claude Code Skill, you need a standardized directory structure and valid YAML frontmatter. This scaffolding tool generates the required SKILL.md entry point and metadata to ensure your custom workflow is functional and discoverable.

What is progressive disclosure architecture for developer tools?

Progressive disclosure architecture is a 3-level documentation structure that keeps your context window clean. It organizes skill resources hierarchically, allowing Claude Code to access deep documentation only when needed for the specific workflow.

Can I use this scaffolding to generate multiple custom workflows for my team?

Yes, you can generate multiple custom workflows for your team. The scaffolding enforces standardized directory structures and proper metadata formatting, ensuring every new tool follows the official Claude Code specification for autonomous discovery.

Do I need to manually configure the SKILL.md entry point for Claude automation?

No, you do not need to manually configure the SKILL.md entry point. The scaffolding process automatically creates a valid SKILL.md file and organizes resource management to satisfy Claude Code's autonomous discovery requirements.

What's the best way to structure YAML metadata for Claude Code skills?

The best way to structure YAML metadata is by using a standardized, production-ready framework. This skill enforces proper metadata formatting and directory organization to eliminate setup complexity and ensure valid skill configuration.