booklib AGENTS.md

Project instructions for BookLib, a JavaScript tool that helps coding assistants find missing project knowledge through MCP, a standard way for AI tools to call external capabilities.

In plain words
What is it for?
Use them when developing BookLib, running its command-line tool or MCP server, working with its knowledge tools, or fixing bugs that need tests.
Why use it?
They explain the project structure, commands, tests, and rules so changes fit the existing tool and do not overwrite agent configuration files.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/booklib-ai/booklib/agents-md
Clone the repo
git clone --depth 1 https://github.com/booklib-ai/booklib

Made for: Codex, OpenCode.

Per session 298 This file is loaded in full into every session.
When invoked 298 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00298 $0.00298
Opus 5 $0.00149 $0.00149
Sonnet 5 $0.00060 $0.00060
Haiku 4.5 $0.00030 $0.00030

Measured 2d ago against content hash 1be93d5d8ec6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

booklib 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

AGENTS.md · 28 lines

What it actually says

BookLib

Context engineering tool for AI coding assistants. Detects post-training knowledge gaps, resolves them via MCP.

Stack

JavaScript (Node.js >= 18, ES modules). No build step. No TypeScript.

Key Directories

  • bin/ — CLI (booklib.js) and MCP server (booklib-mcp.js)
  • lib/engine/ — core: indexer, searcher, gap-detector, context-map, registries
  • lib/wizard/booklib init interactive wizard
  • hooks/ — PreToolUse/PostToolUse hooks for Claude Code
  • skills/ — 23 bundled skills (SKILL.md files)
  • tests/ — 767 tests via node:test

Commands

  • npm install — install deps
  • npm test — run all tests (must pass before committing)
  • npm link — link for local CLI testing
  • node bin/booklib.js <cmd> — run CLI from source

Rules

  • Always add a test when fixing a bug
  • Never write to CLAUDE.md or other agent config files from code — MCP handles discovery
  • MCP tools: lookup, review, remember, verify, guard (5 exposed, old names kept as aliases)

BookLib: knowledge tools for this project. Read skills/booklib-mcp-guide/SKILL.md before first use.

Changes

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.

  1. 2d ago First seen · 28 lines · 298 tokens per session scan A 1be93d5d8ec6

Subscribe to this mod's changes

booklib AGENTS.md is an instructions file published in the GitHub repository booklib-ai/booklib (38 stars, last pushed 4mo ago), licensed MIT. It adds 298 tokens to every session, about $0.0015 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.

Related

Other instructions, from other repositories

packmind CLAUDE.md

Instructions for PackmindHub/packmind, covering nx monorepo structure, core technologies, directory structure, local development environment and working with nx.

PackmindHub/packmind · 835 tokens

packmind packmind-frontend-data-flow.instructions.md

Instructions for PackmindHub/packmind: This standard defines the recommended data flow pattern for frontend routes in the Packmind codebase using React Router v7 in framework mode with TanStack Query for data management. It ensures consist... .

PackmindHub/packmind · 416 tokens

packmind packmind-cli-packmindgateway-method-implementation.instructions.md

Instructions for PackmindHub/packmind: When adding new methods to the PackmindGateway class in the CLI application, use the PackmindHttpClient abstraction to avoid code duplication and maintain consistency. The older methods contain extens... .

PackmindHub/packmind · 267 tokens

packmind packmind-tanstack-query-key-management.instructions.md

Instructions for PackmindHub/packmind: TanStack Query uses prefix matching to invalidate cached queries, matching keys from left to right like a file path. Properly structured query keys enable efficient cache invalidation at any scope lev... .

PackmindHub/packmind · 227 tokens

packmind packmind-changelog.instructions.md

Instructions for PackmindHub/packmind: Maintain a consistent and well-structured CHANGELOG.MD file following the Keep a Changelog format to ensure all releases are properly documented with accurate version links and dates. This standard ap... .

PackmindHub/packmind · 201 tokens

packmind packmind-rest-api-endpoint-design.instructions.md

Instructions for PackmindHub/packmind: Conventions for designing REST API endpoints that are predictable, self-documenting, and aligned with distinct business actions. Favors dedicated action endpoints over generic status updates, and rout... .

PackmindHub/packmind · 157 tokens