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/christopherkarani/wax/agents-mdgit clone --depth 1 https://github.com/christopherkarani/WaxWhat 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.01403 | $0.01403 |
| Opus 5 | $0.00701 | $0.00701 |
| Sonnet 5 | $0.00281 | $0.00281 |
| Haiku 4.5 | $0.00140 | $0.00140 |
Grade A, and why
Wax 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 — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Wax Agent Instructions
Public Repository Hygiene
This repository is the public, front-facing Wax source tree. Keep it limited to source code, tests, release automation, product documentation, examples, and public integration assets.
Do not commit or track:
- planning scratchpads, execution ledgers, remediation checklists, or task logs
- agent lessons, session notes, handoff notes, or private workflow rules
- marketing drafts for articles, social posts, launch copy, or prompt ideation
- screenshots, issue snapshots, browser captures, or temporary debugging images
- loose root-level analysis reports that are not part of the official docs
- customer, investor, pricing, launch, or unreleased product planning material
.grok/,Resources/npm/waxmcp/dist/,__pycache__/,*.pyc
Use external/private notes for working plans. If a public plan is genuinely part of the product documentation, place it under an official docs surface and make sure it is written as user-facing documentation, not as an internal task list.
Before committing, run:
git ls-files | rg '(^tasks/|^marketing/|issue[0-9]+_|snapshot|screenshot|TECHNICAL_ANALYSIS|audit-.*ledger|lessons\.md|todo\.md|\.grok/|waxmcp/dist)'
The command should return no matches unless the file is intentionally public and has been reviewed as part of the docs or release surface.
Agents.md and AGENTS.md are the same file on this volume (case-insensitive).
Edit one path.
Change Discipline
- Keep changes scoped to the user request.
- Preserve unrelated local work and generated artifacts.
- Prefer tests or concrete verification for source changes.
- Do not stage build output, caches, screenshots, or local tool directories.
Navigation
- Text memory facade:
Sources/Wax/Memory.swift. Photo/video public facades:Sources/Wax/PhotoRAG/PhotoMemory.swift,Sources/Wax/VideoRAG/VideoMemory.swift. - Public re-exports live only in
Sources/Wax/PublicAliases.swift. Do not restore@_exported import. - Package-only engines — do not generate app or docs samples against them:
MemoryOrchestrator,PhotoRAGOrchestrator,VideoRAGOrchestrator,WaxSession, theWaxactor,MiniLMEmbedder. UseMemory/PhotoMemory/VideoMemoryandBuiltInEmbeddings.make. - Swift public surface source of truth:
Resources/skills/public/wax/references/public-api.md. Ifconstraints.mdor the wax skill disagree, followpublic-api.mdand the Swiftpublictypes. - Hermes native provider (canonical):
Resources/hermes/wax-memory-plugin. npm ship copy:Resources/npm/waxmcp/plugins/hermes. Listed runtime files must stay byte-identical. - Operator MCP playbook (using Wax, not changing it):
Claude.mdandResources/skills/public/wax-mcp. Swift/framework work:Resources/skills/public/wax. - Product examples are allowed once reviewed. Until
Examples/is committed, public paste contract is README +public-api.md+DocsPasteHarnessTests.
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 · 82 lines · 1,403 tokens per session scan A 33688989127f
Wax AGENTS.md is an instructions file published in the GitHub repository christopherkarani/Wax (790 stars, last pushed 4d ago), licensed Apache-2.0. It adds 1,403 tokens to every session, about $0.0070 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
marimo AGENTS.md
Instructions for marimo-team/marimo, covering marimo development guidelines, your primary responsibility is to the project and its users, quick setup, development commands and python.
streamlit copilot-instructions.md
Copilot instructions for streamlit/streamlit, covering streamlit repo overview, tech stack, folder structure, shell & build policy and make commands.
zenml CLAUDE.md
Claude Code instructions for zenml-io/zenml, covering zenml claude code guidelines, project structure, use zenml docs via mcp, code style & quality standards and commenting policy — explain why, not what.
marimo copilot-instructions.md
Instructions for marimo-team/marimo: For example, if there is a frontend change to make a border thicker, how does this look in run mode, app-view and edit-view? For a backend change, has the user tested different scenarios?
zenml AGENTS.md
AGENTS.md instructions for zenml-io/zenml, covering zenml codex agent guidelines, project structure, always-loaded rules, common commands and branches, git, and prs.
mlops-python-package AGENTS.md
AGENTS.md instructions for fmind/mlops-python-package, covering agents.md, project overview, setup & core commands, definition of done and conventions & idioms.