skill-builder

Validate and scaffold Agent Skills with frontmatter and routing checks.

15|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/bntvllnt/agent-skills --skill skill-builder-bntvllnt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-builder
Source: https://github.com/bntvllnt/agent-skills/tree/main/skill-builder
Command: npx skills add https://github.com/bntvllnt/agent-skills --skill skill-builder-bntvllnt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Skill Builder provides a structured, repeatable approach to creating and updating Agent Skills by enforcing frontmatter correctness, consistent routing, and safe defaults.

Core Features & Use Cases

  • Ensure frontmatter has required fields and consistent naming.
  • Promote progressive disclosure by keeping complex workflows in references.
  • Gate skill creation with templates and validation to maintain cross-skill integrity.

Quick Start

Start by installing the Skill Builder into your skills directory, then reference the provided templates and checklists to scaffold or validate skills.

Frequently Asked Questions about skill-builder

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

FAQPage Schema
How do I validate Agent Skill frontmatter for required fields and routing correctness?

To validate Agent Skill frontmatter, you need a tool that checks for required fields and enforces consistent routing. This skill automates that validation process, ensuring frontmatter correctness and safe defaults during skill creation or updates.

What is the best way to scaffold new Agent Skills with consistent structure?

Scaffolding new Agent Skills requires applying consistent templates and a minimal SKILL.md structure. This skill provides templates and checklists to gate skill creation, ensuring cross-skill integrity and progressive disclosure through references.

How do I ensure cross-skill consistency when updating multiple skills in a repository?

Ensuring cross-skill consistency requires checking references and maintaining safety rules across the repository. This skill enforces cross-skill consistency checks and validates frontmatter to maintain integrity when updating multiple skills.

When do I need to use references for complex workflows in Agent Skills?

You need to use references for complex workflows when practicing progressive disclosure in Agent Skills. This skill promotes keeping complex workflows in references while enforcing a minimal SKILL.md structure for the main skill file.

Can I use templates to gate skill creation and enforce safe development workflows?

Yes, you can gate skill creation with templates to enforce safe defaults and consistent naming. This skill supports incremental, safe skill development workflows by providing validation and scaffolding through templates and checklists.