Where does Antigravity look for Agent Skills?

Antigravity Skills
Antigravity Skills

Skills are an open standard for extending agent capabilities. A skill is a folder containing a SKILL.md file with instructions that the agent can follow when working on specific tasks.

Antigravity (AGY) also supports agent skills, but it’s not obvious at all where to save these skills. This is mainly because:

  1. AGY has 3 different flavours (AGY, AGY IDE, AGY CLI) that look in slightly different locations for skills.
  2. AGY has 3 different levels for skills: project/workspace level, product level, and global.
  3. The documentation seems to be out of date.

In today’s post, I’ll run some experiments to understand where exactly AGY looks for skills in each of its flavours. Along the way, we’ll learn about where AGY saves its state and built-in skills.

Read More →