sourcebook CLAUDE.md

Repository instructions for Sourcebook, a system that stores and serves structured documentation for AI agents. The documents cover design decisions, conventions, and project-specific guidance.

In plain words
What is it for?
Use them to search documentation, load the design bundle, check decisions and conventions, and verify or update docs after related work.
Why use it?
They explain which internal documents to consult before changing code or workflows and how to keep those documents accurate.

Instructions file

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/backendgamesetmatch/sourcebook/claude-md
Clone the repo
git clone --depth 1 https://github.com/BackendGameSetMatch/sourcebook
Per session 471 This file is loaded in full into every session.
When invoked 471 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.00471 $0.00471
Opus 5 $0.00235 $0.00235
Sonnet 5 $0.00094 $0.00094
Haiku 4.5 $0.00047 $0.00047

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

Security

Grade A, and why

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

CLAUDE.md · 35 lines

How it starts

The opening of the file, as written. The whole thing — 35 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI Documentation

This project maintains structured internal documentation in /docs/ai/.

When to consult docs

  • Before modifying core service or library code - search for the system or module
  • Before working on this tool's own design - load the design bundle (the only bundle this repo defines)
  • Before touching release or deployment workflows - read the relevant process doc
  • Before proposing any architectural approach - check decisions/ for existing ADRs
  • When encountering unfamiliar internal terms - check the glossary
  • When unsure about constraints - read conventions.md (these are hard rules, not suggestions)

How to access

Use the sourcebook-lookup skill: /sourcebook-lookup search <keywords> Or load a domain bundle: /sourcebook-bundle <scope>. This repo defines one bundle, design; passing an unknown scope prints the list, so check there rather than guessing a name.

Keep docs alive

  • When you read a doc and notice it's wrong or incomplete, fix it with update_document
  • When work you just did confirms a doc still matches reality, call verify_document — one call, bumps last_verified with your attribution. Stale docs served by read_document carry a notice asking for exactly this.
  • When you learn something new about a system while helping a developer, update the relevant doc
  • When a developer mentions a term not in the glossary, add it with add_glossary_term
  • When you answer a question by synthesizing info from multiple docs, consider whether a new doc or bundle would help next time
  • Run lint_docs periodically to find and fix structural issues
  • Always pass author when calling update_document, add_glossary_term, or ingest_source. Get the value from the current git user: run git config user.name and git config user.email, then format as "Name <email>". This gets added as Co-Authored-By in the git commit so we can trace who triggered each change.

Hard rules from conventions

Never violate constraints listed in /docs/ai/conventions.md. Check decisions before proposing architectural changes. Flag stale docs (check last_verified dates) rather than trusting outdated information.

Read the full file on GitHub · 35 lines

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 · 35 lines · 471 tokens per session scan A 75f25061a58e

Subscribe to this mod's changes

sourcebook CLAUDE.md is an instructions file published in the GitHub repository BackendGameSetMatch/sourcebook (3 stars, last pushed 21d ago), licensed MIT. It adds 471 tokens to every session, about $0.0024 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.