Your question
I've installed the plugin via the command curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bash with AntiGravity selected. When trying to invoke the plugin however, it doesn't appear in the dropdown, neither does it work when typing /understand. I've tested this across both Antigravity 2.0 and Antigravity CLI.
The script created the correct resources in ~/.gemini/antigravity/skills/understand-anything and 2 other directories in the home folder titled "./understand-anything" and "./understand-anything-plugin". Even though these are all present, I can't seem to invoke this skill.
Has anyone tried getting this plugin to work with antigravity? Even though this plugin was made for claude, it explicitly states support for all other AI agents, including Antigravity
What have you already tried?
# 1. Create the correct v2.0 folder structure
mkdir -p ~/.gemini/config/plugins/understand-anything-plugin
# 2. Move your cloned files into it
cp -r ~/.understand-anything-plugin/* ~/.gemini/config/plugins/understand-anything-plugin/
The above method didn't copy over the plugin.json file in the .claude-plugin directory, so I also tried:
# 1. Clear the target folder one last time to be sure
rm -rf ~/.gemini/config/plugins/understand-anything-plugin/*
# 2. Copy the contents specifically from INSIDE that .claude-plugin directory
cp -r ~/.understand-anything-plugin/.claude-plugin/* ~/.gemini/config/plugins/understand-anything-plugin/
None of which has worked
Your question
I've installed the plugin via the command
curl -fsSL https://raw.githubusercontent.com/Egonex-AI/Understand-Anything/main/install.sh | bashwith AntiGravity selected. When trying to invoke the plugin however, it doesn't appear in the dropdown, neither does it work when typing /understand. I've tested this across both Antigravity 2.0 and Antigravity CLI.The script created the correct resources in
~/.gemini/antigravity/skills/understand-anythingand 2 other directories in the home folder titled "./understand-anything" and "./understand-anything-plugin". Even though these are all present, I can't seem to invoke this skill.Has anyone tried getting this plugin to work with antigravity? Even though this plugin was made for claude, it explicitly states support for all other AI agents, including Antigravity
What have you already tried?
The above method didn't copy over the
plugin.jsonfile in the.claude-plugindirectory, so I also tried:None of which has worked