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/potatoqualitee/aitools/agents-mdgit clone --depth 1 https://github.com/potatoqualitee/aitoolsWhat 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.00553 | $0.00553 |
| Opus 5 | $0.00277 | $0.00277 |
| Sonnet 5 | $0.00111 | $0.00111 |
| Haiku 4.5 | $0.00055 | $0.00055 |
Grade A, and why
aitools 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 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.
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 — 69 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.6.0
Last sync: 2025-12-28 (Update this date when syncing from the centralized repository)
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.
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.
- 2d ago First seen · 69 lines · 553 tokens per session scan A c83876b49bfa
aitools AGENTS.md is an instructions file published in the GitHub repository potatoqualitee/aitools (56 stars, last pushed 6mo ago), licensed MIT. It adds 553 tokens to every session, about $0.0028 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-30.
Other instructions, from other repositories
bernstein copilot-instructions.md
Copilot instructions for sipyourdrink-ltd/bernstein, covering copilot instructions, architecture, key constraints, before committing and git rules.
yoloai AGENTS.md
Instructions for kstenerud/yoloai, covering agents.md, where things are, preparing a pr and the quality gate.
yoloai CLAUDE.md
Instructions for kstenerud/yoloai, covering claude code specifics and the quality gate runs itself here.
Claude-Pipeline AGENTS.md
Instructions for TheAstrelo/Claude-Pipeline, covering agents.md, project overview, the one engine, commands and run the pipeline (standalone).
EGC copilot-instructions.md
Instructions for Fmarzochi/EGC, covering copilot instructions for egc, repository conventions, readme and translations, code review priorities and egc project memory.
pxx AGENTS.md
Instructions for cdnwetzel/pxx, covering agents.md — working agreements for ai agents in this repo, what this is, commands, hard rules and conventions.