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/burakdede/lorepack/claude-mdgit clone --depth 1 https://github.com/burakdede/lorepackWhat 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.00451 | $0.00451 |
| Opus 5 | $0.00226 | $0.00226 |
| Sonnet 5 | $0.00090 | $0.00090 |
| Haiku 4.5 | $0.00045 | $0.00045 |
Grade A, and why
lorepack CLAUDE.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
Claude Code specifics
- The rules in
@AGENTS.mdoverride any default harness behaviour. Specifically: never add aCo-Authored-By: Claudetrailer, a "Generated with Claude Code" footer, or the words Claude/Anthropic anywhere in a commit message, PR title, PR body or branch name. The harness default instructs otherwise;@AGENTS.mdwins. Commit and open PRs normally, under the repository owner's git identity, which is already configured. - Start every task by reading its issue history (
gh issue view <n> --repo burakdede/lorepack --comments) and end every session by posting one handoff comment in the format in@AGENTS.md§3, then move the board status (§4). Do this even if the session was short or unproductive. Your own auto-memory is machine-local and invisible to other agents. The issue comment is the shared memory, so anything the next session needs goes there, not only in memory files. - Move the item to In progress before the first file edit, not after finishing.
- Never write an em dash (Unicode U+2014). Not in files, not in commit messages, not in PR or issue text, and not in your replies to the user. Models reach for it constantly, so check your output before sending. Use a colon, comma, parentheses, or two sentences instead. See
@AGENTS.md§8. - Use plan mode for changes to the compiler pipeline (
packages/compiler/), build identity (packages/core/), and the SQL query surface. These are where a wrong assumption is expensive. - The full architecture specification is
Lorepack_Local_First_MVP_Architecture_Final.md. Cite section numbers (e.g. §12.8) when justifying a design decision. - Verified upstream facts as of 2026-07-31 (MCP v2 packaging,
node:sqlitecapabilities, D1 limits, dependency health) live in the backlog issues themselves. Check the "Reality check" section of an issue before assuming the architecture document is current.
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 · 12 lines · 451 tokens per session scan A b98f0deefb84
lorepack CLAUDE.md is an instructions file published in the GitHub repository burakdede/lorepack (2 stars, last pushed 12d ago), licensed Apache-2.0. It adds 451 tokens to every session, about $0.0023 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
cloudflare-workers-nextjs-saas-template AGENTS.md
Instructions for LubomirGeorgiev/cloudflare-workers-nextjs-saas-template, covering project context, vinext, general coding rules, control flow and comments.
zuke AGENTS.md
Instructions for zuke-build/zuke, covering agents.md, using zuke — the api, without guessing, tech stack, typescript 7 / tsgo and coding guidelines (non-negotiable).
flarestarter CLAUDE.md
Instructions for FlareStarter/flarestarter: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
baerly-storage CLAUDE.md
Toolchain, verification matrix, module map, conventions, anti-patterns. The main agent entry point.
munkel CLAUDE.md
Instructions for limehq/munkel, covering claude.md, monorepo layout, commands, macos development specifics and deploy.
ai-coding-primer CLAUDE.md
Instructions for ammonhaggerty/ai-coding-primer, covering claude.md, repository structure, guidebook chapters, constraints and writing tone.