skill-creator

Enforce valid SKILL.md frontmatter and content structure for Skill Units.

27|9|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/sabahattink/antigravity-fullstack-hq --skill skill-creator-sabahattink
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/sabahattink/antigravity-fullstack-hq/tree/main/skills/skill-creator
Command: npx skills add https://github.com/sabahattink/antigravity-fullstack-hq --skill skill-creator-sabahattink

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide standardizes Skill Unit creation by enforcing a valid SKILL.md frontmatter and a clear content structure, reducing ambiguity and misconfigurations across the repository.

Core Features & Use Cases

  • Frontmatter validation ensures the skill name matches the directory and that a concise description is provided.
  • Content-structure guidance defines required sections (title, examples, and a Forbidden Patterns section) for consistent reference skills.
  • Quality controls provide a checklist for audits, PR reviews, and onboarding of new contributors.
  • Useful during reviews when evaluating whether a skill is well-formed and production-ready.

Quick Start

Create skills/NEW-SKILL/ with SKILL.md following this template, including the required frontmatter and content sections.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I validate SKILL.md frontmatter for consistent skill creation?

To validate SKILL.md frontmatter for skill creation, ensure the skill name exactly matches its directory and includes a concise description. This standardizes frontmatter consistency, reducing ambiguity and misconfigurations across the repository.

What sections are required in a markdown reference guide for new skills?

Required sections in a markdown reference guide for new skills include a title, examples, and a Forbidden Patterns section. Defining this content structure ensures consistent reference skills and clear organization for onboarding new contributors.

Can I use a checklist to audit skill content quality during PR reviews?

Yes, you can use a quality checklist to audit skill content during PR reviews. It evaluates whether a skill is well-formed and production-ready by verifying frontmatter validation, content organization, and safety controls before merging.

What is the best way to standardize YAML frontmatter across a repository?

The best way to standardize YAML frontmatter across a repository is enforcing a valid SKILL.md template. This enforces frontmatter consistency, content organization, and safety controls, reducing misconfigurations when creating skill units.

When do I need to enforce a specific content structure for skill units?

You need to enforce a specific content structure for skill units when standardizing creation across a repository. This reduces ambiguity by covering frontmatter consistency, section structure, and content quality for production-ready skills.