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/krishddd/llm-wiki/claude-mdgit clone --depth 1 https://github.com/krishddd/llm-wikiWrote 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/krishddd/llm-wiki/claude-md)<a href="https://agentmods.dev/instructions/krishddd/llm-wiki/claude-md"><img src="https://agentmods.dev/badge/instructions/krishddd/llm-wiki/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 | $0.07304 | $0.07304 |
| Opus 5 | $0.03652 | $0.03652 |
| Sonnet 5 | $0.01461 | $0.01461 |
| Haiku 4.5 | $0.00730 | $0.00730 |
Grade A, and why
llm-wiki 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 3d 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 — 472 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — LLM-Wiki v2 Schema
Read by Claude Code at the start of every session. Defines the wiki architecture, memory tiers, conventions, and workflows. Update this file when conventions change. Companion
AGENTS.mdis the agent-facing tool catalogue.
Models
| Role | Model | Strengths |
|---|---|---|
| Summarise, extract | gemma4:e4b |
Fast, strong instruction-following |
| Reason, route, lint, claims | qwen3:14b |
Deep reasoning, thinking mode |
| Quantitative reasoning specialist | vibethinker:3b |
AIME-class maths / STEM / code; routed to ADAPTIVELY for quantitative questions |
| Embeddings | nomic-embed-text:latest |
274 MB, MTEB-strong |
| STEM embeddings (optional) | bge-m3 |
Domain-routed embedder for maths/science/econ/eng; enable with EMBED_STEM_ENABLED |
| Vision (image captions) | llava:7b |
Optional — used when ingest_caption_images=true |
All models served via Ollama at OLLAMA_HOST (default http://localhost:11434).
MODEL_FAST = MODEL_REASON is intentional — disables a missing-llama3.2 fallback.
Multi-provider LLM fleet (v4, llm_wiki/providers.py)
Each role can be routed to a hosted, OpenAI-compatible provider instead of
Ollama via PROVIDER_<ROLE> (summary / reason / fast / solver / embed /
vision), default ollama. Vision routes the llava image-caption role to a
multimodal provider via the OpenAI image_url content schema. Providers (v6 roster,
PROVIDER_DEFS registry): groq, github (GitHub Models), gemini, openai,
anthropic (Claude via api.anthropic.com/v1 OpenAI-compat; force_max_tokens),
xai (Grok), openrouter (100+ OSS models, one key), and custom — any
OpenAI-compatible gateway (vLLM / LM Studio / llama.cpp / Together / DeepSeek …)
via CUSTOM_BASE_URL/CUSTOM_MODEL (key optional for local gateways).
Embeddings: ollama | gemini | openai | custom only.
resolve_chat_provider() returns None (→ Ollama) when the role is ollama or its
key/model is unset, so routing is opt-in and self-healing. A provider HTTP error is
re-raised as OllamaError so the existing role fallbacks (e.g. reason→fast) still fire.
Keys are read from env ONLY — never committed. .env.example documents every knob.
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.
- 3d ago First seen · 472 lines · 7,304 tokens per session scan A e9238632573e
llm-wiki CLAUDE.md is an instructions file published in the GitHub repository krishddd/llm-wiki (2 stars, last pushed 11d ago), licensed MIT. It adds 7,304 tokens to every session, about $0.0365 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
ollama AGENTS.md
AGENTS.md instructions for ollama/ollama, covering agents.md and building.
ollama CLAUDE.md
Claude Code instructions for ollama/ollama: See AGENTS.md for the shared agent instructions for this repository.
MaxKB CLAUDE.md
Claude Code instructions for 1Panel-dev/MaxKB, covering claude.md, project overview, development commands, database / static and architecture.
OllamaSharp AGENTS.md
Instructions for awaescher/OllamaSharp, covering agents.md — ollamasharp, project overview, how ollamasharp fits in the .net ai ecosystem, why this matters especially for tool use / function calling and build / test / lint commands.
pii-guard AGENTS.md
Instructions for danyuchn/pii-guard, covering agents.md, project overview, tech stack, architecture and commands.
libre-webui AGENTS.md
Instructions for libre-webui/libre-webui, covering agents.md, project overview, project structure, setup and development and testing and validation.