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/iamironz/ai-config-bundle/agents-mdgit clone --depth 1 https://github.com/iamironz/ai-config-bundleWrote 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/iamironz/ai-config-bundle/agents-md)<a href="https://agentmods.dev/instructions/iamironz/ai-config-bundle/agents-md"><img src="https://agentmods.dev/badge/instructions/iamironz/ai-config-bundle/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.1 | $0.00276 | $0.00276 |
| Opus 5 | $0.00138 | $0.00138 |
| Sonnet 5 | $0.00055 | $0.00055 |
| Haiku 4.5 | $0.00028 | $0.00028 |
Grade A, and why
ai-config-bundle AGENTS.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
AGENTS.md
Repository guide for agentic coding tools.
Quick commands
All tests:
./scripts/run-tests.sh
Smoke test installer (dry-run only):
./install.sh --dry-run
python3 ./install_bundle.py --project-dir /tmp/ai-config-bundle-test --dry-run
Build / lint / test
- Build: no repo-level build step
- Lint/format: no configured linter or formatter
- Tests: run via
./scripts/run-tests.sh(bash required)
Repository layout
install_bundle.pyinstaller logic (CLI entrypoint)install.shthin wrapper around the Python installermanifest.jsonbundle manifest (copied items, text rewrite rules)payload/files copied into target machine/projectdocs/documentationscripts/helper scripts (tests, release helpers)
Python conventions
- Keep changes idempotent (repeat installs should not churn backups).
- Prefer small helper functions over deeply nested logic.
- Validate inputs early and return actionable errors.
- Avoid introducing non-stdlib dependencies.
Security and portability rules
- Do not commit secrets, tokens, or credentials.
- Avoid hardcoding absolute machine paths into payload files.
- Keep payload contents safe to publish publicly.
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 · 47 lines · 276 tokens per session scan A e412426944b7
ai-config-bundle AGENTS.md is an instructions file published in the GitHub repository iamironz/ai-config-bundle (2 stars, last pushed 5mo ago), licensed MIT. It adds 276 tokens to every session, about $0.0014 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
docs-mcp-server AGENTS.md
Instructions for arabold/docs-mcp-server, covering agent instructions for docs-mcp-server, repository context, development workflow, key commands and git workflow.
docs-mcp-server CLAUDE.md
Instructions for arabold/docs-mcp-server, a project described as: Grounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools.
OpenMontage copilot-instructions.md
Copilot instructions for calesthio/OpenMontage: MANDATORY: Read AGENTGUIDE.md before responding to ANY user message.
OpenMontage AGENTS.md
AGENTS.md instructions for calesthio/OpenMontage: MANDATORY: Read AGENTGUIDE.md before responding to ANY user message.
OpenMontage CLAUDE.md
Claude Code instructions for calesthio/OpenMontage: MANDATORY: Read AGENTGUIDE.md before responding to ANY user message.
FsLangMCP CLAUDE.md
Claude Code instructions for Neftedollar/FsLangMCP, covering fslangmcp — business workspace, how to start (required for every session), 1. determine mode, 2. load context (depends on mode) and 3. act.