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/vvooki-sys/loomem/agents-mdgit clone --depth 1 https://github.com/vvooki-sys/loomemWhat 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.00126 | $0.00126 |
| Opus 5 | $0.00063 | $0.00063 |
| Sonnet 5 | $0.00025 | $0.00025 |
| Haiku 4.5 | $0.00013 | $0.00013 |
Grade A, and why
loomem 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.
What it actually says
AGENTS.md
The contributor rules for AI coding agents in this repository live in
CLAUDE.md — that file is the single source of truth.
AGENTS.md exists only so tools that look for this filename (OpenAI Codex,
GitHub Copilot, Cursor, and others) find the same rules. Do not duplicate
the rules here — read CLAUDE.md and follow it exactly. Deeper rationale,
complexity carve-outs, and edge cases are in
docs/agent-conventions.md.
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 · 11 lines · 126 tokens per session scan A f1cb4931cba4
loomem AGENTS.md is an instructions file published in the GitHub repository vvooki-sys/loomem (4 stars, last pushed 3d ago), licensed Apache-2.0. It adds 126 tokens to every session, about $0.0006 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
gno AGENTS.md
Instructions for gmickel/gno, covering knowledge cutoff warning, apis - bun first!, must use bun, acceptable node:\ (no bun equivalent) and testing.
vecgrep CLAUDE.md
Instructions for jeffbai996/vecgrep, covering vecgrep — claude code working notes, what this is, architecture cheat sheet, design rules and don'ts.
palace-rs AGENTS.md
Instructions for AncientiCe/palace-rs, covering agent rules, 1. test-driven development (tdd), 2. quality gates on every task, 3. no plan markdown files and 4. internal api discipline.
VelesDB AGENTS.md
AGENTS.md instructions for cyberlife-coder/VelesDB, covering agents.md — velesdb, working principles, a single test by name, if search path modified and doctests are a separate ci step from the test suite above.
cortexmem CLAUDE.md
Claude Code instructions for gonzalonicolasr/cortexmem, covering memoria - persistent memory system, memory protocol, when to save (automatic - do this without being asked), structured format and session lifecycle.
VelesDB CLAUDE.md
Claude Code instructions for cyberlife-coder/VelesDB: Local-first unified database (Vector + Graph + ColumnStore) under VelesQL. Rust workspace, single 10 MB binary.