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/pssah4/vault-operator/agents-mdgit clone --depth 1 https://github.com/pssah4/vault-operatorWrote 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/pssah4/vault-operator/agents-md)<a href="https://agentmods.dev/instructions/pssah4/vault-operator/agents-md"><img src="https://agentmods.dev/badge/instructions/pssah4/vault-operator/agents-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.01496 | $0.01496 |
| Opus 5 | $0.00748 | $0.00748 |
| Sonnet 5 | $0.00299 | $0.00299 |
| Haiku 4.5 | $0.00150 | $0.00150 |
Grade A, and why
vault-operator 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 4d 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 — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Vault Operator, Projekt-Regeln
Runtime-neutrale Regeln für dieses Repo. Gilt für jeden Coding-Agenten. Die übergreifende Arbeitsweise steht in
~/.claude/AGENTS.md, Claude-Code-Spezifisches inCLAUDE.md.
Navigation, zuerst lesen
_devprocess/SYSTEM-MAP.md beantwortet, wo die Antwort steht. Sie ist der
Einstieg vor arc42 und vor jeder Code-Suche. Der Wegweiser mit einer Zeile
pro Konzept ist src/ARCHITECTURE.map, der Router über die
Architektur-Entscheidungen _devprocess/architecture/README.md.
Zahlen (Tool-Anzahl, Testdateien, Imports) stehen nur in der SYSTEM-MAP und driften. Im Zweifel nachzählen, nicht aus einer Doku übernehmen.
Projekt
Kilo Code Clone als Obsidian Plugin. AI-gesteuerter Agent für Vault-Management, Semantic Search, Canvas-Generierung und Multi-Agent-Orchestrierung.
Vault Operator ist für Sebastian auch ein Lernprojekt. Bei Architektur- und Design-Entscheidungen das Problem und die Lösung so erklären, dass sie für einen technisch interessierten Nicht-Entwickler nachvollziehbar sind: mit Analogien, aber die zugrundeliegenden Konzepte trotzdem beim richtigen Namen nennen.
Tech Stack
- Sprache: TypeScript (strict)
- Framework: Obsidian Plugin API
- Build: esbuild mit Deploy-Plugin
- Runtime: Electron (via Obsidian)
- AI APIs: Anthropic SDK, OpenAI SDK
Versionen stehen in package.json und manifest.json, nicht hier.
Build und Deploy
npm run build # Build
npm run dev # Watch-Mode mit Auto-Deploy
npm run deploy # Nur Deploy (ohne Build)
Deploy-Ziel kommt aus PLUGIN_DIR in .env, aktuell der lokale Vault
~/Obsidian/Nexus/.obsidian/plugins/vault-operator/.
Build und Deploy nach jedem Implementierungsschritt, nicht erst am Ende.
Verifikation
npm run build, npm run test, npm run typecheck, npm run lint. Vor
jedem Push ins Public-Repo zusätzlich der Review-Bot-Check.
Referenz-Implementierung
forked-kilocode/ enthält die originale Kilo Code Codebase. Vor jeder neuen
Feature-Implementierung dort das Pattern prüfen.
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.
- 4d ago First seen · 151 lines · 1,496 tokens per session scan A 76fa2e37df1a
vault-operator AGENTS.md is an instructions file published in the GitHub repository pssah4/vault-operator (245 stars, last pushed 5d ago), licensed Apache-2.0. It adds 1,496 tokens to every session, about $0.0075 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
claude-obsidian GEMINI.md
Gemini CLI instructions for AgriciDaniel/claude-obsidian: Read AGENTS.md as the canonical host-neutral contract. Skills live in skills/ /SKILL.md and the portable core lives in claudeobsidian/.
claude-obsidian AGENTS.md
AGENTS.md instructions for AgriciDaniel/claude-obsidian, covering claude-obsidian: agent instructions, product and vault boundaries, bootstrap, canonical skills and mutation protocol.
claude-obsidian copilot-instructions.md
Copilot instructions for AgriciDaniel/claude-obsidian: Read AGENTS.md before proposing changes. The repository is an Agent Skills package, Claude Code adapter, standard-library Python core, and deterministic vault template—not the default live user vault.
llm-brain CLAUDE.md
Instructions for kimsanguine/llm-brain, covering llm-brain — claude code 운영 지침, 가드레일 (절대 위반 금지), 프라이버시 경계 (agent memory os), 명령어 and ingest.
second-brain-starter-kit AGENTS.md
AGENTS.md instructions for tonydzi/second-brain-starter-kit, covering agents.md — working in this repo, what this repo is, layout, how to verify a change and conventions.
brain-starter CLAUDE.md
Instructions for michaeljauk/brain-starter, covering brain repo - claude instructions, purpose, not set up yet?, file placement rules and directory guide.