td skill install gemini installs to .gemini/skills/todoist-cli/SKILL.md.
According to gemini itself:
does google antigravity pick up $HOME/.gemini/skills/todoist-cli/SKILL.md
The Short Answer
No, Google Antigravity will not automatically pick up your skill from that specific path.
Why It Doesn't Work
The directory ~/.gemini/skills/ is the standard global location natively used by the older Gemini CLI. With the launch of the Antigravity platform (which encompasses Antigravity 2.0, the IDE, and the Antigravity CLI), the ecosystem transitioned to a new configuration structure.
Antigravity natively looks for globally scoped skills in these directories instead:
• ~/.gemini/config/skills/
• ~/.gemini/antigravity/skills/
Because your todoist-cli skill is sitting in the legacy Gemini CLI directory, the Antigravity agent harness does not know it exists.
td skill install geminiinstalls to .gemini/skills/todoist-cli/SKILL.md.According to gemini itself:
does google antigravity pick up $HOME/.gemini/skills/todoist-cli/SKILL.md
The Short Answer
No, Google Antigravity will not automatically pick up your skill from that specific path.
Why It Doesn't Work
The directory ~/.gemini/skills/ is the standard global location natively used by the older Gemini CLI. With the launch of the Antigravity platform (which encompasses Antigravity 2.0, the IDE, and the Antigravity CLI), the ecosystem transitioned to a new configuration structure.
Antigravity natively looks for globally scoped skills in these directories instead:
• ~/.gemini/config/skills/
• ~/.gemini/antigravity/skills/
Because your todoist-cli skill is sitting in the legacy Gemini CLI directory, the Antigravity agent harness does not know it exists.