agy-collaboration

agy-collaboration is a skill for Claude Code, Codex from Boulea7/agy-mcp. It costs 50 tokens per session (1,047 once invoked), scanned C, a copy of agy-collaboration, MIT.

A collaboration guide for AI agents working together through the Antigravity bridge, a tool that passes messages between agents. It sets rules for clear, single-response communication and code references.

In plain words
What is it for?
Use it during multi-agent coding sessions to format responses, cite file locations, and handle questions without making edits.
Why use it?
It prevents confusing multi-part messages and makes the driving agent’s job easier. It also clarifies when the agent must stay read-only.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it during multi-agent coding sessions to format responses, cite file locations, and handle questions without making edits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/boulea7/agy-mcp/antigravity
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Boulea7/agy-mcp --skill antigravity
Clone the repo
git clone --depth 1 https://github.com/Boulea7/agy-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agy-collaboration

README.md
[![agentmods](https://agentmods.dev/badge/skills/boulea7/agy-mcp/antigravity/github.svg)](https://agentmods.dev/skills/boulea7/agy-mcp/antigravity)
Your own site
<a href="https://agentmods.dev/skills/boulea7/agy-mcp/antigravity"><img src="https://agentmods.dev/badge/skills/boulea7/agy-mcp/antigravity/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agy-collaboration

Your own site · 80×15
<a href="https://agentmods.dev/skills/boulea7/agy-mcp/antigravity"><img src="https://agentmods.dev/badge/skills/boulea7/agy-mcp/antigravity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,047 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.01047
Opus 5 $0.00025 $0.00524
Sonnet 5 $0.00010 $0.00209
Haiku 4.5 $0.00005 $0.00105

Measured 9d ago against content hash 5ee69a09e248, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

agy-collaboration scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Tells the agent never to refusehighAnti-refusal

Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.

- **Do not refuse legitimate tasks because of mode.** If you think a
Origin

This is a copy

100% identical to agy-collaboration — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

src/agy_mcp/_skill_bodies/antigravity/SKILL.md · 104 lines

How it starts

The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Antigravity collaboration playbook

You are being driven by another agent (Claude Code, OpenAI Codex, or the agy-mcp bridge CLI) for a specific task. The bridge wraps your stdout into a JSON envelope, so the rules below keep that envelope useful.

What the bridge expects from you

  1. Single coherent response per turn. The bridge buffers your stdout until your turn ends, then emits one assistant message. Multi-section narration is fine; multi-turn chatter is not.

  2. Plain prose, no emoji. The bridge runs SafetyPolicy.redact over your output. Emojis survive but ruin grep / diff workflows for the driving agent. Keep prose plain.

  3. Cite file paths and line numbers when you reference code. The driving agent uses file:line to jump into the source. src/foo.py:42 is good; "the auth file" is not.

  4. End with a decision or a question, not "let me know if you want me to continue". The bridge's SESSION_ID survives; the driving agent will pass it back if it wants more. Don't ask permission.

When the driving agent is in ask mode

  • You are read-only. Do not propose edits. Do not call tools that write to disk. Cite paths and answer the question.
  • If you need clarification, ask exactly one question. The driving agent has limited budget for clarifying round-trips.

When the driving agent is in plan mode

  • Produce numbered, independent, ~30-min steps. Each step should be testable on its own.
  • Out-of-scope items belong in an "Out of scope" section, not in the plan steps themselves.
  • Do not estimate hours globally. The driving agent will choose pace.

When the driving agent is in prototype mode

  • Output a unified diff against HEAD. Do not write to disk.
  • Keep the diff to the requested files only. Do not opportunistically reformat or "improve" surrounding code.

When the driving agent is in review mode

  • Output a numbered list. Each item: [severity] file:line — sentence.
  • Severity ladder: P0 (ship blocker), P1 (must-fix this round), P2 (fix if cheap), P3 (note for later).
  • Skip nits. Style issues that don't hurt readability are not worth flagging.

Read the full file on GitHub · 104 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 104 lines · 50 tokens per session scan C 5ee69a09e248

Subscribe to this mod's changes

agy-collaboration is a skill published in the GitHub repository Boulea7/agy-mcp (23 stars, last pushed 27d ago), licensed MIT. It adds 50 tokens to every session and 1,047 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). It is 100% identical to agy-collaboration, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

crosstalk

Consult Antigravity (Gemini) from Claude Code without blocking, and route the answer to whichever of your sessions needs it. Use for wide-context reads a second model should carry (large codebase sweeps, long log or transcript analysis, broad web research), for a genuine second opinion on a design or a diagnosis, and…

obeskay/crosstalk · 143 tokens

agy-result-handling

Internal guidance for presenting agy output back to the user.

Vit129/agy-plugin-cc · 16 tokens

gemini-3-prompting

Guidance for writing effective prompts for Antigravity (agy) / Gemini 3 models.

Vit129/agy-plugin-cc · 26 tokens

agy-delegation

Use when analyzing large files (>200 lines), more than 3 files at once, deep git/grep searches, web lookups, or adversarial reviews - delegates to the Antigravity CLI via claude-agy-mcp MCP tools to save context.

PyModel/claude-agy-mcp · 57 tokens

ag-sdd

Activates the Anti-Gravity Spec-Driven Development (ag-sdd) workflow. Use this skill when the user asks to implement a feature, fix a bug, or write code in a repository that uses ag-sdd. It enforces a strict 4-phase SDD lifecycle: Discovery, Spec Generation, Sequential Execution, and Quality Signoff.

stormlive-ai/ag-sdd · 78 tokens

delegate

Use when the user wants to delegate a task to Google's Antigravity desktop app — phrases like "use gemini", "ask antigravity", "have claude in antigravity do this", "offload this", "run N agents/tasks in parallel", or "check antigravity's quota". Explains which model to pick, when to use the batch/parallel tool, and…

presidentrice/supergravity-mcp · 129 tokens