Skill Builder

Create Claude Code Skills with standardized YAML frontmatter and directory templates.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Penitence1992/go-zero-backend-skills --skill skill-builder-penitence1992
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/Penitence1992/go-zero-backend-skills/tree/main/skills/skills-builder
Command: npx skills add https://github.com/Penitence1992/go-zero-backend-skills --skill skill-builder-penitence1992

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Builder eliminates the guesswork in creating Claude Code Skills by providing a standardized frontmatter schema and a complete, scalable directory layout that supports scripts, references, and assets for future extension.

Core Features & Use Cases

  • YAML frontmatter validation: Ensures each SKILL.md includes required fields and follows the specification.
  • Progressive disclosure architecture: Encourages level-based content (Level 1: metadata, Level 2: body, Level 3+: references) to scale to 100+ skills without context overload.
  • Template-driven skill creation: Provides ready-to-use SKILL.md templates and optional directories (scripts/, references/, assets/) to accelerate skill development.
  • Use Case: Create new Claude Code Skills for a team project, replicate skill templates across domains, and document structure for onboarding.

Quick Start

  • Create the skill directory: mkdir -p ~/.claude/skills/my-new-skill
  • Add SKILL.md with proper frontmatter, per the specification.
  • Optionally add scripts/, references/, and assets/ as needed.
  • Restart Claude Code or refresh Claude.ai to detect the new skill.