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/cannon07/code-preview.nvim/agents-mdgit clone --depth 1 https://github.com/Cannon07/code-preview.nvimWhat 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.00134 | $0.00134 |
| Opus 5 | $0.00067 | $0.00067 |
| Sonnet 5 | $0.00027 | $0.00027 |
| Haiku 4.5 | $0.00013 | $0.00013 |
Grade A, and why
code-preview.nvim 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
Pointers for AI coding agents working in this repository.
Agent skills
Issue tracker
Issues live in the Cannon07/code-preview GitHub repo; skills use the gh CLI. See docs/agents/issue-tracker.md.
Triage labels
Default canonical label vocabulary (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix). See docs/agents/triage-labels.md.
Domain docs
Single-context layout — CONTEXT.md and docs/adr/ at the repo root. See docs/agents/domain.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 · 18 lines · 134 tokens per session scan A 7bf5c01d624f
code-preview.nvim AGENTS.md is an instructions file published in the GitHub repository Cannon07/code-preview.nvim (177 stars, last pushed 2mo ago), licensed MIT. It adds 134 tokens to every session, about $0.0007 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
agentic.nvim AGENTS.md
Instructions for carlos-algms/agentic.nvim, covering agents guide, nested instructions, skill driven, domain glossary — lazy read and architectural decisions (adrs) — optional read.
dotfiles CLAUDE.md
Instructions for nicknisi/dotfiles, covering dotfiles, structure, setup and key conventions.
agentic.nvim CLAUDE.md
Instructions for carlos-algms/agentic.nvim: CRITICAL See @AGENTS.md for Instructions, it's the source of truth for all my instructions, no exceptions, it should be read and be part of your context before any other action.
sidekick.nvim AGENTS.md
Instructions for folke/sidekick.nvim, covering agent cheat sheet, project overview, everyday commands, adding features and writing tests.
operator CLAUDE.md
Instructions for untra/operator, covering claude.md - operator, project overview, tech stack, code style and plans & specs location.
dotfiles CLAUDE.md
Instructions for magic3007/dotfiles, covering claude.md, commands, ⚠️ 重要约束, architecture and two-phase installation (install.conf.yaml).