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/vnotex/vnote/claude-mdgit clone --depth 1 https://github.com/vnotex/vnoteWhat 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.01895 | $0.01895 |
| Opus 5 | $0.00948 | $0.00948 |
| Sonnet 5 | $0.00379 | $0.00379 |
| Haiku 4.5 | $0.00189 | $0.00189 |
Grade C, and why
vnote CLAUDE.md scanned grade C with 1 finding 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 yesterday.
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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf build && mkdir build && cd build && cmake .. && cmake --build . The source is not reproduced here
Licensed LGPL-3.0
The repository is licensed LGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
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.
- yesterday First seen · 174 lines · 1,895 tokens per session scan C 21917cef8c76
vnote CLAUDE.md is an instructions file published in the GitHub repository vnotex/vnote (12,934 stars, last pushed 4d ago), licensed LGPL-3.0. It adds 1,895 tokens to every session, about $0.0095 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
reflect-open AGENTS.md
Instructions for team-reflect/reflect-open, covering purpose, what is reflect, product principles, agent workflow and development workflow.
siyuan AGENTS.md
AGENTS.md instructions for siyuan-note/siyuan, covering agents.md, 1. non-negotiable constraints, do not hand-edit, verification and prohibited operations and 2. project-specific rules.
shiki CLAUDE.md
Instructions for sazardev/shiki, covering claude.md, project, commands, versioning and marketing site (/docs, github pages).
reflect-open CLAUDE.md
Instructions for team-reflect/reflect-open: See AGENTS.md for the full project overview, tech stack, database tables, code conventions, and development cycle.
shiki AGENTS.md
Instructions for sazardev/shiki, covering agents.md, read this first, commands, testing and invariants that are easy to break.
Snaptium AGENTS.md
Instructions for jetyu/Snaptium, covering snaptium agent instructions, reference rule files, core behavior, snaptium architecture rules and typescript rules.