kiwiki AGENTS.md

kiwiki AGENTS.md is an instructions file for Codex, OpenCode from natorus87/kiwiki. It costs 1,060 tokens per session, scanned A, original, MIT.

A set of instructions for AI assistants working on the kiwiki project. It defines the project language rules, localization requirements, code conventions, and available helper agents.

In plain words
What is it for?
Use it when changing kiwiki’s user interface, accessibility text, browser messages, localization behavior, tests, or project documentation.
Why use it?
It reduces inconsistent translations and helps ensure that visible changes, browser messages, and tests support both German and English.

Instructions file for CodexOpenCode

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/natorus87/kiwiki/agents-md
Clone the repo
git clone --depth 1 https://github.com/natorus87/kiwiki

Made for: Codex, OpenCode.

Per session 1,060 This file is loaded in full into every session.
When invoked 1,060 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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 $0.01060 $0.01060
Opus 5 $0.00530 $0.00530
Sonnet 5 $0.00212 $0.00212
Haiku 4.5 $0.00106 $0.00106

Measured 2d ago against content hash 251e7bf789af, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 77 lines

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 dient Accept-Language als 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 (via paths:)
  • 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

Read the full file on GitHub · 77 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. 2d ago First seen · 77 lines · 1,060 tokens per session scan A 251e7bf789af

Subscribe to this mod's changes

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.