skill-scaffold-generator

Scaffold skill directories and generate SKILL.md frontmatter for approved proposals.

1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hohai99/antigravity-skills --skill skill-scaffold-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-scaffold-generator
Source: https://github.com/hohai99/antigravity-skills/tree/main/global_skills/skill-scaffold-generator
Command: npx skills add https://github.com/hohai99/antigravity-skills --skill skill-scaffold-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures every new skill in the Antigravity ecosystem starts with a high-quality, standardized structure, preventing thin or vague skills from entering the codebase.

Core Features & Use Cases

  • Automatic scaffolding of a new skill directory in global_skills/ or .agent/skills/ with a consistent layout.
  • Frontmatter generation for required fields: name, description, triggers, outputs, depends_on, plus a robust SKILL.md body template.
  • Audit-ready templates: includes an Instructions section and a reusable decision tree to guide further development and reviews.
  • Use Case: After an evolution proposal is approved, run this skill to produce a ready-to-use scaffold for the new capability.

Quick Start

Run the skill-scaffold-generator after a proposal is approved to create a new skill directory with a properly formatted SKILL.md and standard sections. The generator will place the new skill in global_skills/ or .agent/skills/ and produce a draft SKILL.md that includes frontmatter fields and a comprehensive Instructions body.

Frequently Asked Questions about skill-scaffold-generator

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

FAQPage Schema
How do I scaffold a new skill directory with standardized SKILL.md frontmatter?

To scaffold a new skill directory, run the skill-scaffold-generator to automatically create the folder structure in global_skills/ or .agent/skills/ and draft a standardized SKILL.md file with required frontmatter fields.

What frontmatter fields are required for a standardized skill repository?

Standardized skill repositories require specific frontmatter fields: name, description, triggers, outputs, and depends_on, ensuring every skill maintains consistency and auditability across the ecosystem.

When do I need to generate a skill scaffold for the Antigravity ecosystem?

You generate a skill scaffold after an evolution proposal is approved or during manual creation, producing a ready-to-use directory and SKILL.md draft to prevent thin or vague skills from entering the codebase.

Does the generated SKILL.md template include an Instructions section for workflow audits?

Yes, the generated SKILL.md template includes an audit-ready Instructions section and a reusable decision tree to guide further development, ensuring standardization and comprehensive workflow auditability.

Can I use the skill-scaffold-generator for both global and workspace skill populations?

Yes, the skill-scaffold-generator applies to both global_skills/ and .agent/skills/ workspace populations, scaffolding directories and drafting frontmatter consistently regardless of the target environment.