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/lililib/ai-session-search/agents-mdgit clone --depth 1 https://github.com/lililib/ai-session-searchWrote 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/lililib/ai-session-search/agents-md)<a href="https://agentmods.dev/instructions/lililib/ai-session-search/agents-md"><img src="https://agentmods.dev/badge/instructions/lililib/ai-session-search/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.1 | $0.00113 | $0.00113 |
| Opus 5 | $0.00056 | $0.00056 |
| Sonnet 5 | $0.00023 | $0.00023 |
| Haiku 4.5 | $0.00011 | $0.00011 |
Grade A, and why
ai-session-search 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 5d 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
Project Instructions
- Keep the application read-only with respect to Claude Code and Codex source directories.
- Store user-owned metadata only in the application database.
- Do not hardcode user home paths. Preserve CLI, environment, and platform-default precedence.
- Add or update tests before changing provider parsers, indexing, search, rename, or favorite behavior.
- Run
corepack pnpm test,corepack pnpm typecheck, andcorepack pnpm buildbefore handoff. - Keep code, comments, and commit messages in English.
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.
- 5d ago First seen · 9 lines · 113 tokens per session scan A 8d06fec68e9f
ai-session-search AGENTS.md is an instructions file published in the GitHub repository lililib/ai-session-search (8 stars, last pushed 26d ago), licensed MIT. It adds 113 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
obsidian-mind CLAUDE.md
Claude Code instructions for breferrari/obsidian-mind, covering obsidian mind, skills & capabilities, custom slash commands, vault structure and obsidian cli.
obsidian-mind AGENTS.md
AGENTS.md instructions for breferrari/obsidian-mind, covering obsidian mind, hooks, commands, memory and reaching this vault from another repo.
ai-code-interface.el AGENTS.md
AGENTS.md instructions for tninja/ai-code-interface.el, covering agents.md, common development commands, byte compilation, running tests and run a specific test file.
ai-code-interface.el copilot-instructions.md
Copilot instructions for tninja/ai-code-interface.el, covering github copilot instructions for ai-code-interface.el, project overview, language and technology, code style and conventions and file naming.
codex-usage-widget AGENTS.md
AGENTS.md instructions for ognjeeen/codex-usage-widget, covering agents.md, project, scope and decision discipline, authorization and repository safety and architecture boundaries.
pilot-shell CLAUDE.md
Claude Code instructions for maxritter/pilot-shell, a project described as: Professional context and harness engineering for Claude Code and OpenAI Codex. Build production-grade software with spec-driven development, TDD, persistent memory, quality gates, code intelligence, human oversight, and end-to-end verification.