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.