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.
npx agentmods add instructions/prakrititz/relaybrain/claude-mdgit clone --depth 1 https://github.com/prakrititz/relayBrainWrote 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.
[](https://agentmods.dev/instructions/prakrititz/relaybrain/claude-md)<a href="https://agentmods.dev/instructions/prakrititz/relaybrain/claude-md"><img src="https://agentmods.dev/badge/instructions/prakrititz/relaybrain/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00598 | $0.00598 |
| Opus 5 | $0.00299 | $0.00299 |
| Sonnet 5 | $0.00120 | $0.00120 |
| Haiku 4.5 | $0.00060 | $0.00060 |
Grade A, and why
relayBrain CLAUDE.md 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 5d 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.
This is a copy
100% identical to relayBrain copilot-instructions.md — 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.
How it starts
The opening of the file, as written. The whole thing — 37 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.md → relay 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. |
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.
- 5d ago First seen · 37 lines · 598 tokens per session scan A 9b0701ca2e16
relayBrain CLAUDE.md is an instructions file published in the GitHub repository prakrititz/relayBrain (31 stars, last pushed 5d ago), licensed MIT. It adds 598 tokens to every session, about $0.0030 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to relayBrain copilot-instructions.md, differing in 0 lines, and is treated as a copy.
Other instructions, from other repositories
ReMe AGENTS.md
AGENTS.md instructions for agentscope-ai/ReMe, covering agents.md, project principles, sources of truth, repository map and development setup.
framework AGENTS.md
AGENTS.md instructions for ai-driven-dev/framework, covering agents.md, behavior, communication, action and memory management.
braindb CLAUDE.md
Claude Code instructions for dimknaf/braindb, covering braindb — claude instructions, ⚠ tool priority — read this first, it overrides habit, at the start of every session, 1. get always-on rules (behavioral guidelines) and project structure.
memory-bridge AGENTS.md
AGENTS.md instructions for jiabaobei/memory-bridge, covering agents.md — 记忆桥项目规约(ai 协作会话必读), 版本与发布(硬性规则,所有者 2026-08-29 定), 架构铁律 and 工程习惯.
codevira CLAUDE.md
Instructions for sachinshelke/codevira, covering codevira — persistent project memory, when to call which codevira tool, at the start of every session, before modifying any file and before adopting a pattern, library, or naming convention.
MemoryCustodian GEMINI.md
Instructions for waittim/MemoryCustodian, covering agent instructions, memorycustodian and development.