Generates well-structured AntiGravity skills. Use when the user asks to create a new skill, build an agent capability, or define specialized instructions for a task domain.
Create high-quality, predictable skills that extend agent capabilities.
Every skill follows this hierarchy:
.agent/skills/<skill-name>/
├── SKILL.md # Required: Main logic and instructions
├── scripts/ # Optional: Helper scripts
├── examples/ # Optional: Reference implementations
└── resources/ # Optional: Templates or assets
---