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/ruochenlyu/run-shelf/agents-mdgit clone --depth 1 https://github.com/RuochenLyu/run-shelfWrote 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/ruochenlyu/run-shelf/agents-md)<a href="https://agentmods.dev/instructions/ruochenlyu/run-shelf/agents-md"><img src="https://agentmods.dev/badge/instructions/ruochenlyu/run-shelf/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.00206 | $0.00206 |
| Opus 5 | $0.00103 | $0.00103 |
| Sonnet 5 | $0.00041 | $0.00041 |
| Haiku 4.5 | $0.00021 | $0.00021 |
Grade A, and why
run-shelf 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.
What it actually says
Run Shelf development contract
RunShelf/Coreowns the file-native task, run, claim, scheduler, and repository contracts.- App views consume
TaskStore; they must not coordinate filesystem locks or process claims. - CLI, App, and Scheduler use the same task directory and must ship together when lock or schema protocols change.
- Tests and tools must set
RUN_SHELF_APP_SUPPORT_DIRto a temporary directory. Never mutate the user's real Run Shelf data. schemas/*.jsonare the hand-maintained schema SSOT. RegenerateRunShelf/CLI/GeneratedSchemas.swiftwithscripts/generate_cli_schemas.rb.- Add or move Swift files with
bundle exec ruby scripts/sync_xcodeproj_files.rb; do not hand-edit target membership. - Run
scripts/check.shbefore handoff. Commits follow Conventional Commits 1.0.0. - Never tag, push, notarize, publish, or read release credentials without explicit operator authorization.
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 · 11 lines · 206 tokens per session scan A 68858727dc2b
run-shelf AGENTS.md is an instructions file published in the GitHub repository RuochenLyu/run-shelf (10 stars, last pushed 4d ago), licensed MIT. It adds 206 tokens to every session, about $0.0010 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
Peekaboo AGENTS.md
AGENTS.md instructions for openclaw/Peekaboo, covering repository guidelines, start here, project structure & modules, build, test, and development commands and coding style & naming conventions.
Applite CLAUDE.md
Instructions for milanvarady/Applite, covering claude.md, project overview, build & run, architecture and data flow.
palmier-pro AGENTS.md
AGENTS.md instructions for palmier-io/palmier-pro, covering palmierpro, build, agents, engineering approach and code style.
scarf AGENTS.md
Instructions for awizemann/scarf: This repo carries its own agent memory — plain files in git, served by the in-repo memophant-mcp MCP server, managed by the Memophant macOS app. It works the same for every agent (Claude Code, Codex, Cursor, Gemini, Copilot). This block is regenerated between the memophant markers…
scarf copilot-instructions.md
Instructions for awizemann/scarf: File memory notes under one of six folders (architecture/conventions/decisions/operations/project/roadmap), never the root. When a note is grounded in code, pass sourcepaths (the repo files it depends on) so Memory Health can drift-check it — an unanchored code note can't be kept…
HomeClaw AGENTS.md
Instructions for omarshahine/HomeClaw, covering homeclaw, architecture, project structure, build system and xcode version.