Provides core knowledge and instructions for creating, documenting, and managing Antigravity Skills. Use this skill when you need to extend your capabilities by creating new modular skills.
This skill empowers Antigravity agents to extend their own capabilities through the creation and management of modular skills.
.agent (singular), never .agents (plural), for the root configuration directory to ensure automatic tool detection.A standard Antigravity skill follows this structure:
SKILL.md: (Required) The core instruction set with YAML metadata.metadata.json: (Recommended) Structured metadata for the skills CLI.scripts/: (Optional) Automation scripts or helper tools.examples/: (Optional) Reference implementations.resources/: (Optional) Static assets, templates, or rulesets..agent/skills/ (local) or your skills repository.name matches the folder name and the description is actionable..agent/skills/.npx skills add to import skills from shared repositories.version in frontmatter/metadata when making significant changes.name in SKILL.md?description clear enough for discovery?