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/connorads/remobi/agents-mdgit clone --depth 1 https://github.com/connorads/remobiWhat 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.02305 | $0.02305 |
| Opus 5 | $0.01153 | $0.01153 |
| Sonnet 5 | $0.00461 | $0.00461 |
| Haiku 4.5 | $0.00231 | $0.00231 |
Grade A, and why
remobi 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 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.
How it starts
The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.
remobi
Monitor and control your coding agents from your phone. Touch controls for tmux (or zellij, herdr) over the web. Published on npm as remobi.
Architecture
Pure TypeScript + DOM API — no framework. Transpiles to JS via tsdown for npm distribution. Bundles a browser client via esbuild and serves it from Node.
Stack
- Node 22+ — runtime
- pnpm — package manager
- esbuild — browser client bundle
- tsdown — transpile TS → JS for npm publish
- vitest — test runner
- TypeScript (strict) — no
any, discriminated unions for actions - Biome — lint + format
- happy-dom — DOM testing
- Hono — HTTP + WebSocket server (
remobi serve) - node-pty — PTY bridge for
remobi serve - xterm.js — browser terminal rendering
Key Commands
git config core.hooksPath .hk-hooks # Run once after clone
pnpm test # Run all tests
pnpm run test:pw # Playwright e2e tests (chromium + webkit)
pnpm run check # Biome lint + format check
pnpm run check:fix # Auto-fix lint + format
pnpm run build # Deprecated legacy command
pnpm run build:dist # Transpile for publishing (tsdown)
Local Development
From source (bundles overlay on the fly, no build step):
tsx cli.ts serve # localhost:7681, default tmux session
tsx cli.ts serve --port 8080 -- bash --norc # custom port, bash instead of tmux
From a local build:
pnpm run build:dist && node dist/cli.mjs serve
Conventional Commits
Commits must follow Conventional Commits format, enforced by hk commit-msg hook.
- Format:
type(scope): description - Types:
feat,fix,chore,docs,refactor,test,ci,perf,style,build,revert - Breaking changes: include a
BREAKING CHANGE:footer.!after type/scope is optional shorthand only and must be paired with the footer because semantic-release major detection relies on the footer.
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.
- 2d ago First seen · 152 lines · 2,305 tokens per session scan A f8a5985e1099
remobi AGENTS.md is an instructions file published in the GitHub repository connorads/remobi (55 stars, last pushed 1mo ago), licensed MIT. It adds 2,305 tokens to every session, about $0.0115 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
dormouse AGENTS.md
AGENTS.md instructions for diffplug/dormouse, covering dormouse, setup, architecture, specs and spec lifecycle.
dormouse CLAUDE.md
Claude Code instructions for diffplug/dormouse, a project described as: Multitasking Terminal for Mice and Thumbs.
vibetunnel CLAUDE.md
Instructions for amantus-ai/vibetunnel, covering claude.md, project overview, common development commands, building the project and first, ensure poltergeist is running in the project root.
psmux AGENTS.md
Instructions for psmux/psmux, covering agent instructions and test isolation.
terminal-browser AGENTS.md
Instructions for zenbu-labs/terminal-browser, a project described as: A browser inside your terminal.
vibetunnel AGENTS.md
Instructions for amantus-ai/vibetunnel, a project described as: Turn any browser into your terminal & command your agents on the go.