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/gianlucamazza/pagouse/agents-mdgit clone --depth 1 https://github.com/gianlucamazza/pagouseWrote 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/gianlucamazza/pagouse/agents-md)<a href="https://agentmods.dev/instructions/gianlucamazza/pagouse/agents-md"><img src="https://agentmods.dev/badge/instructions/gianlucamazza/pagouse/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.00281 | $0.00281 |
| Opus 5 | $0.00140 | $0.00140 |
| Sonnet 5 | $0.00056 | $0.00056 |
| Haiku 4.5 | $0.00028 | $0.00028 |
Grade A, and why
pagouse 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 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.
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
Notes for coding agents working on this repository. To use pagouse to
drive a page, read skills/pagouse/SKILL.md instead.
Read first
- CONTRIBUTING.md — dev loop, test suite, layout rules, commit convention.
- docs/json-contract.md — the
--jsonenvelope is the contract (schema: 1). Do not invent fields. - docs/architecture.md — page agent, not a seat adapter.
Hard rules
- Do not import a seat-adapter library. This core is page-only.
- MCP stays observe-only. Do not add a mutate tool to it.
- No
chrome.debuggerin v0. - Errors are
PagouseErrorsubclasses with a stablecode. A new code needs a row indocs/json-contract.md. - The default test suite is hermetic: recorded AX fixtures, mocked sockets,
no live browser. Gate anything else on
PAGOUSE_INSTANCE_SIGNATURE. - Comments and documentation in English.
Docs are tested
tests/test_docs_alignment.py compares the documentation to the code. A
change to the surface that skips the docs will fail, by design.
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 · 30 lines · 281 tokens per session scan A f0e0c0f18ae7
pagouse AGENTS.md is an instructions file published in the GitHub repository gianlucamazza/pagouse (0 stars, last pushed yesterday), licensed MIT. It adds 281 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
starwind-ui AGENTS.md
AGENTS.md instructions for starwind-ui/starwind-ui, covering agents.md, project shape, useful commands and contribution conventions.
ACCESSIBILITY.md AGENTS.md
AGENTS.md instructions for mgifford/ACCESSIBILITY.md, covering repository instructions for ai coding agents, scope, when each instruction file is useful, project mission and status and required project context.
Codex-Skills AGENTS.md
AGENTS.md instructions for TheGoat395/Codex-Skills, covering repository operating notes, required checks, evidence rules and change hygiene.
monochrome-ui AGENTS.md
AGENTS.md instructions for vaneenige/monochrome-ui, covering agents.md, north stars (non-negotiables), why the core looks weird (and should stay weird), clever tricks and code style.
barkeep AGENTS.md
AGENTS.md instructions for iannuttall/barkeep, covering agent notes, product rules, repo map, commands and app structure.
SidewalkWebpage css.instructions.md
Instructions for ProjectSidewalk/SidewalkWebpage: --text- font shorthands (font: var(--text-body-regular);) — not raw --font- plus hand-picked size/weight. Flag hardcoded hex colors or hand-assembled font stacks where a token fits.