claude-code-docs CLAUDE.md

Repository instructions for an archive of material published by Anthropic, including documentation for Claude, the model context protocol, support pages, GitHub repositories, and blog content. They also describe a Python fetcher that downloads and refreshes these sources.

In plain words
What is it for?
Use them when maintaining the archive, running its fetcher, checking source coverage, refreshing files already stored, and handling removed or de-indexed pages.
Why use it?
They help keep the documentation archive accurate as pages appear, disappear, or change. The rules address incomplete discovery lists, stale files, and safe handling of pages that no longer exist.

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/thevibeworks/claude-code-docs/claude-md
Clone the repo
git clone --depth 1 https://github.com/thevibeworks/claude-code-docs
Per session 2,775 This file is loaded in full into every session.
When invoked 2,775 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.02775 $0.02775
Opus 5 $0.01388 $0.01388
Sonnet 5 $0.00555 $0.00555
Haiku 4.5 $0.00278 $0.00278

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

Security

Grade A, and why

claude-code-docs 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 · 201 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Repository Purpose

Comprehensive archive of everything Anthropic publishes for building with Claude. 3,900+ docs from 12 sources; active sources auto-updated four times daily (blog archive frozen, see Fetcher).

Fetcher

scripts/fetcher.py -- single-file multi-source fetcher.

Sources: code.claude.com, platform.claude.com, claude.com/docs, modelcontextprotocol.io, support.claude.com (sitemap + .md), github.com/anthropics/* (10 repos). anthropic.com blog (engineering/research/news) is a FROZEN archive as of 2026-07: the site is HTML-only and the jina.ai proxy path was removed.

Five rules keep the archive honest, all learned the hard way:

  • Discovery surfaces are incomplete. Sitemaps and llms.txt undercount what a site serves, so every full run also refetches what is already on disk. Without this, 1,560 de-indexed-but-live API pages sat stale for seven weeks.
  • The archive must be able to shrink. Full runs reap files whose URL is gone (404/410 or HTML shell). Only markup is deleted automatically; real markdown that died upstream is reported for a human. A >200-file reap is refused outright as an upstream outage.
  • A redirect means the content belongs elsewhere. If a fetch lands on a different path, the body in hand is the target's; writing it back to the requested path misattributes it. That is how the 471KB release-notes/system-prompts.md briefly became the 3.7KB overview it now redirects to, after upstream split it into per-model pages.
  • A known failure must not look like a new one. tombstones.json records every URL confirmed gone, so a page that died once is counted quietly on later runs instead of re-reported. Only new deaths and resurrections are printed loudly, and the success rate is computed over live docs — 123 standing failures pinning it at 96.9% would hide the next real breakage.
  • A discovery only counts once it is a file. discovery.json records what exists upstream that sources.json does not: unknown redirect targets, new anthropics repos, and whether each domain serves .md at all. Printing it was not enough — the pipeline had logged support.claude.com -> academy.claude.com for weeks into an Actions log with no reader, and a human found those 725 pages by chasing a dead article. The decision agent reads git status, so a new source now arrives as a diff.

Read the full file on GitHub · 201 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 · 201 lines · 2,775 tokens per session scan A 0ec340e719b4

Subscribe to this mod's changes

claude-code-docs CLAUDE.md is an instructions file published in the GitHub repository thevibeworks/claude-code-docs (38 stars, last pushed 2d ago), licensed MIT. It adds 2,775 tokens to every session, about $0.0139 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.