promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

/skills

Browses loaded local and global Agent Skills.

/skills belongs to the Tools & Tasks category and shows the currently loaded skills from the workspace (.agents/skills/*.md) and the global directory (~/.gemini/antigravity-cli/skills/). Every markdown skill file automatically becomes its own /<skill-name> command.

โœ… WHEN TO USE IT?

Check which skills are currently available

Open /skills to see whether a newly added skill file was picked up

โ›” WHEN NOT TO?

You want to fully install or uninstall a plugin

/skills only shows the loaded skills; it doesn't manage plugins.

Better: agy plugin install/uninstall

SOURCES