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/amantus-ai/llm-codes/claude-mdgit clone --depth 1 https://github.com/amantus-ai/llm-codesWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/amantus-ai/llm-codes/claude-md)<a href="https://agentmods.dev/instructions/amantus-ai/llm-codes/claude-md"><img src="https://agentmods.dev/badge/instructions/amantus-ai/llm-codes/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00572 | $0.00572 |
| Opus 5 | $0.00286 | $0.00286 |
| Sonnet 5 | $0.00114 | $0.00114 |
| Haiku 4.5 | $0.00057 | $0.00057 |
Grade A, and why
llm-codes 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 78 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.
Development Commands
Building and Running
pnpm run dev- Start development server with Turbopack (fast HMR)pnpm run build- Build production bundlepnpm start- Start production serverpnpm run type-check- Run TypeScript type checking
Testing and Quality
pnpm test- Run all tests with Vitestpnpm run test:ui- Run tests with interactive UIpnpm run test:coverage- Generate test coverage reportpnpm run lint- Run lint and format checks
Architecture Overview
Core Concept
llm.codes converts JavaScript-heavy documentation sites into clean Markdown for AI consumption. It solves the problem of AI agents being unable to parse modern documentation that relies on client-side rendering.
Key Components
-
API Endpoint (
/api/scrape/route.ts):- Validates URLs against 69 whitelisted documentation domains
- Implements 30-day in-memory caching
- Uses Firecrawl API for JavaScript rendering
- Handles retries with exponential backoff
-
Content Processing Pipeline (
/utils/):content-processing.ts: Multi-stage filtering (navigation, URLs, deduplication)documentation-filter.ts: Comprehensive content cleaningscraping.ts: Parallel URL processing (20 concurrent)url-utils.ts: Domain validation and URL extraction
-
Frontend (
/app/page.tsx):- React 19 with TypeScript strict mode
- Tailwind CSS v4 with semantic color system
- Real-time progress tracking
- Browser notifications support
Processing Flow
- User enters documentation URL
- Frontend validates against allowed domains
- API checks cache, then fetches via Firecrawl
- Content undergoes multi-stage filtering
- Parallel processing for multi-page crawls (depth 0-5)
- Returns clean Markdown optimized for AI context
Performance Optimizations
- Parallel batch processing (20 URLs concurrently)
- Set-based URL deduplication
- Progressive UI updates
- 30-day cache reduces API calls by 70%+
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.
- 6d ago First seen · 78 lines · 572 tokens per session scan A 46091e9a70d0
llm-codes CLAUDE.md is an instructions file published in the GitHub repository amantus-ai/llm-codes (346 stars, last pushed 1mo ago), licensed MIT. It adds 572 tokens to every session, about $0.0029 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.
Other instructions, from other repositories
ollama CLAUDE.md
Claude Code instructions for ollama/ollama: See AGENTS.md for the shared agent instructions for this repository.
plano CLAUDE.md
Instructions for katanemo/plano, covering claude.md, build & test commands, rust — wasm plugins (must target wasm32-wasip1), rust — brightstaff binary (native target) and rust — tests, format, lint.
graphiti AGENTS.md
AGENTS.md instructions for getzep/graphiti, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
autocontext CLAUDE.md
Claude Code instructions for greyhaven-ai/autocontext, covering claude.md, project overview, repository layout, commands and setup.
mq commit.instructions.md
Instructions for harehare/mq: Use the following format for commit messages.
core copilot-instructions.md
Copilot instructions for asdecided/core: These decisions are already accepted. Do not re-open or contradict them; ask the AsDecided MCP tools (getartifact, searchartifacts) for the full text before proposing a change that touches one.