← ClaudeAtlas

antigravity-mailboxlisted

Use Antigravity for Claude advisory mailbox threads to leave or inspect collaboration notes.
yilibinbin/external-models-for-claude · ★ 1 · AI & Automation · score 63
Install: claude install-skill yilibinbin/external-models-for-claude
# Antigravity Mailbox Use this skill when Claude Code needs repo-external advisory notes for Antigravity review collaboration. List threads: ```bash node "${CLAUDE_PLUGIN_ROOT}/scripts/antigravity-companion.mjs" mailbox list ``` Post a note: ```bash node "${CLAUDE_PLUGIN_ROOT}/scripts/antigravity-companion.mjs" mailbox post --thread "$THREAD" --message "$MESSAGE" ``` Show a thread: ```bash node "${CLAUDE_PLUGIN_ROOT}/scripts/antigravity-companion.mjs" mailbox show --thread "$THREAD" ```