Skill Builder

Guide Claude Code Skill development with YAML frontmatter and directory structure.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/Marcus-Mok-GH/Chess.com-app --skill skill-builder-marcus-mok-gh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/Marcus-Mok-GH/Chess.com-app/tree/main/.migration-backup/.claude/skills/skill-builder
Command: npx skills add https://github.com/Marcus-Mok-GH/Chess.com-app --skill skill-builder-marcus-mok-gh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the creation and management of Claude Code Skills, ensuring they are properly structured and ready for use.

Core Features & Use Cases

  • Skill Creation: Provides guidelines for creating production-ready Claude Code Skills.
  • Directory Organization: Ensures correct file structure and metadata placement.
  • YAML Frontmatter: Offers templates and best practices for YAML frontmatter.

Quick Start

To create a new skill, follow the instructions in the Skill Builder's SKILL.md file.

Frequently Asked Questions about Skill Builder

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

FAQPage Schema
How do I structure a Claude Code Skill for discoverability?

To structure a Claude Code Skill for discoverability, you must follow specific directory organization and YAML frontmatter guidelines. This ensures your skill complies with Claude Skills specifications, making it easily found and usable.

What is progressive disclosure in Claude Code Skills development?

Progressive disclosure in skills development is a design approach that guides users through skill features incrementally. It ensures compliance with Claude Skills specifications by organizing details so users access information only as needed.

How do I create YAML frontmatter for a new Claude Code Skill?

You create YAML frontmatter for a new Claude Code Skill by using provided templates and best practices. This metadata placement ensures the skill is properly structured and ready for production use.

What's the best way to organize directory structure for Claude Code Skills?

The best way to organize directory structure for Claude Code Skills is to follow specific file structure guidelines that ensure correct metadata placement. This organization simplifies skill creation and management.

Does building Claude Code Skills require any external dependencies?

Building Claude Code Skills does not require external dependencies. You can create production-ready skills by following the guidelines for directory organization and YAML frontmatter without installing additional packages.