Feature Request: Native Support for antigravity-cli (agy)
Context & Background
antigravity-cli (often referred to as agy) is an agentic AI coding CLI that acts as a pair programmer on the local system. Similar to Claude Code, it supports model-context protocol (MCP) servers and global skill discovery.
Currently, users running the MATLAB Agentic Toolkit within antigravity-cli have to manually configure the MCP server connection and manually symlink the toolkit's skills-catalog/ files into their global skills directory (~/.gemini/antigravity-cli/skills/).
Proposed Enhancement
We would love to see native, out-of-the-box support for antigravity-cli in the MATLAB Agentic Toolkit. Specifically, this would involve:
- Auto-Discovery: Update the discovery phase in the setup workflow to detect
antigravity-cli (e.g., checking for the presence of the ~/.gemini/antigravity-cli/ directory).
- Skill Registration: Update
install-global-skills.sh to symlink skills directly into the antigravity-cli skills directory:
~/.gemini/antigravity-cli/skills/
- Onboarding Guidance: Add a dedicated setup guidance file (e.g.,
reference/antigravity-cli-setup-guidance.md) providing integration details and clear instructions for the platform.
Value to the Community
With native support, developers using antigravity-cli can set up their MATLAB development environment in a single command, making it incredibly seamless to run unit tests, check code quality, and automate MATLAB tasks using their agent.
Feature Request: Native Support for antigravity-cli (agy)
Context & Background
antigravity-cli(often referred to asagy) is an agentic AI coding CLI that acts as a pair programmer on the local system. Similar to Claude Code, it supports model-context protocol (MCP) servers and global skill discovery.Currently, users running the MATLAB Agentic Toolkit within
antigravity-clihave to manually configure the MCP server connection and manually symlink the toolkit'sskills-catalog/files into their global skills directory (~/.gemini/antigravity-cli/skills/).Proposed Enhancement
We would love to see native, out-of-the-box support for
antigravity-cliin the MATLAB Agentic Toolkit. Specifically, this would involve:antigravity-cli(e.g., checking for the presence of the~/.gemini/antigravity-cli/directory).install-global-skills.shto symlink skills directly into theantigravity-cliskills directory:~/.gemini/antigravity-cli/skills/reference/antigravity-cli-setup-guidance.md) providing integration details and clear instructions for the platform.Value to the Community
With native support, developers using
antigravity-clican set up their MATLAB development environment in a single command, making it incredibly seamless to run unit tests, check code quality, and automate MATLAB tasks using their agent.