I’d like to request a feature to view global skills directly within the Antigravity IDE interface.
Current Situation:
-
Global skills are stored in
~/.gemini/antigravity/skills/ -
They’re automatically loaded and work behind the scenes
-
There’s no way to see what global skills are installed without checking the file system directly
Problem: Without a UI to view global skills, users have no easy way to:
-
See which skills they’ve added at the global level
-
Remember what global skills are available across projects
-
Manage or audit their installed skills
-
Understand why certain behaviors are happening (which skill is being activated)
Proposed Solution: Add a panel or menu in the Antigravity IDE that displays:
-
List of installed global skills (from
~/.gemini/antigravity/skills/) -
List of workspace-specific skills (from
.agent/skills/) -
Skill descriptions/metadata
-
Option to enable/disable skills
-
Link to skill documentation
This would greatly improve discoverability and make skill management more transparent for users.