Google Antigravity support details
Native .agents/ rules, workflows, MCP config, skills, and hooks.
Antigravity is Google DeepMind's agent-first platform with unified .agents/ configuration.
Start on the full support matrix when you need to compare every editor at once. Use this page when you want the exact terms, support details, and project/user targets for Google Antigravity.
Related aix concepts: rules , prompts , mcp , skills , hooks .
Editor-specific notes
- Antigravity standardizes on the project-level
.agents/directory. - Workflows are stored as markdown files with YAML frontmatter in
.agents/workflows/. - MCP configuration is stored in
.agents/mcp_config.json.
Feature details
How to read the statuses
Support key
Editor support
- Supported The editor exposes that feature at that scope.
- No support The editor does not expose that feature at that scope.
aix support
- Native aix writes the editor's own format.
- Adapter aix keeps the feature through an adapter or alternate representation.
- No support aix does not write that feature for the destination today.
Use the Project scope and User scope rows to see where config lands at each level.
Rules Learn the concept
Modular markdown rules with frontmatter triggers in .agents/rules/ and AGENTS.md.
- Project
- Editor Supported aix NativePath
.agents/rules/*.md - User
- Editor Supported aix NativePath
~/.gemini/GEMINI.md
- Also supports project-level
AGENTS.md.
Prompts Learn the concept
Markdown workflow files with description frontmatter in .agents/workflows/.
- Project
- Editor Supported aix NativePath
.agents/workflows/*.md - User
- Editor Supported aix NativePath
~/.gemini/config/workflows/*.md
MCP Learn the concept
JSON configuration in .agents/mcp_config.json.
- Project
- Editor Supported aix NativePath
.agents/mcp_config.json - User
- Editor Supported aix NativePath
~/.gemini/config/mcp_config.json
Skills Learn the concept
Symlinked native skill directories in .agents/skills/{name}/.
- Project
- Editor Supported aix NativePath
.agents/skills/{name}/ - User
- Editor Supported aix NativePath
~/.gemini/config/skills/{name}/
Agents
Markdown subagent files with YAML frontmatter in .agents/agents/.
- Project
- Editor Supported aix NativePath
.agents/agents/*.md - User
- Editor Supported aix NativePath
~/.gemini/config/agents/*.md
Supported metadata: description , mode , model , tools , temperature , maxTurns , editor.antigravity
Hooks Learn the concept
JSON hooks in .agents/hooks.json.
- Project
- Editor Supported aix NativePath
.agents/hooks.json - User
- Editor Supported aix NativePath
~/.gemini/config/hooks.json
Supported metadata: PostInvocation , PostToolUse , PreInvocation , PreToolUse , SessionEnd , SessionStart , Stop
-
timeoutis in seconds.
Plugins
Compatibility unpacking into native skills and MCP servers.
- Project
- Editor Supported aix AdapterPath
.agents/skills/ - User
- Editor No support aix No supportEditor: The editor does not expose this feature at this scope. aix: Antigravity does not support native plugin bundles.
Marketplaces
Antigravity does not support custom AI agent marketplaces.
- Project
- Editor No support aix No supportEditor: The editor does not expose this feature at this scope. aix: Antigravity does not support custom AI marketplaces.
- User
- Editor No support aix No supportEditor: The editor does not expose this feature at this scope. aix: Antigravity does not support custom AI marketplaces.
AGENTS.md
Native project-level AGENTS.md instructions.
- Project
- Editor Supported aix NativePath
AGENTS.md - User
- Editor Supported aix NativePath
~/.gemini/GEMINI.md
.agents/skills
Native Agent Skills directory in .agents/skills/.
- Project
- Editor Supported aix NativePath
.agents/skills/{name}/ - User
- Editor Supported aix NativePath
~/.gemini/config/skills/{name}/