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/lessthanseventy/excessibility/agents-mdgit clone --depth 1 https://github.com/lessthanseventy/excessibilityWrote 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/lessthanseventy/excessibility/agents-md)<a href="https://agentmods.dev/instructions/lessthanseventy/excessibility/agents-md"><img src="https://agentmods.dev/badge/instructions/lessthanseventy/excessibility/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.00589 | $0.00589 |
| Opus 5 | $0.00295 | $0.00295 |
| Sonnet 5 | $0.00118 | $0.00118 |
| Haiku 4.5 | $0.00059 | $0.00059 |
Grade A, and why
excessibility 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 — 22 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Repository Guidelines
Project Structure & Module Organization
Elixir modules live in lib/, grouped by capability (excessibility/html, excessibility/system, etc.) and exposed through the Excessibility.* namespace. Assets needed for Pa11y and browser automation sit under assets/, including the vendored npm workspace. ExUnit tests live in test/, with HTML snapshots stored in test/excessibility/html_snapshots/ and approved baselines in test/excessibility/baseline/. Keep helper modules close to the code they exercise to simplify HexDocs generation and release reviews.
Build, Test, and Development Commands
mix deps.get && mix compile– fetch deps and verify the library still builds.mix igniter.install excessibility– apply the recommendedtest/test_helper.exsconfig and install Pa11y’s npm dependency insideassets/.mix test– run the suite;mix test test/source_test.exstargets a file while iterating.mix excessibilityandmix excessibility.approve– run Pa11y against snapshots, then promote.baddiffs intobaseline/.mix format && MIX_ENV=test mix credo --strict– enforce Styler-backed formatting and linting before committing.mix docs– regenerate HexDocs prior to publishing.
Coding Style & Naming Conventions
Favor idiomatic Elixir: two-space indentation, snake_case functions, PascalCase modules (e.g., Excessibility.SystemMock). Keep module files focused—public API modules wrap lower-level helpers. Run mix format to enforce .formatter.exs rules (Styler plugin) and keep imports/aliases sorted. Snapshot filenames should read like MyModule/my_test/step.good.html so reviewers can trace origins quickly.
Testing Guidelines
Tests use ExUnit plus Mox; set expectations in test/test_helper.exs and call html_snapshot/4 (or related helpers) inside Conn, LiveView, or Wallaby cases. When snapshots change, inspect the .good/.bad pair, approve intentional diffs via mix excessibility.approve, and rerun mix test to ensure baselines match. Include regression tests whenever you add options to Excessibility.Snapshot or new mix tasks so Pa11y behavior stays predictable.
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 · 22 lines · 589 tokens per session scan A 27b5234fb1be
excessibility AGENTS.md is an instructions file published in the GitHub repository lessthanseventy/excessibility (42 stars, last pushed 2d ago), licensed MIT. It adds 589 tokens to every session, about $0.0029 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
ios-swiftui-accessibility-techniques CLAUDE.md
Claude Code instructions for cvs-health/ios-swiftui-accessibility-techniques, covering project rules, copyright header (required), rules, swift files and markdown files.
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.
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.
ACCESSIBILITY.md copilot-instructions.md
Copilot instructions for mgifford/ACCESSIBILITY.md, covering github copilot repository instructions, purpose and usefulness, required behavior, copilot-specific notes and where new copilot guidance belongs.
kolibri copilot-instructions.md
Copilot instructions for public-ui/kolibri, covering github copilot instructions for kolibri repository, kolibri overview, essential setup commands, 1. install node.js 22 and 2. enable pnpm.
arena AGENTS.md
AGENTS.md instructions for dravensoft-dev/arena, covering arena, for whoever changes it, which job is this?, where each decision goes, what this repo ships and where a new document goes.