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/terobyte/librarian-cli/claude-mdgit clone --depth 1 https://github.com/Terobyte/librarian-cliWhat 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.01724 | $0.01724 |
| Opus 5 | $0.00862 | $0.00862 |
| Sonnet 5 | $0.00345 | $0.00345 |
| Haiku 4.5 | $0.00172 | $0.00172 |
Grade A, and why
librarian-cli 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — libby / librarian
librarian — детерминированный конвейер «книга → Markdown-главы» для работы с LLM. Любой
формат (FB2, EPUB, DOCX, HTML, TXT/MD, PDF с текстовым слоем) → каталог чистых глав с
подсчётом токенов. Без сети, без LLM, без случайности: одинаковый вход → побайтово
идентичный выход.
Раскладка
- Git-корень — этот каталог (
libby/), он же корень пакета: с M7librarian/{pyproject.toml, src,tests,scripts,uv.lock}сплющены прямо сюда (репо на GitHub —librarian-cli), все команды запускать отсюда, безcd. README.md— англ. пользовательская дока (канон, её видит PyPI: команды, установка, квота качества, лимиты).README.ru.md— русская версия того же.docs/MILESTONES.md— история вех M1–M7 и сквозной список отклонений от спеки (почему код расходится с дизайном). Читать перед правкой спорного места.librarian-spec-v2.2.md— канон дизайна (спека).docs/superpowers/— дизайн-доки/планы.
Команды
uv run pytest -q # весь набор (~330 тестов, ~19с)
uv run pytest tests/test_golden.py # только golden (детерминизм выхода)
uv run lib ingest книга.epub # обработать в ./library
uv run lib find маятник # FTS5-поиск; --json для машинного вывода
uv run lib serve # MCP-сервер (stdio); mcp — основная зависимость
uv build # wheel; офлайн-установка не требует сети
Корень библиотеки: --library <путь> / LIB_HOME / по умолчанию ./library.
Данные → stdout, диагностика → stderr. Exit: 0 успех, 1 ошибка выполнения, 2 ошибка
использования.
Критический инвариант: golden не трогать
Выход детерминирован побайтово. tests/golden/ — эталон. Любая правка, меняющая
выходные байты, валит test_golden.py. Это не «обнови golden» — это осознанное решение:
- Меняешь выходные байты намеренно → подними
PIPELINE_VERSION(src/librarian/__init__.py) и регенерируй golden явно. Иначе — дефект: чини код, а не эталон. .search.dbи.lock— производные, вне контракта (исключены изtree_bytesв conftest).- PDF-фикстуры недетерминированы при генерации (pymupdf пишет случайный
/ID) — коммитятся байтами один раз;scripts/make_fixtures.pyперезаписывает только с регенерацией golden. - Сеть в тестах заблокирована (pytest-socket); stdio/unix-socket разрешены (для MCP-смоука).
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 · 91 lines · 1,724 tokens per session scan A 861c78f455f9
librarian-cli CLAUDE.md is an instructions file published in the GitHub repository Terobyte/librarian-cli (0 stars, last pushed 1mo ago), licensed MIT. It adds 1,724 tokens to every session, about $0.0086 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
audiobook-organizer AGENTS.md
Instructions for jeeftor/audiobook-organizer, covering agents.md, project summary, repository shape, repo-local skills and github workflow.
zlibrary-mcp AGENTS.md
Instructions for rookslog/zlibrary-mcp, covering agents.md, what this is, setup and commands, invariants that break silently and architecture.
zlibrary-mcp CLAUDE.md
Instructions for rookslog/zlibrary-mcp, covering claude.md, claude code specifics, reading order for a cold start, worktrees and useful mcp servers here.
calibremcp AGENTS.md
Instructions for sandraschi/calibremcp, covering calibremcp — agent guide, entry points, standards, key files and http daemon + stdio proxy.
latexml-oxide CLAUDE.md
Instructions for dginev/latexml-oxide, covering claude.md, active priorities: faithful parity + beyond-perl arxiv runs, project overview, workspace structure and internal documentation.
calibremcp CLAUDE.md
Instructions for sandraschi/calibremcp, covering calibremcp — claude code guide, entry points, standards, key files and session context.