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/marcomq/mq-bridge-app/agents-mdgit clone --depth 1 https://github.com/marcomq/mq-bridge-appWrote 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/marcomq/mq-bridge-app/agents-md)<a href="https://agentmods.dev/instructions/marcomq/mq-bridge-app/agents-md"><img src="https://agentmods.dev/badge/instructions/marcomq/mq-bridge-app/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.01851 | $0.01851 |
| Opus 5 | $0.00925 | $0.00925 |
| Sonnet 5 | $0.00370 | $0.00370 |
| Haiku 4.5 | $0.00185 | $0.00185 |
Grade A, and why
mq-bridge-app 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 4d 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 — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Project Snapshot
mq-bridge-app is a Rust + Svelte application.
- Backend/runtime: Rust (
crates/core,crates/cli,crates/desktop) - UI: Svelte 5 + Vite (
ui/src), utilizing Runes for state management. - Legacy migration: mostly completed; remaining compatibility shims still exist.
Current UI Architecture
- Main app bootstrapping:
ui/src/bootstrap.ts,ui/src/main.ts - Main tabs/components:
ui/src/components/PublishersPanel.svelteui/src/components/ConsumersPanel.svelteui/src/components/RoutesPanel.svelteui/src/components/SettingsPanel.svelte
- State/stores:
ui/src/lib/stores.tsui/src/lib/runtime-status.ts- Modernized state handling via Svelte 5
$stateand$derivedrunes.
- Runtime bridge helpers:
ui/src/lib/runtime-window.ts
Important Recent Behavior Decisions
-
Consumer tab/save behavior
- Save keeps the active consumer subtab (no definition/messages flicker).
-
Runtime status indicator
- Topbar runtime status is sourced from polled runtime state, not stale legacy globals.
Testing Guidance
-
Unit tests:
- Commands:
npm run test:unitandcargo test - Focused suites used often:
tests/unit/consumers-view.test.tstests/unit/publishers-view.test.tstests/unit/routes-view.test.tstests/unit/import-export.test.tstests/unit/bootstrap-runtime-status.test.ts
- Commands:
-
UI/E2E tests:
- Command:
npm run test:ui - Main spec:
tests/playwright/ui.spec.js - Tests currently reset config before each case via
/configpost. - Visual regression baselines use Playwright's built-in
toHaveScreenshotassertions intests/playwright/ui-visual.spec.js. - Do not use LLM-based screenshot comparison.
- Do not run
npm run test:ui:update-screenshotsjust to make failing tests pass. Update screenshot baselines only after reviewing the diff and confirming the UI/layout change is intentional.
- Command:
Known Active Areas
- Further reduction of legacy/global
windowdependencies. - Completion of the transition from legacy Svelte stores to Svelte 5
$stateand$derivedRunes. - Remaining migration cleanup from
*-view.tscontroller modules into cleaner component/service boundaries. - Enhanced real-time monitoring features and throughput visualization.
- Additional consumer traffic E2E coverage can still be expanded.
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.
- 4d ago First seen · 174 lines · 1,851 tokens per session scan A 83d951648a49
mq-bridge-app AGENTS.md is an instructions file published in the GitHub repository marcomq/mq-bridge-app (7 stars, last pushed 4d ago), licensed MIT. It adds 1,851 tokens to every session, about $0.0093 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-31.
Other instructions, from other repositories
agent-skills CLAUDE.md
Claude Code instructions for confluentinc/agent-skills, covering claude.md, repository purpose, skill anatomy, evals are the contract and reviewing skill behavior.
riko CLAUDE.md
Claude Code instructions for nerevu/riko, covering riko, key paths, docs map, async backend and correctness invariants (audit remediation).
OpenContracts CLAUDE.md
Claude Code instructions for Open-Source-Legal/OpenContracts, covering claude.md, project overview, baseline commit rules, essential commands and backend (django).
jikkou AGENTS.md
AGENTS.md instructions for streamthoughts/jikkou, covering agents.md - development guidelines for ai coding agents, project overview, project structure, build, test, and lint commands and build commands.
voleeo-api AGENTS.md
Instructions for voleeo/voleeo-api, covering agents.md, product vision, model routing (delegated sub-work only), tool discipline and code quality.
datapages AGENTS.md
AGENTS.md instructions for romshark/datapages, covering code style, commands, project structure, dependencies and generated code.