Skill Builder

Creates Claude Code Skills with YAML frontmatter and standardized directory structure.

1|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/Human-Frontier-Labs-Inc/parencylegal --skill skill-builder-human-frontier-labs-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/Human-Frontier-Labs-Inc/parencylegal/tree/main/corn-docs/.claude/skills/skill-builder
Command: npx skills add https://github.com/Human-Frontier-Labs-Inc/parencylegal --skill skill-builder-human-frontier-labs-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skill Builder provides a structured approach to creating Claude Code Skills by enforcing YAML frontmatter, progressive disclosure architecture, and organized directories. It removes guesswork and accelerates skill creation and sharing across teams.

Core Features & Use Cases

  • Enforces YAML frontmatter with required name and description for discovery and activation.
  • Guides you to implement progressive disclosure levels in SKILL.md for scalable skills.
  • Provides templates and directory structure recommendations to ensure consistency across skills.
  • Useful for teams building custom Claude Skills, learning the Claude Skills specification, or prototyping new skill templates.

Quick Start

Create a new skill directory at the top level, add a SKILL.md with proper frontmatter, then follow the 4-level content structure in SKILL.md to document overview, quick start, step-by-step guide, and reference content.

Frequently Asked Questions about Skill Builder

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

FAQPage Schema
How do I structure Claude Code Skills with proper YAML frontmatter?

Claude Code Skills require structured YAML frontmatter containing a name and description for activation, paired with a standardized directory structure to ensure reliable discovery and consistent deployment across team projects.

What is progressive disclosure in Claude Code skill architecture?

Progressive disclosure in skill architecture is a 4-level SKILL.md blueprint that scales content from overview to reference material, allowing Claude to process instructions efficiently without overwhelming the context window.

How do I create a production-ready Claude Code Skill template?

Create a top-level skill directory, add a SKILL.md file with validated YAML frontmatter, then follow the 4-level content structure to document overview, quick start, step-by-step guide, and reference content for production readiness.

Does Skill Builder work for teams prototyping custom Claude skill templates?

Skill Builder targets developers and technical practitioners designing, templating, and deploying custom Claude Skills across projects, providing consistent directory structures and frontmatter validation for scalable team skill development.

What's the best way to organize directories for scalable Claude Code Skills?

The best way to organize scalable Claude Code Skills is using a minimal 4-level SKILL.md blueprint with standardized directory recommendations, optional resources, and enforced frontmatter validation to maintain consistency across multiple skill deployments.

Why does my Claude Code Skill fail to activate without proper frontmatter?

Claude Code Skill activation relies on YAML frontmatter containing required name and description fields; missing or invalid frontmatter prevents the system from discovering and loading the skill during relevant user interactions.