Guide for creating Agent Skills that extend Antigravity's capabilities. Use when creating new skills, updating existing skills, or packaging skills for distribution. Supports workspace skills (.agent/skills/) and global skills (~/.gemini/skills/).
Create and manage Agent Skills for Antigravity/Gemini CLI.
Skills are modular packages that extend Antigravity with specialized expertise and workflows. They follow the open Agent Skills specification.
Skill Locations:
.agent/skills/ - project-specific, committed to version control~/.gemini/skills/ - personal skills across all workspacesskill-name/
├── SKILL.md # Required - instructions and metadata
├── scripts/ # Optional - executable scripts
├── references/ # Optional - documentation to load as needed
└── assets/ # Optional - templates, images, data files
---