Skill Builder

Create custom Claude Code Skills with YAML frontmatter and directory structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of creating well-structured, production-ready Claude Code Skills that can be discovered and used across all Claude surfaces.

Core Features & Use Cases

  • Skill Creation Guidance: Provides step-by-step instructions for building Claude Code Skills with proper YAML frontmatter, structure, and content.
  • Directory Organization: Offers best practices for directory layout with scripts/, references/, and assets/ directories.
  • Progressive Disclosure: Ensures efficient skill management by using a 3-level progressive disclosure system for context and performance.
  • Content Best Practices: Delivers best practices for writing effective descriptions, progressive disclosure writing, and adding scripts and resources.

Quick Start

Create a new Claude Code Skill by following the instructions in the SKILL.md file, including setting up the directory structure and adding YAML frontmatter.

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 with YAML frontmatter and directory organization?

To structure a Claude Code Skill, use YAML frontmatter for metadata and organize files into `scripts/`, `references/`, and `assets/` directories. This architecture ensures skills are discoverable and production-ready across all Claude surfaces.

What is progressive disclosure in Claude Code Skills and how does it manage context?

Progressive disclosure in Claude Code Skills is a 3-level architecture system that manages context and performance efficiently. It controls how skill information is revealed to Claude, ensuring optimal token usage and execution speed during workflows.

How do I create a custom Claude Code Skill for a specific developer workflow?

Create a custom Claude Code Skill by following structured guidance for YAML frontmatter, directory organization, and progressive disclosure writing. This approach ensures your skill meets specification standards for specific developer workflows.

Can I build production-ready Claude Code Skills without any external dependencies?

Yes, you can build production-ready Claude Code Skills without external dependencies. The Skill Builder provides complete guidance for creating self-contained skills using standard YAML frontmatter, directory structures, and content best practices.

What is the best way to organize scripts and references in a Claude Code Skill directory?

The best way to organize a Claude Code Skill directory is to separate components into `scripts/`, `references/`, and `assets/` folders. This structure aligns with progressive disclosure architecture for efficient context management and skill discovery.

Why does my Claude Code Skill fail to load across different Claude surfaces?

Claude Code Skills may fail to load across surfaces if the YAML frontmatter is malformed or the directory structure is incomplete. Following proper skill building specifications with correct progressive disclosure architecture ensures cross-surface compatibility.