build-skill

Create and update Skill Units with SKILL.md frontmatter and standard directory structure.

14|7|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/nikolaj-lat/World-Puppeteer --skill build-skill-nikolaj-lat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-skill
Source: https://github.com/nikolaj-lat/World-Puppeteer/tree/main/.claude/skills/build-skill
Command: npx skills add https://github.com/nikolaj-lat/World-Puppeteer --skill build-skill-nikolaj-lat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured blueprint to create or update Skill Units by editing SKILL.md, along with corresponding agent and reference templates, ensuring consistency across the repository.

Core Features & Use Cases

  • Structured Skill Creation: defines frontmatter, templates, and references for new Skill Units.
  • Template-driven Scaffolding: auto-generates agent and reference skeletons from the Skill template.
  • Collaboration & Versioning: enables team members to standardize Skill Units and track changes.

Quick Start

Create or update a Skill Unit by editing SKILL.md and scaffolding the agent and reference files.

Frequently Asked Questions about build-skill

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

FAQPage Schema
How do I create and maintain skills with consistent directory structures?

To create and maintain skills with consistent directory structures, you can use a template-driven scaffolding approach that auto-generates agent and reference skeletons from a standard Skill template. This enforces a SKILL.md frontmatter and organizes associated assets within the .claude/skills ecosystem.

What is a SKILL.md frontmatter and when do I need it for skill creation?

A SKILL.md frontmatter is a required configuration file containing a name and description, essential for defining a valid Skill Unit. You need it when building or updating skills to ensure standardization and proper alignment with defined templates across the repository.

Does skill scaffolding require optional references and scripts folders?

Skill scaffolding does not require optional references and scripts folders. While a valid SKILL.md with name and description is required, the references, scripts, and assets folders are optional, allowing flexibility in organizing associated agents and references.

Can I use YAML templates to standardize agent and reference files?

Yes, you can use YAML templates to standardize agent and reference files. The scaffolding process applies template-driven generation to auto-create agent and reference skeletons, ensuring consistency and enabling team members to track changes collaboratively.

What's the best way to organize skills and associated agents within the .claude/skills ecosystem?

The best way to organize skills within the .claude/skills ecosystem is to enforce a standard directory structure using a SKILL.md file. This blueprint structures frontmatter, templates, and optional references, ensuring consistent skill unit creation and maintenance.