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/tablackburn/ai-agent-instruction-modules/agents-mdgit clone --depth 1 https://github.com/tablackburn/ai-agent-instruction-modulesWrote 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/tablackburn/ai-agent-instruction-modules/agents-md)<a href="https://agentmods.dev/instructions/tablackburn/ai-agent-instruction-modules/agents-md"><img src="https://agentmods.dev/badge/instructions/tablackburn/ai-agent-instruction-modules/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.00833 | $0.00833 |
| Opus 5 | $0.00417 | $0.00417 |
| Sonnet 5 | $0.00167 | $0.00167 |
| Haiku 4.5 | $0.00083 | $0.00083 |
Grade A, and why
ai-agent-instruction-modules 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.
How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AI Agent Instructions
AI agents working in this repository must follow these instructions.
Template Version: 0.12.1
Last sync: 2026-08-24
Instructions for AI Agents
AI agents must:
-
When deploying or updating this template, follow
instructions/update.instructions.mdand update the Last sync date above. -
Read
instructions/agent-workflow.instructions.mdFIRST to determine which other instruction files apply to your task. Follow all applicable instructions before proceeding with work. -
Check
aim.config.jsonfor module configuration, external source, and skill dependency settings.
Instruction Applicability Matrix
Use this matrix to determine which instruction files to read based on your task:
| Task Type | Required Instructions |
|---|---|
| Any task | agent-workflow.instructions.md |
| Any code or documentation | shorthand.instructions.md |
| Git operations | git-workflow.instructions.md |
| Writing tests | testing.instructions.md |
| PowerShell code | powershell.instructions.md |
| Documentation | markdown.instructions.md |
| README files | readme.instructions.md |
| GitHub CLI usage | github-cli.instructions.md |
| Creating releases | releases.instructions.md |
| Repository-specific work | repository-specific.instructions.md |
| Updating instructions | update.instructions.md |
| Contributing to upstream | contributing.instructions.md |
Available Instruction Files
agent-workflow.instructions.md- Pre-flight protocol and task workflowshorthand.instructions.md- Avoid shorthand and abbreviationsgit-workflow.instructions.md- Git branching, commits, and PR conventionstesting.instructions.md- Test writing best practicespowershell.instructions.md- PowerShell coding standardsmarkdown.instructions.md- Markdown formatting standardsreadme.instructions.md- README maintenance guidelinesgithub-cli.instructions.md- GitHub CLI usage guidelinesreleases.instructions.md- Release management guidelinesrepository-specific.instructions.md- Repository-specific customizationsupdate.instructions.md- Procedures for updating instructionscontributing.instructions.md- Contributing improvements to upstream
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 · 87 lines · 833 tokens per session scan A df535a8abfa2
ai-agent-instruction-modules AGENTS.md is an instructions file published in the GitHub repository tablackburn/ai-agent-instruction-modules (9 stars, last pushed 11d ago), licensed MIT. It adds 833 tokens to every session, about $0.0042 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
skillcraft AGENTS.md
Instructions for cloudroad-io/skillcraft, covering skillcraft, install, or: pip install skillcraft, commands and how it works.
skillcraft CLAUDE.md
Instructions for cloudroad-io/skillcraft, covering skillcraft, install, or: pip install skillcraft, commands and how it works.
tokrepo-search-skill AGENTS.md
Instructions for henu-wang/tokrepo-search-skill, covering tokrepo — ai asset registry, search, install, fetch raw content and mcp server.
packmind packmind-rest-api-endpoint-design.instructions.md
Instructions for PackmindHub/packmind: Conventions for designing REST API endpoints that are predictable, self-documenting, and aligned with distinct business actions. Favors dedicated action endpoints over generic status updates, and rout... .
plugin-files-mode
Rosetta Plugin Mode Bootstrap.
cli-continues parsers.instructions.md
Instructions for yigitkonur/cli-continues, covering parser review guidelines, crash safety (critical), required exports, jsonl streaming and tool summarizer.