Skill Builder

Create Claude Code Skills with YAML frontmatter and directory organization.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, markdown, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of creating Claude Code Skills with proper structure and organization, enabling users to build custom skills for specific workflows and understand the Claude Skills specification.

Core Features & Use Cases

  • Structured Skill Creation: Guides through building production-ready Claude Code Skills with YAML frontmatter, progressive disclosure, and complete directory organization.
  • Custom Skill Development: Allows for the generation of skill templates and understanding of the Claude Skills specification.
  • Use Case: When users need to build custom skills for specific workflows, create skill templates, or gain insights into the Claude Skills specification.

Quick Start

Create a new Claude Code Skill using the provided directory structure and SKILL.md 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 custom Claude Code Skill with YAML frontmatter?

To create a custom Claude Code Skill, use structured guidance to generate a directory organization with YAML frontmatter and Markdown files. This approach ensures your custom workflow meets the Claude Skills specification with progressive disclosure.

What is progressive disclosure in Claude Code Skill development?

Progressive disclosure in Claude Code Skill development is a structural design pattern that organizes directory components and references hierarchically. It allows the skill to reveal complex workflow details incrementally rather than overwhelming the user upfront.

Do I need to know Markdown and YAML to build custom workflows for Claude?

Yes, basic Markdown and YAML knowledge are required to build custom workflows for Claude. These formats are used to define the YAML frontmatter and structured content within the SKILL.md template for proper skill generation.

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

The best way to structure directory organization for Claude Code Skills is using a complete template containing scripts, references, and assets. This ensures proper separation of logic and documentation aligned with the specification.

Can I generate a skill template for specific custom workflows in Claude Code?

Yes, you can generate a skill template for specific custom workflows in Claude Code. The Skill provides structured guidance to scaffold production-ready directories and files tailored to your unique workflow requirements.