Run in the root of your project:
npx @katatan/agents init
# Select: 5. Google Antigravity
# Enter your KATATAN access tokenThe following files are generated:
~/.gemini/antigravity/mcp_config.json ← global config (merged with existing)
.agents/
└── skills/
├── katatan-supervisor/SKILL.md
├── katatan-e2e-planner/SKILL.md
├── katatan-e2e-generator/SKILL.md
├── katatan-e2e-runner/SKILL.md
└── katatan-e2e-healer/SKILL.md~/.gemini/antigravity/mcp_config.json{
"mcpServers": {
"katatan-test": {
"type": "http",
"url": "https://mcp.katatan.com/mcp",
"headers": {
"Authorization": "Bearer kat_xxxxxxxxxxxxxxxx"
}
}
}
}katatan-supervisor skill.