Generates structured Antigravity skill directories under .agent/skills/. Use when the user asks to create a skill, build a skill, add a skill, or scaffold a new agent capability. Produces a SKILL.md with YAML frontmatter plus optional scripts/, examples/, and resources/ subdirectories.
.agent/skills/ directlyCopy and track this checklist per skill creation request:
scripts/, examples/, resources/)SKILL.md following the standards below.agent/skills/<skill-name>/.agent/skills/<skill-name>/
├── SKILL.md # Required
├── scripts/ # Optional – helper scripts
├── examples/ # Optional – reference implementations
└── resources/ # Optional – templates or assets
testing-code)[See ADVANCED.md](ADVANCED.md))--help if usage is unclearWhen writing a new skill, produce:
---