skill-builder

Generate Claude Code Skill templates with SKILL.md frontmatter and directory structure.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/DarkCodePE/quipu --skill skill-builder-darkcodepe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-builder
Source: https://github.com/DarkCodePE/quipu/tree/main/docs/arquetipo/deliverables/skills/kernel/skill-builder
Command: npx skills add https://github.com/DarkCodePE/quipu --skill skill-builder-darkcodepe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a standardized approach to creating production-ready Claude Code Skills with proper YAML frontmatter, progressive disclosure, and full directory structure, eliminating guesswork and ensuring consistency across skills by guiding builders to generate templates, mainta in docs, and organize resources.

Core Features & Use Cases

  • Generates a ready-to-use SKILL.md with required frontmatter and a clean layout.
  • Enforces a progressive disclosure architecture (Level 1 metadata, Level 2 body, Level 3+ references).
  • Provides templates and examples to bootstrap new skills quickly for Claude Code, Claude AI, and SDKs.
  • Encourages separation of concerns with optional scripts, references, and assets directories.

Quick Start

Create a new skill directory at the top level, place a SKILL.md with proper frontmatter, and start following the progressive disclosure structure.

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 production-ready Claude Skill template with valid YAML frontmatter?

To create a production-ready Claude Skill template, generate a top-level skill directory containing a SKILL.md file with valid YAML frontmatter and a clean layout using standardized scaffolding.

What is the progressive disclosure architecture for structuring Claude Code Skills?

Progressive disclosure architecture structures Claude Code Skills by separating metadata at Level 1, the main body at Level 2, and deeper references at Level 3 and above to ensure clean organization.

How do I organize scripts and references when generating new Claude Skills?

You organize scripts and references when generating new Claude Skills by maintaining a strict separation of concerns with optional scripts, references, and assets directories within the skill folder.

Do I need a specific directory structure to scaffold Claude Skills for Claude AI and SDKs?

Scaffolding Claude Skills for Claude AI and SDKs requires a top-level skill directory with a valid SKILL.md file, encouraging the separation of resources to bootstrap templates quickly.

What's the best way to maintain documentation consistency across multiple Claude Skills?

The best way to maintain documentation consistency across multiple Claude Skills is to enforce a standardized approach using templates with required YAML frontmatter and progressive disclosure guidelines.

Why does my generated Claude Skill require a top-level directory and SKILL.md file?

Your generated Claude Skill requires a top-level directory and SKILL.md file because the scaffolding process depends on this structure to apply valid frontmatter and progressive disclosure correctly.