Skill Builder / Creator

Create skill projects with frontmatter metadata and modular SKILL.md files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Trollz1004/Sandbox-REPO-NEW-CODE-NOTHING-NEW-GOES-ON-ANTIGRAVITY --skill skill-builder-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder / Creator
Source: https://github.com/Trollz1004/Sandbox-REPO-NEW-CODE-NOTHING-NEW-GOES-ON-ANTIGRAVITY/tree/main/hermes/skills/skill-builder
Command: npx skills add https://github.com/Trollz1004/Sandbox-REPO-NEW-CODE-NOTHING-NEW-GOES-ON-ANTIGRAVITY --skill skill-builder-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps skill authors standardize creation by enforcing a concise, frontmatter-driven structure and a modular file layout.

Core Features & Use Cases

  • Establishes a skeleton with SKILL.md, topic([domain]).md, and optional references to guide consistent skill design.
  • Encourages progressive disclosure: metadata loads first, core instructions on trigger, and auxiliary content on demand.
  • Provides practical guidance for drafting frontmatter and file organization to support maintainability and discovery.

Quick Start

Create a new skill folder with SKILL.md containing frontmatter, add topic.md files, and use optional references to enrich content.

Frequently Asked Questions about Skill Builder / Creator

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

FAQPage Schema
How do I structure modular skill files with frontmatter metadata?

To structure modular skill files with frontmatter metadata, create a root folder containing a SKILL.md file with required values like name, slug, version, and description, then add topic-specific markdown files and optional references for auxiliary content.

What is progressive disclosure in skill documentation?

Progressive disclosure in skill documentation is a workflow where frontmatter metadata loads first, core instructions trigger on demand, and auxiliary reference files enrich content only when needed, ensuring predictable and maintainable loading stages.

How do I create a consistent template for new skill projects?

Create a consistent template for new skill projects by establishing a skeleton with a SKILL.md core file, domain-specific topic markdown files, and optional references to enforce standardized file organization and frontmatter values across revisions.

Do I need dependencies to organize a modular skill file layout?

You do not need dependencies to organize a modular skill file layout. The structure relies entirely on frontmatter-driven metadata and markdown files, requiring no external components or environments to implement the progressive disclosure workflow.

What frontmatter values are required for a SKILL.md file?

The frontmatter values required for a SKILL.md file include name, slug, version, and description. These metadata fields satisfy the baseline requirements for skill discovery, maintainability, and predictable template loading.

When should I use optional references in skill design?

Use optional references in skill design when you need to enrich core instructions with auxiliary content. This modular file organization keeps the SKILL.md concise while allowing detailed documentation to load on demand during the progressive disclosure workflow.