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/chuck00lin/canvai/claude-mdgit clone --depth 1 https://github.com/chuck00lin/canvaiWrote 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/chuck00lin/canvai/claude-md)<a href="https://agentmods.dev/instructions/chuck00lin/canvai/claude-md"><img src="https://agentmods.dev/badge/instructions/chuck00lin/canvai/claude-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.1 | $0.00709 | $0.00709 |
| Opus 5 | $0.00354 | $0.00354 |
| Sonnet 5 | $0.00142 | $0.00142 |
| Haiku 4.5 | $0.00071 | $0.00071 |
Grade A, and why
canvai CLAUDE.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 5d 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 — 25 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — canvai
Repo-native visual discussion boards for humans + AI agents. JSON Canvas files as source of truth, thin local server (watcher/WebSocket/MCP/ELK layout), React Flow web client, Obsidian as optional client.
Ground rules
- This is a PUBLIC open-source repo. Internal discussion notes, meeting transcripts, experiments, and scratch tests never go here — they live in
../canvai-internal/(outside this repo). When in doubt, put it there. - Public docs and code comments are English.
README.zh-TW.mdis the one translated file; keep it in sync on substantive README changes. docs/design.mdis the source of truth for design decisions (numbered D1–D5). Don't contradict it silently — change it (and say why) or open an issue.
Non-negotiable invariants (from the design doc)
.canvasround-trips preserve unknown fields (Advanced Canvas compatibility) and mirror each file's serialization dialect to keep git diffs minimal. Test-enforced:packages/canvas-kit/test/io.test.ts(byte-identical round-trips) and the hub e2e.- Agents never compute absolute coordinates — agent-reachable write paths go through semantic ops + ELK auto-layout; human-dragged nodes are
pinnedand auto-layout routes around them. - Mermaid is I/O only (embed in cards, one-way import/explode) — never the persistence format. Rationale: design doc D2.
- Concurrency stays turn-based (atomic writes, last-write-wins, event feed) until Phase 2; no CRDT before then.
Status & layout
- Current phase: Phase 0 + Phase 1 core shipped —
packages/canvas-kit(round-trip io, projection, ops, diff, pinned-aware ELK layout),packages/hub(MCP stdio server +servemode: watcher/WebSocket/REST),packages/web(React Flow client; Vite build, needs DOM lib so it has its own tsconfig and is excluded from the root one). The two hub processes coordinate purely through files (.canvas,.canvai/state.json,.canvai/events.jsonl). Next: field-test the live loop, measure the token bill of a real discussion turn, then Phase 2 (Yjs, presence, mermaid explode, @agent pins). - No build step for hub/kit: Node ≥ 23.6 runs the TypeScript directly (erasable syntax only — no enums/namespaces; relative imports use
.tsextensions). Web builds withnpm run web:build.npm test(vitest, includes MCP + serve e2e) andnpm run typecheckmust stay green. - Dev commands:
npm run serve(HTTP/WS on 5199),npm run web:dev(Vite dev server proxying to 5199),npm run hub(MCP stdio). - Dogfooding:
.mcp.jsonregisters the hub for this repo;discuss/roadmap.canvasis a live board — feel free to update it via apply_ops when the roadmap changes. - License MIT. Do not vendor code from GPL projects (notably obsidian-advanced-canvas); format compatibility only.
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.
- 5d ago First seen · 25 lines · 709 tokens per session scan A 03c30f544c88
canvai CLAUDE.md is an instructions file published in the GitHub repository chuck00lin/canvai (2 stars, last pushed 1mo ago), licensed MIT. It adds 709 tokens to every session, about $0.0035 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
openrouter-mcp-multimodal AGENTS.md
AGENTS.md instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).
llm-context.py CLAUDE.md
Instructions for cyberchitta/llm-context.py, covering claude.md, working notes (gitignored) and draining the field notes.
seekstone CLAUDE.md
Claude Code instructions for shaqmughal/seekstone, covering claude.md, what this repo is, commands, the harness itself (run after npm install) and architecture.
Plonk AGENTS.md
AGENTS.md instructions for ostapondo/Plonk, covering agent rules, layout, adding a module, build & verify and code style.
cyxj-groksearch CLAUDE.md
Claude Code instructions for chenyuxiaojin/cyxj-groksearch, covering claude.md, 常用命令 and 结构与坑.
mcp-dockhand copilot-review.instructions.md
Copilot instructions for strausmann/mcp-dockhand: When reviewing pull requests in this repository.