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/chwoerz/reporelay/agents-mdgit clone --depth 1 https://github.com/chwoerz/reporelayWrote 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/chwoerz/reporelay/agents-md)<a href="https://agentmods.dev/instructions/chwoerz/reporelay/agents-md"><img src="https://agentmods.dev/badge/instructions/chwoerz/reporelay/agents-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.01925 | $0.01925 |
| Opus 5 | $0.00962 | $0.00962 |
| Sonnet 5 | $0.00385 | $0.00385 |
| Haiku 4.5 | $0.00193 | $0.00193 |
Grade A, and why
reporelay AGENTS.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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 161 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — RepoRelay
Self-hosted, MCP-native code context engine for any Git repository — public or private. TypeScript (strict ESM), Fastify, Drizzle ORM, tree-sitter, pg-boss, pgvector/ParadeDB.
Build / Dev / Test Commands
pnpm build # tsc — TypeScript compilation
pnpm dev # Start everything (Postgres + worker + web + UI)
pnpm dev:worker # tsx watch src/worker/index.ts
pnpm dev:web # tsx watch src/web/main.ts — REST API on :3001
pnpm dev:mcp # tsx src/mcp/main.ts — MCP server (HTTP on :3000)
pnpm dev:ui # Angular dashboard on :4200
pnpm test # All tests (unit + integration)
pnpm test:unit # Unit tests only
pnpm test:integration # Integration tests (requires Docker for Testcontainers)
pnpm test:watch # Vitest watch mode
Running a single test
npx vitest run src/parser/tree-sitter-parser.test.ts # single unit test file
npx vitest run src/indexer/pipeline.integration.test.ts # single integration test file
npx vitest run -t "parses TypeScript functions" # by test name pattern
npx vitest run --project unit src/core/config.test.ts # single file, unit project only
Database & Codegen
pnpm db:generate # drizzle-kit generate — create SQL migrations
pnpm db:migrate # drizzle-kit migrate — run migrations
pnpm generate:api # Regenerate types/Zod from openapi.yaml (Kubb + openapi-typescript)
Project Structure
src/
core/ Config (Zod), types, logger (Pino), progress tracker
storage/ Drizzle schema, repositories (class-based), pg-boss queue
git/ Git mirror/fetch, worktree, diff, file classifier, credentials
parser/ tree-sitter pipeline + per-language extractors + markdown parser
indexer/ Chunker, embedder, orchestration pipeline
retrieval/ Hybrid search (BM25 + vector via RRF), context builder, semver resolver
services/ Shared business logic (used by both MCP + web)
mcp/ MCP server, tools, resources, prompts
web/ Fastify REST API (17 routes) + Swagger UI at /docs
worker/ Background indexing worker (pg-boss handler)
generated/ Auto-generated from openapi.yaml (types, Zod schemas, route paths)
e2e/ End-to-end integration tests
test/
fixtures/ Multi-language sample source code
setup/ Testcontainers (ParadeDB) + temp Git repo helpers
ui/ Angular 21 admin dashboard (see ui/DESIGN.md for UI design spec)
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.
- 3d ago First seen · 161 lines · 1,925 tokens per session scan A 58ef65c87037
reporelay AGENTS.md is an instructions file published in the GitHub repository chwoerz/reporelay (18 stars, last pushed 4mo ago), licensed MIT. It adds 1,925 tokens to every session, about $0.0096 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.
Other instructions, from other repositories
mcp-foundry copilot-instructions.md
Copilot instructions for Mahima-Sanketh-Git/mcp-foundry, covering 🧭 instructions for copilot, 📋 readme structure (always follow this exact order), 📐 section-by-section rules, 1. project banner / hero and 2. table of contents.
seizu CLAUDE.md
Instructions for mappedsky/seizu, a project described as: A neo4j dashboard and reporting tool.
unifi-mcp AGENTS.md
AGENTS.md instructions for sirkirby/unifi-mcp, covering project rules, non-goals, architecture rules, layering and singletons.
mcp-dotnet-samples AGENTS.md
Instructions for microsoft/mcp-dotnet-samples, covering agents.md - mcp .net samples, project overview, project structure and architecture, repository organization and sample components.
Embody AGENTS.md
Instructions for dylanroscover/Embody, covering embody + envoy - ai instructions, critical rules, td python rules, network layout rules and mcp server safety rules.
rust-sdk fetch-mcp-doc.instructions.md
Instructions for modelcontextprotocol/rust-sdk, covering overall, key changes, architecture, baseprotocol and lifecycle.