Google's Antigravity officially introduced support for Agent Skills in version 1.14.2.
Storage paths:
- Project-specific
1 | <workspace-root>/.agent/skills/<skill-folder>/ |
- Global
1 | ~/.gemini/antigravity/global_skills/<skill-folder>/ |
This official Anthropics Github project Skills contains some simple Skills, such as frontend-design which is tailored for frontend development. Using it helps avoid generating web pages with blue-to-purple gradients that scream 'AI-generated' at first glance.
To use it in Antigravity, simply download SKILL.md and place it in the directory below.
1 | <workspace-root>/.agent/skills/frontend-design/ |
Comments