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/joemckenney/wake/claude-mdgit clone --depth 1 https://github.com/joemckenney/wakeWrote 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/joemckenney/wake/claude-md)<a href="https://agentmods.dev/instructions/joemckenney/wake/claude-md"><img src="https://agentmods.dev/badge/instructions/joemckenney/wake/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 | $0.00218 | $0.00218 |
| Opus 5 | $0.00109 | $0.00109 |
| Sonnet 5 | $0.00044 | $0.00044 |
| Haiku 4.5 | $0.00022 | $0.00022 |
Grade A, and why
wake 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.
What it actually says
Wake
Terminal session recorder for AI-assisted development.
Architecture
- wake-core - Database, config, manifest, protocol types
- wake-llm - Local LLM summarization (Qwen3-0.6B via llama.cpp)
- wake-cli - CLI binary (
wake) - wake-mcp - MCP server binary (
wake-mcp)
Development
cargo build --release- Build binariescargo test --all- Run all testscargo clippy --all-targets -- -D warnings- Lint (CI enforces this)cargo fmt --all- Format code
Adding a CLI Command
Use /add-cli-command for guided implementation.
Conventions
- Use
anyhow::Resultfor CLI commands - Use
thiserrorfor library error types - Model files go in
~/.wake/models/, config in~/.wake/config.toml - Workspace dependencies defined in root
Cargo.toml
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 · 29 lines · 218 tokens per session scan A 0a6487a4f9b5
wake CLAUDE.md is an instructions file published in the GitHub repository joemckenney/wake (86 stars, last pushed 6mo ago), licensed MIT. It adds 218 tokens to every session, about $0.0011 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
shellshare CLAUDE.md
Instructions for vitorbaptista/shellshare, covering claude.md, project overview, build & development commands, build and lint (pedantic clippy lints are enabled).
dotfiles AGENTS.md
Instructions for helderberto/dotfiles, covering agents.md, before coding, surgical changes, verification and code principles.
mcpx AGENTS.md
Instructions for lydakis/mcpx, covering agents.md, scope, working style, quality gates and architecture boundaries.
dotfiles AGENTS.md
AGENTS.md instructions for sfc-gh-eraigosa/dotfiles, covering dotfiles repository, repository structure, usage guidelines, asking the user (blocking questions must be colorized) and portability & best practices.
claude-wrapper CLAUDE.md
Instructions for smartwatermelon/claude-wrapper, covering claude.md, what this is, commands, run tests and lint.
claude-code-sub-agents CLAUDE.md
Instructions for charles-adedotun/claude-code-sub-agents, covering claude agents, quick start, available commands and updates.