{{SKILL_NAME}}

Convert formal requirements into ready-to-use Skill Units with SKILL.md structure.

8|3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ydnikolaev/antigravity-factory --skill skill-name-ydnikolaev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: {{SKILL_NAME}}
Source: https://github.com/ydnikolaev/antigravity-factory/tree/main/.agent/skills/skill-creator/resources/templates
Command: npx skills add https://github.com/ydnikolaev/antigravity-factory --skill skill-name-ydnikolaev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill makes it easy to convert functional specifications into ready-to-run Skill Units, accelerating skill creation and standardization.

Core Features & Use Cases

  • Template-driven: Generates new skills from spec documents using a defined SKILL.md frontmatter and body.
  • Consistency & Onboarding: Enforces project-wide conventions for naming and descriptions to improve discovery.
  • Use Case: A product team provides a spec; this skill scaffolds a new Skill Unit with default structure ready for activation.

Quick Start

  1. Prepare a spec file with fields for name and description.
  2. Place SKILL.md at the root of the new Skill Unit and fill in the placeholders.
  3. Run the skill creation workflow to generate the skeleton.

Frequently Asked Questions about {{SKILL_NAME}}

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

FAQPage Schema
How do I create new skills from spec documents quickly?

To create new skills from spec documents, you can use a template-driven approach that converts formal requirements into ready-to-use Skill Units. This enforces YAML frontmatter with name and description in SKILL.md, a descriptive body for activation instructions, and optional folders like scripts/ and references/ for on-demand resources.

What is the standard SKILL.md structure for skill creation?

The standard SKILL.md structure for skill creation requires YAML frontmatter containing the name and description fields, followed by a descriptive body for activation instructions. This enforces project-wide conventions for naming and descriptions to improve discovery and onboarding across teams.

How do I generate a skill blueprint from functional requirements?

You generate a skill blueprint from functional requirements by preparing a spec file with fields for name and description, placing SKILL.md at the root of the new Skill Unit, and running the skill creation workflow to produce a skeleton with default structure ready for activation.

Does skill scaffolding support optional folders for scripts and references?

Yes, skill scaffolding supports optional folders for scripts, references, and assets. These on-demand resources are generated alongside the SKILL.md file to provide a complete skeleton structure for the new Skill Unit based on your spec.

What's the best way to standardize skill creation across teams?

The best way to standardize skill creation across teams is by enforcing project-wide conventions for naming and descriptions through a template-driven generation process. Converting functional specifications into ready-to-run Skill Units accelerates rapid prototyping and improves knowledge transfer.