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/tekugo/zeichenwerk/agents-mdgit clone --depth 1 https://github.com/tekugo/zeichenwerkWhat 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.07156 | $0.07156 |
| Opus 5 | $0.03578 | $0.03578 |
| Sonnet 5 | $0.01431 | $0.01431 |
| Haiku 4.5 | $0.00716 | $0.00716 |
Grade A, and why
zeichenwerk 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 3d 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 — 387 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Guidelines
Normative Keywords
- MUST: mandatory requirement
- SHOULD: recommended but optional with justification
- MAY: optional
Core Principles
- MUST follow idiomatic Go patterns
- MUST minimize dependencies
- MUST use explicit error handling
- SHOULD keep functions <= 50 lines
- SHOULD prefer composition over inheritance patterns
File Formats
- MUST use Markdown for documentation files
Libraries
- MUST use log/slog for logging
Reading order for new contributors
- Tutorial:
github.com/tekugo/zeichenwerk-tutorial— chapters from a 20-line teaser through a real SQLite query tool. Lives in a separate repo so the sqlite3 dependency does not leak into zeichenwerk's module graph; every snippet has a runnable program underexamples/. - Reference:
doc/reference/overview.md— one page per widget. - Design principles:
doc/principles.md— the small set of invariants the framework relies on. - Events / flags:
doc/events.md,doc/flags.md. - Designer:
doc/designer/README.md— the inspector framework, per-widget*-form.gofiles, codegen, and thecmd/designer-pocdriver.
Extracted apps
Most cmd/ tools were extracted to standalone repos under tekugo/. Each consumes zeichenwerk as a normal dependency, so app-only deps don't leak into the library's go.mod:
- tekugo/datenwerk — sqlite3
- tekugo/triebwerk — fsnotify, doublestar (binary
tw) - tekugo/messwerk — otlp/grpc (binary
mw) - tekugo/tblr — atotto/clipboard
- tekugo/malwerk
- tekugo/hal-explorer
- tekugo/figlet
What stays in cmd/: showcase apps (demo, demo2, compose, showcase, editor), dev tools (zw, analyzer, coverage), and proof-of-concept drivers (designer-poc, inspector-poc).
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.
- 3d ago First seen · 387 lines · 7,156 tokens per session scan A 56a85e5ea60c
zeichenwerk AGENTS.md is an instructions file published in the GitHub repository tekugo/zeichenwerk (85 stars, last pushed 1mo ago), licensed MIT. It adds 7,156 tokens to every session, about $0.0358 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
no-mistakes AGENTS.md
AGENTS.md instructions for kunchenguid/no-mistakes, covering agents.md and maintaining this file.
trpc-agent-go AGENTS.md
AGENTS.md instructions for trpc-group/trpc-agent-go, covering agents.md, project overview, engineering principles, go design conventions and implementation workflow.
azure-sdk-for-go go-code.instructions.md
Instructions for Azure/azure-sdk-for-go: All code should follow the guidelines from the Azure Go SDK Guidelines. This document is a summary of the most important guidelines to follow when contributing to the Azure Go SDK.
goai AGENTS.md
Instructions for zendev-sh/goai, covering agents.md - goai, commands, architecture, key rules and adding providers.
unraid-management-agent copilot-instructions.md
Instructions for ruaan-deysel/unraid-management-agent, covering copilot instructions, copilot workflow, path-specific instructions, reusable prompts and quick commands.
coral CLAUDE.md
Instructions for cdknorow/coral, covering claude.md - coral go, mission, testing, go unit tests and legacy parity tools (historical reference).