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/martinemde/dotfiles/agents-mdgit clone --depth 1 https://github.com/martinemde/dotfilesWhat 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.00765 | $0.00765 |
| Opus 5 | $0.00382 | $0.00382 |
| Sonnet 5 | $0.00153 | $0.00153 |
| Haiku 4.5 | $0.00076 | $0.00076 |
Grade A, and why
dotfiles AGENTS.md scanned grade A 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 2d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
expected to go through that path rather than a bare `curl`. How it starts
The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Personal dotfiles managed by Chezmoi across macOS, Linux, and containers. Installation and
per-tool notes live in README.md and docs/.
Edit source files, not installed files
Chezmoi copies home/ to ~/. Edits to ~/ are overwritten on the next chezmoi apply,
so always work in home/dot_config/nvim/..., never ~/.config/nvim/.... This applies to
anything under home/, including the Claude config in home/dot_claude/.
Preview with chezmoi diff, apply with chezmoi apply [target_path].
Gotchas
sourceDir = "{{ .chezmoi.workingTree }}"— the source state is the repo root itself, not a copy under~/.local/share/chezmoi.chezmoi editandchezmoi applyoperate on the checkout you're already in.- Prettier is managed through the root
package.jsonrather than mise, so that its plugins can be installed alongside it.bun run format/bun run format:check. .prettierignoreexcludes.tmplfiles — Go template syntax isn't valid in most target languages, so formatting them corrupts them.- Use
bunfor Node package operations, nevernpmoryarn. run_onchange_*scripts re-execute when their rendered content changes, so a script that interpolates a version string reruns on version bumps. That's the mechanism for triggering reinstalls; incidental whitespace edits trigger it too.home/dot_config/zsh/functions/holds autoloaded zsh functions, one function per file named after the function.private_prefixed files are encrypted in the source state and hold credentials.- The installer verifies GitHub release signatures with cosign by default and falls back to
checksums;
VERIFY_SIGNATURES=falseskips both. Downloads added toinstall.share expected to go through that path rather than a barecurl.
Packages, images, and versions
Anything that pins a version, digest, or SHA goes through the Package Manager agent or the
chezmoi skill: Homebrew/cask/mas packages, mise tool declarations, Python requirements,
Docker and devcontainer images, chezmoi externals, GitHub Actions, and the installer's
version manifests. They enforce immutable pins and keep the matching Renovate rules in
sync. See docs/renovate.md.
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.
- 2d ago First seen · 61 lines · 765 tokens per session scan A 19850f95a63a
dotfiles AGENTS.md is an instructions file published in the GitHub repository martinemde/dotfiles (9 stars, last pushed 1mo ago), licensed ISC. It adds 765 tokens to every session, about $0.0038 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
dotfiles AGENTS.md
Instructions for sebastienrousseau/dotfiles, covering project overview, key commands, repository layout, chezmoi naming conventions and conventions.
dotfiles copilot-instructions.md
Instructions for shunk031/dotfiles, a project described as: 💻 My dotfiles powered by chezmoi; built around Rust-based tools (sheldon/starship/mise, etc.) featuring a unified coding-agent setup across Codex, Claude Code, and Gemini.
dotfiles CLAUDE.md
Instructions for laurigates/dotfiles, covering claude.md, ⚠️ public repository, chezmoi quick reference, claude code directories and plugins.
dotfiles AGENTS.md
Instructions for shunk031/dotfiles, covering agents.md, repository context, skills, comment policy and development setup.
dotfiles AGENTS.md
Instructions for fmind/dotfiles, covering agents.md (project), house rules, conventions, workflows and agents.
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.