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/vectorpeak/llm-wiki/agents-mdgit clone --depth 1 https://github.com/VectorPeak/LLM-WikiWhat 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.03809 | $0.03809 |
| Opus 5 | $0.01904 | $0.01904 |
| Sonnet 5 | $0.00762 | $0.00762 |
| Haiku 4.5 | $0.00381 | $0.00381 |
Grade A, and why
LLM-Wiki AGENTS.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.
How it starts
The opening of the file, as written. The whole thing — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Obsidian Second Brain - Codex CLI Operating Manual
Local vault overrides: also follow
_CLAUDE.mdfor folder conventions and Markdown authoring rules. In particular,._trash&cache/is reserved for temporary stitching/cache files and soft trash, and Mermaid diagrams in new Markdown should default to theforesttheme with compact, whole-graph layouts.
This vault runs the obsidian-second-brain skill. The skill ships a set of commands: each one is a multi-step instruction file that you (the Codex agent) should follow when the user's request matches its trigger phrase.
How to operate
- Read
_CLAUDE.mdin the vault root, if it exists, to learn the user's vault conventions (folder map, daily note format, naming). - When the user's request matches a trigger in the tables below, read the
matching file under
.codex/commands/<name>.mdand follow its instructions step by step. - Treat the AI-first vault rule (
.codex/references/ai-first-rules.md) as non-negotiable for every note you write:## For future Claudepreamble, rich frontmatter (type,date,tags,ai-first: true),[[wikilinks]]for every person/project/concept, recency markers per external claim, sources verbatim, confidence levels where applicable. - Do not invent commands. If no command matches, ask the user what they want or fall back to plain natural-language help.
Command routing tables (grouped by category)
Wiki layer - simplified knowledge operations
| Command | What it does | Read this file |
|---|---|---|
/ingest |
LLM_wiki intake protocol - preserve raw sources, extract learning units, and update durable wiki knowledge | 02.wiki/projects/LLM_wiki Wiki Layer Protocol.md, then .codex/commands/ingest.md |
/query |
LLM_wiki retrieval protocol - search, explain, synthesize, and answer from vault evidence | 02.wiki/projects/LLM_wiki Wiki Layer Protocol.md, then .codex/commands/query.md |
/lint |
LLM_wiki maintenance protocol - audit links, duplicates, stale claims, raw backlog, DailyNotes drift, Mermaid defaults, and Mentor consistency | 02.wiki/projects/LLM_wiki Wiki Layer Protocol.md, then .codex/commands/lint.md |
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.
- 2d ago First seen · 180 lines · 3,809 tokens per session scan A a656a775f8be
LLM-Wiki AGENTS.md is an instructions file published in the GitHub repository VectorPeak/LLM-Wiki (24 stars, last pushed 2mo ago), licensed MIT. It adds 3,809 tokens to every session, about $0.0190 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
MindOS AGENTS.md
Instructions for GeminiLight/MindOS, covering agent 协作规则, 代码规范, spec 模板, spec and 目标.
doco AGENTS.md
Instructions for songofhawk/doco, covering doco editor — 项目说明, 技术栈, 目录结构, 协同编辑架构 and markdown 导出.
akb AGENTS.md
AGENTS.md instructions for dnotitia/akb, covering akb project guide, architecture, frontend design system, 2-layer mcp architecture and deployment.
akb CLAUDE.md
Claude Code instructions for dnotitia/akb, covering claude guide for akb, mission, default work loop, pm collaboration and docs state machine.
ai-memex-cli AGENTS.md
Instructions for zelixag/ai-memex-cli, covering claude.md, 项目概述, 技术栈, 编码规范 and 项目结构.
ai-memex-cli CLAUDE.md
Instructions for zelixag/ai-memex-cli, covering claude.md, 项目概述, 技术栈, 编码规范 and 项目结构.