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/ivankuzyshyn/dotfiles/agents-mdgit clone --depth 1 https://github.com/IvanKuzyshyn/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/ivankuzyshyn/dotfiles/agents-md)<a href="https://agentmods.dev/instructions/ivankuzyshyn/dotfiles/agents-md"><img src="https://agentmods.dev/badge/instructions/ivankuzyshyn/dotfiles/agents-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.03221 | $0.03221 |
| Opus 5 | $0.01611 | $0.01611 |
| Sonnet 5 | $0.00644 | $0.00644 |
| Haiku 4.5 | $0.00322 | $0.00322 |
Grade C, and why
dotfiles AGENTS.md scanned grade C 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.
Enumerates the file system for secretshighData exfiltration
Searching home directories for .env, .ssh, .aws or credential files is reconnaissance for credential theft.
3. Verify symlinks: `ls -la ~/ | grep newtool` How it starts
The opening of the file, as written. The whole thing — 359 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file provides guidance to AI coding agents when working with code in this repository.
Repository Overview
This is a personal dotfiles repository for managing user configuration files across macOS systems. It uses GNU Stow for symlink management and Homebrew for tool installation.
Architecture Philosophy:
- Simple and maintainable over complex abstractions
- Transparent symlink management (no templates)
- Monolithic configuration files (single .zshrc)
- Tool-centric directory structure
Repository Structure
dotfiles/
├── .gitignore # Excludes IDE/OS files
├── .stowrc # Stow configuration (dir=configs, target=$HOME)
├── .githooks/
│ └── pre-commit # gitleaks secret scan on staged changes
├── .github/
│ └── workflows/
│ └── gitleaks.yml # CI secret scan on push/PR
├── Brewfile # Homebrew packages and casks (single source of truth)
├── install.sh # Tool installation via Homebrew
├── bootstrap.sh # Config deployment via Stow
├── README.md # User-facing documentation
├── AGENTS.md # This file
├── LICENSE # Unlicense (public domain)
├── lib/
│ └── menu.sh # Shared confirmation prompt library
└── configs/ # Tool configurations (stow packages)
├── zsh/
│ └── .zshrc # Shell config (~150 lines)
├── git/
│ ├── .gitconfig # Git settings
│ └── .gitignore_global # Global ignores
├── vim/
│ └── .vimrc # Minimal Vim config
├── ghostty/
│ └── .config/ghostty/config
├── k9s/
│ └── .config/k9s/config.yaml
└── mise/
└── .config/mise/config.toml
Setup Workflow
The repository provides a two-step setup process:
./install.sh- Installs tools via Homebrew- Detects platform (macOS only currently)
- Prompts
[Y/n]for each tool (Enter = yes,n= skip) - Installs Homebrew if missing
- Installs packages: stow, k9s, kubectl, kubectx, helm, kind, ko, oras, kluctl, awscli, gh, jq, yq, ncdu, git, go, mise, gitleaks
- Installs casks: ghostty (terminal emulator), raycast (productivity launcher), cursor (AI code editor), docker (Docker Desktop)
- Installs Rust via rustup
- Installs oh-my-zsh with plugins (zsh-autosuggestions, zsh-syntax-highlighting)
- Installs nvm and Node.js LTS
- Installs Claude Code via npm
- Configures this repo's pre-commit hook (
core.hooksPath=.githooks) for gitleaks scanning - Idempotent (safe to re-run)
--allflag skips prompts (installs everything)
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 · 359 lines · 3,221 tokens per session scan C 5bcea13a92a4
dotfiles AGENTS.md is an instructions file published in the GitHub repository IvanKuzyshyn/dotfiles (5 stars, last pushed 2mo ago), licensed Unlicense. It adds 3,221 tokens to every session, about $0.0161 per session on Opus 5. A static security scan graded it C with 1 finding (enumerates the file system for secrets). 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
AGENTS.md instructions for denysdovhan/dotfiles, covering agents repository guidelines, project structure & module organization, build, test, and development commands, workflow and coding style & naming conventions.
dotfiles CLAUDE.md
Claude Code instructions for StringKe/dotfiles, covering claude.md, 仓库定位(重要), ai 角色边界(hard rules), consumer 模式 - 部署 / 升级 / 验证 and maintainer 模式 - 功能开发 / 演进.
warp AGENTS.md
AGENTS.md instructions for warpdotdev/warp, covering agents.md, development commands, build and run, running with local warp-server and connect to server on default port 8080.
wispterm AGENTS.md
Instructions for xuzhougeng/wispterm, covering agents.md, architecture, ui presentation styles, cohesion and coupling and integration layer vs feature domains.
dotfiles CLAUDE.md
Instructions for joshukraine/dotfiles, covering claude.md, about this repository, repository structure, common commands and setup and installation.
liney AGENTS.md
AGENTS.md instructions for everettjf/liney, covering liney repository collaboration guide, 交流语言 / communication language, project overview, repository layout and build and test.