relay

Relay coordination rules for sharing project context between coding agents, managing locks, and handling Relay chat commands. Relay is a tool for shared agent memory and handoffs.

In plain words
What is it for?
Loading room context, checking shared memory, coordinating concurrent work, syncing Relay files, and processing commands such as /relay ask.
Why use it?
They explain what agents must read and update so multiple sessions can coordinate without losing important project information.

Cursor rule for Cursor

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.

agentmods
npx agentmods add rules/prakrititz/relaybrain/relay
Clone the repo
git clone --depth 1 https://github.com/prakrititz/relayBrain

Made for: Cursor.

Per session 619 This file is loaded in full into every session.
When invoked 619 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.00619 $0.00619
Opus 5 $0.00309 $0.00309
Sonnet 5 $0.00124 $0.00124
Haiku 4.5 $0.00062 $0.00062

Measured 2d ago against content hash e9abdcfa8b71, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

relay scanned grade A with 0 findings 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 2d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.cursor/rules/relay.mdc · 41 lines

How it starts

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

Relay (auto-installed)

This project uses Relay for cross-agent memory. Do not ask the user to configure agent files manually.

Every session — read first: .relay/AGENT_BOOTSTRAP.md

Phase Action
Session start Read .relay/relay_context.md (handoff). Never paste raw transcripts.
After agent work You update .relay/*.md from compile_brief.md (stop hook triggers this)
Background sync relay watch . keeps memory.json + compile_brief.md fresh
Not installed? Run relay add . or relay init in project root

Stop hooks: Cursor, Claude Code, Codex, Copilot CLI, Antigravity — installed by relay add / relay init. Relay MCP: relay_room_brief, locks, chat history — installed into each agent's MCP config by relay add.

Relay pseudo-commands (user chat)

These are not built-in slash commands. They are a project convention — phrases the user types so agents recognize Relay intent.

When the user sends any of these phrases (with or without a leading /), treat them as Relay instructions — not casual chat:

User says You do
/relay update or relay update relay sync .relay compile . → read .relay/compile_brief.md → update .relay/project.md, current_task.md, decisions.md, failures.mdrelay context . → confirm "Relay updated."
/relay context or relay context Read .relay/relay_context.md (run relay context . first if stale). Summarize handoff briefly.
/relay ask or relay ask Call Relay MCP tool relay_room_brief (MCP server relay). Required on Cursor, Claude Code, Codex, Copilot CLI, and Antigravity — not a terminal command for the human. Summarize teammate chat, code edits, locks, and file-sync notes. Tell the user before you edit shared files. If relay MCP is missing, say so and suggest relay add . + agent restart (do not ask the user to run relay ask).
/relay init or relay init Run relay init in project root if .relay/ missing; else confirm already installed.

Read the full file on GitHub · 41 lines

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. 2d ago First seen · 41 lines · 619 tokens per session scan A e9abdcfa8b71

Subscribe to this mod's changes

relay is a cursor rule published in the GitHub repository prakrititz/relayBrain (31 stars, last pushed 3d ago), licensed MIT. It adds 619 tokens to every session, about $0.0031 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.