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/natorus87/kiwiki/agents-mdgit clone --depth 1 https://github.com/natorus87/kiwikiWhat 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.01060 | $0.01060 |
| Opus 5 | $0.00530 | $0.00530 |
| Sonnet 5 | $0.00212 | $0.00212 |
| Haiku 4.5 | $0.00106 | $0.00106 |
Grade A, and why
kiwiki 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 — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Projekt-Anweisungen
Dieses Projekt nutzt eine modulare .Codex/ Struktur. Halte diese Datei kurz – Details liegen in spezialisierten Agenten, Regeln und Skills.
Projekt-Kontext
- Sprache: Deutsch (Kommentare & Doku), Code in Englisch
- Produktoberfläche: Deutsch und Englisch (siehe verbindliche Lokalisierungsregel unten)
- Architektur-Entscheidungen: @docs/architecture.md (falls vorhanden)
Verbindliche Lokalisierungsregel
- Jede neue oder geänderte sichtbare UI, Microcopy, ARIA-Beschriftung sowie dynamische
Browsermeldung muss gleichzeitig auf Deutsch (
de) und Englisch (en) vorliegen. - Keine neue Oberfläche darf mit fest verdrahteten Texten in nur einer Sprache abgeschlossen werden. Server-Templates und JavaScript-Zustände zählen gleichermaßen.
- Die Sprachwahl muss semantisch über
<html lang>abgebildet und für weitere Aufrufe gespeichert werden; ohne explizite Wahl dientAccept-Languageals Fallback. - Neue UI-Funktionen benötigen mindestens je einen Test für Deutsch und Englisch.
- Code-Bezeichner bleiben Englisch; Kommentare und technische Projektdokumentation bleiben Deutsch, sofern kein englisches Nutzerhandbuch betroffen ist.
Regeln (automatisch geladen via .Codex/rules/)
Regeln in .Codex/rules/ werden von Codex automatisch eingebunden:
- Code-Stil (
code-stil.md) — Formatierung, Benennung, Architektur - Test-Konventionen (
testen.md) — Pflicht-Tests, Mocking, Ausführung - API-Design (
api-konventionen.md) — Nur bei API-Dateien aktiv (viapaths:) - Workflow (
workflow.md) — Context-Management, Planung, Sub-Agenten - Git (
git-workflow.md) — Commit-Regeln, Branches, Push-Checks
Verfügbare Sub-Agenten
Sub-Agenten werden PROAKTIV eingesetzt und über das Agent()-Tool aufgerufen – NIE über Bash.
Alle Agenten haben memory: project und merken sich Erkenntnisse über Sessions hinweg.
| Agent | Aufgabe | Modell | Background |
|---|---|---|---|
code-pruefer |
Code-Quality-Review | Haiku | ✅ |
sicherheitspruefer |
Security-Audit | Haiku | ✅ |
dokumentierer |
Docs/JSDoc/README generieren | Haiku | ✅ |
test-generator |
Unit-/Regressions-Tests schreiben | Sonnet | ✅ |
code-helfer |
Kleine Coding-Tasks (Utilities, Config, Boilerplate) | Haiku | ✅ |
refactorer |
Code-Struktur verbessern | Sonnet | ❌ (interaktiv) |
fehlersucher |
Systematisches Debugging | Sonnet | ❌ (interaktiv) |
performance-analyst |
Performance-Bottleneck-Analyse | Haiku | ✅ |
pr-ersteller |
PR-Beschreibungen aus Diffs | Haiku | ✅ |
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 · 77 lines · 1,060 tokens per session scan A 251e7bf789af
kiwiki AGENTS.md is an instructions file published in the GitHub repository natorus87/kiwiki (1 stars, last pushed 17d ago), licensed MIT. It adds 1,060 tokens to every session, about $0.0053 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
pulse8-ai-cortex-knowledge-vault AGENTS.md
Instructions for synpulse8-opensource/pulse8-ai-cortex-knowledge-vault, covering agents.md — pulse8.ai cortex, repository map, environment variables, essential commands and dependencies.
full-stack-ai-agent-template CLAUDE.md
Instructions for vstorm-co/full-stack-ai-agent-template, covering claude.md, project overview, commands, install dependencies and run tests.
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.
markdown-vault-mcp AGENTS.md
Instructions for pvliesdonk/markdown-vault-mcp, covering markdown vault mcp, design, project structure, conventions and skills.
my-wiki AGENTS.md
Instructions for NimaChu/my-wiki, covering my wiki agent project, project map, knowledge model, route requests and development checks.
abap_wiki 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.