agent-wiki CLAUDE.md

agent-wiki CLAUDE.md is an instructions file for Claude Code from xccElephant/agent-wiki. It costs 736 tokens per session, scanned A, a copy of agent-wiki AGENTS.md, MIT.

A set of instructions for maintaining a source-based wiki with a coding agent. It explains where raw sources, notes, entities, concepts, analyses, and activity logs belong.

In plain words
What is it for?
Use it when adding sources, creating linked research notes, updating wiki pages, or recording changes in the agent-wiki repository.
Why use it?
It keeps original source material separate from interpretations and makes the wiki easier for agents and people to navigate consistently.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions Claude Code; mentions AGENTS.md; mentions Codex.

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/xccelephant/agent-wiki/claude-md
Clone the repo
git clone --depth 1 https://github.com/xccElephant/agent-wiki

Made for: Claude Code.

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

agentmods badge for agent-wiki CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/xccelephant/agent-wiki/claude-md.svg)](https://agentmods.dev/instructions/xccelephant/agent-wiki/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/xccelephant/agent-wiki/claude-md"><img src="https://agentmods.dev/badge/instructions/xccelephant/agent-wiki/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 736 This file is loaded in full into every session.
When invoked 736 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 91% copy Near-identical to another mod 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.1 $0.00736 $0.00736
Opus 5 $0.00368 $0.00368
Sonnet 5 $0.00147 $0.00147
Haiku 4.5 $0.00074 $0.00074

Measured 6d ago against content hash 71136c90272d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

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

Origin

This is a copy

91% identical to agent-wiki AGENTS.md — 3 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.md · 69 lines

How it starts

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

LLM Wiki Agent Guide

This repository is a template for a persistent, LLM-maintained wiki built on top of raw sources.

This file mirrors the core guidance in AGENTS.md so the template works well with Claude Code in addition to Cursor and Codex-style agents.

Directory Roles

  • raw/ is the immutable source layer.
  • raw/articles/ stores original article notes, clips, and imported markdown sources.
  • raw/assets/ stores local images and attachments.
  • wiki/source-notes/ stores one derived note per source.
  • wiki/entities/ stores concrete entities such as people, orgs, products, tools, papers, and datasets.
  • wiki/concepts/ stores methods, definitions, and recurring ideas.
  • wiki/synthesis/ stores comparisons, theses, timelines, and multi-source analyses.
  • wiki/index.md is the main navigation page.
  • logs/log.md is the append-only operational record.
  • schemas/ stores structural guidance and workflow docs.

Core Rules

  • Treat files in raw/ as source snapshots. Do not silently rewrite them to fix conclusions.
  • Put interpretation, corrections, and synthesis in wiki/.
  • Read wiki/index.md, logs/log.md, and relevant wiki pages before diving into raw sources.
  • Use [[wikilinks]] for internal vault references and Markdown links only for external URLs.
  • For important claims, point to the relevant wiki/source-notes/ page and, when useful, the underlying raw source.

Claim Types

Separate these categories whenever possible:

  • Fact: directly supported by a source.
  • Inference: synthesis or interpretation drawn from sources.
  • Dispute: conflicting claims or unresolved contradictions.
  • Open Question: gaps, next steps, or hypotheses that still need validation.

Ingest Workflow

  1. Determine which sources to ingest.
  2. If the user explicitly names source files, use those files only.
  3. Otherwise, discover candidate sources in raw/articles/ or raw/assets/ and decide which ones are new or need updating.
  4. Match each selected source against existing notes in wiki/source-notes/.
  5. Treat a source as already ingested when a corresponding source note clearly points back to the raw file, ideally through raw_path or an equivalent explicit reference.
  6. Prefer updating an existing source note instead of creating a duplicate when the mapping is clear.
  7. Create or update the matching note in wiki/source-notes/.
  8. Extract summary, key claims, notable evidence, related entities, related concepts, disputes, and open questions.
  9. Update affected pages in wiki/entities/, wiki/concepts/, and wiki/synthesis/.
  10. Refresh wiki/index.md when new durable pages are added.
  11. Append an entry to logs/log.md.
  12. When multiple or auto-discovered sources were processed, append a concise batch summary and run a light lint pass on the touched wiki pages.

Read the full file on GitHub · 69 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. 6d ago First seen · 69 lines · 736 tokens per session scan A 71136c90272d

Subscribe to this mod's changes

agent-wiki CLAUDE.md is an instructions file published in the GitHub repository xccElephant/agent-wiki (4 stars, last pushed 4mo ago), licensed MIT. It adds 736 tokens to every session, about $0.0037 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to agent-wiki AGENTS.md, differing in 3 lines, and is treated as a copy.

Related

Other instructions, from other repositories

open-knowledge-format-starter AGENTS.md

Instructions for supachai-j/open-knowledge-format-starter, covering agents.md — okf bundle schema & agent operating rules, 1. directory layout (3-layer architecture), 2. concept files & frontmatter schema, 3. linking (the knowledge graph) and 4. reserved files (must follow defined structure).

supachai-j/open-knowledge-format-starter · 1,843 tokens

llm-wiki-agent AGENTS.md

AGENTS.md instructions for SamurAIGPT/llm-wiki-agent, covering llm wiki agent — schema & workflow instructions, how to use, directory layout, page format and ingest workflow.

SamurAIGPT/llm-wiki-agent · 2,349 tokens

llm-wiki-agent GEMINI.md

Gemini CLI instructions for SamurAIGPT/llm-wiki-agent, covering llm wiki agent — schema & workflow instructions, how to use, directory layout, page format and ingest workflow.

SamurAIGPT/llm-wiki-agent · 1,590 tokens

llm-wiki-compiler AGENTS.md

AGENTS.md instructions for atomicstrata/llm-wiki-compiler, covering llmwiki, development guidelines, code style & standards, clean code rules and comments and documentation.

atomicstrata/llm-wiki-compiler · 713 tokens

abap_wiki AGENTS.md

AGENTS.md instructions for Gixsy95/abap_wiki, covering agents.md - abapwiki operating contract, 1. identity and mission, 2. language, 3. architecture: the two planes and 4. inviolable rules.

Gixsy95/abap_wiki · 3,283 tokens

OpenDocuments AGENTS.md

Instructions for joungminsung/OpenDocuments, covering agents.md, project overview, monorepo structure, common commands and 특정 패키지만.

joungminsung/OpenDocuments · 3,109 tokens