Title: Global GSD skills not showing as slash commands in Antigravity IDE 2.0.4
Environment:
Antigravity IDE Version: 2.0.4
OS: Windows 10
GSD Version: 1.42.3
Problem:
Global GSD skills installed via npx get-shit-done-cc@latest --antigravity --global are not showing up as slash commands in Antigravity IDE. The skills are correctly installed in ~/.gemini/antigravity-ide/skills/ with all 69 skill folders present and SKILL.md files inside each folder, but typing /gsd in the agent chat shows “No matching results”.
What works:
Local installation per project (npx get-shit-done-cc@latest --antigravity --local) works correctly — skills show up as slash command autocomplete inside the project.
What doesn’t work:
~/.gemini/antigravity/skills/
~/.gemini/antigravity-ide/skills/
Neither global path is picked up by Antigravity IDE as slash commands.
Steps to reproduce:
Run npx get-shit-done-cc@latest --antigravity --global
Confirm skills are installed in ~/.gemini/antigravity-ide/skills/
Open any project in Antigravity IDE
Type /gsd in agent chat
No autocomplete appears
Expected behavior:
Global skills should be discoverable across all projects without needing local installation in each project folder.
Workaround:
Local install per project works as a temporary fix.