My personal, authoritative spec for building, developing, versioning, releasing, and wiring dependencies for my own Claude Code plugins through a split-repo plus central-marketplace setup. Use when creating a new plugin repo, laying out a plugin's .claude/skills/<name>/ folder, writing plugin.json or marketplace.json, tagging a plugin release, wiring plugin-to-plugin dependencies, authenticating private repos, or when I ask how to structure, release, or publish my Claude Code plugin.
Look up authoritative, up-to-date Google Antigravity documentation covering the Antigravity 2.0 IDE, the Antigravity CLI, the SDK, agents/subagents, models, skills, rules/workflows, hooks, MCP, browser use, settings, enterprise, migration, and FAQ. Use when the user asks how an Antigravity feature works, what a config field does, how to set up the IDE/CLI/SDK/skills/MCP, when troubleshooting an Antigravity error or unexpected behavior, or when you need to cite current official docs rather than rely on training-cutoff knowledge.
Look up authoritative, up-to-date OpenAI Codex documentation covering the CLI, IDE extension, Codex app, cloud, subagents, skills, MCP, sandboxing, configuration, enterprise, and integrations. Use when the user asks how a Codex feature works, what a config field does, how to set up the CLI/IDE/app/cloud/skills/MCP, when troubleshooting a Codex error or unexpected behavior, or when you need to cite current official docs rather than rely on training-cutoff knowledge.
Cross tool concept mapping knowledge base for AI coding agents. Use when you need to know how a project level configuration concept (project prompt, settings, skills, custom commands, hooks, MCP servers, subagents, permissions) corresponds across Claude Code, Codex, and Antigravity, or how to port such a setup from one tool to another.
Read-only review of how completely a project's Antigravity configuration has been ported to Claude Code. Scans both sides, compares them against the coding-agent-concept-mapping knowledge base, and writes a gap report to tmp/review-port-antigravity-to-claude-code.md. Makes no changes to the project config. Use to audit a Antigravity to Claude Code migration.
Port a project's Antigravity configuration to Claude Code, keeping the Antigravity files in place. Scans the project for Antigravity config artifacts, maps each to its Claude Code equivalent using the coding-agent-concept-mapping knowledge base, and creates or edits the matching Claude Code files. Use when migrating a repo from Antigravity to Claude Code.
Read-only review of how completely a project's Antigravity configuration has been ported to Codex. Scans both sides, compares them against the coding-agent-concept-mapping knowledge base, and writes a gap report to tmp/review-port-antigravity-to-codex.md. Makes no changes to the project config. Use to audit a Antigravity to Codex migration.
Port a project's Antigravity configuration to Codex, keeping the Antigravity files in place. Scans the project for Antigravity config artifacts, maps each to its Codex equivalent using the coding-agent-concept-mapping knowledge base, and creates or edits the matching Codex files. Use when migrating a repo from Antigravity to Codex.