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/ivanwng97/dotfiles/claude-mdgit clone --depth 1 https://github.com/IvanWng97/dotfilesWrote 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/ivanwng97/dotfiles/claude-md)<a href="https://agentmods.dev/instructions/ivanwng97/dotfiles/claude-md"><img src="https://agentmods.dev/badge/instructions/ivanwng97/dotfiles/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.00199 | $0.00199 |
| Opus 5 | $0.00100 | $0.00100 |
| Sonnet 5 | $0.00040 | $0.00040 |
| Haiku 4.5 | $0.00020 | $0.00020 |
Grade B, and why
dotfiles CLAUDE.md scanned grade B with 1 finding 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 4d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
- `~/.claude/settings.json` is deliberately **not stowed** (Claude Code rewrites it in place, replacing symlinks). Sync it via `make backup` → `Backup/claude-settings.json`; `make install` seeds it only when absent. What it actually says
dotfiles
- mem0: repo-scoped memories use
metadata={"scope":"repo","repo":"dotfiles"}. scripts/*.share zsh — shellcheck refuses them (SC1071). Lint withzsh -n(pre-commit and CI already do); don't rename or port them to bash for shellcheck's sake.~/.claude/settings.jsonis deliberately not stowed (Claude Code rewrites it in place, replacing symlinks). Sync it viamake backup→Backup/claude-settings.json;make installseeds it only when absent.- Verify changes with
make doctor(script syntax + symlink health + Brewfile parse). Backup/Brewfileis generated bybrew bundle dump— hand edits survive only until the nextmake backup/make update; make durable changes by installing/uninstalling the package itself.
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.
- 4d ago First seen · 8 lines · 199 tokens per session scan B 10b0c68e86eb
dotfiles CLAUDE.md is an instructions file published in the GitHub repository IvanWng97/dotfiles (94 stars, last pushed 10d ago), licensed MIT. It adds 199 tokens to every session, about $0.0010 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
dotfiles CLAUDE.md
Claude Code instructions for nicknisi/dotfiles, covering dotfiles, structure, setup and key conventions.
dotfiles AGENTS.md
Cross-platform dotfiles managed by Chezmoi with Homebrew/apt and per-language version managers. One-command bootstrap for macOS and Linux with Neovim, Tmux, Zsh, and AI agent skills.
j3w1zsh AGENTS.md
AGENTS.md instructions for j3w1/j3w1zsh, covering j3w1zsh agent instructions, purpose and authority, start every run, security and privacy and platform and installer contract.
dotfiles CLAUDE.md
Claude Code instructions for aiya000/dotfiles, covering claude.md, vim to neovim migration guidelines, complete migration philosophy, directory structure mapping and conversion patterns.
dotfiles CLAUDE.md
Claude Code instructions for ooloth/dotfiles, covering claude.md, uphold project invariants, folder structure, symlink management and claude development workflow.
dotfiles CLAUDE.md
Claude Code instructions for Nathan-Schwartz/dotfiles, covering claude.md, project overview, architecture, stow modules and vendor directory.