excessibility AGENTS.md

excessibility AGENTS.md is an instructions file for Codex, OpenCode from lessthanseventy/excessibility. It costs 589 tokens per session, scanned A, original, MIT.

Repository instructions for an Elixir project that checks web accessibility, meaning whether websites can be used by people with different disabilities.

In plain words
What is it for?
Building and testing the project, running accessibility checks against HTML snapshots, approving updated results, and enforcing code style.
Why use it?
They give contributors the project's expected commands, file layout, formatting rules, and testing process.

Instructions file for CodexOpenCode

Install

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.

agentmods
npx agentmods add instructions/lessthanseventy/excessibility/agents-md
Clone the repo
git clone --depth 1 https://github.com/lessthanseventy/excessibility

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for excessibility AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/lessthanseventy/excessibility/agents-md.svg)](https://agentmods.dev/instructions/lessthanseventy/excessibility/agents-md)
Your own site
<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>
Per session 589 This file is loaded in full into every session.
When invoked 589 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash 27b5234fb1be, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 22 lines

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 recommended test/test_helper.exs config and install Pa11y’s npm dependency inside assets/.
  • mix test – run the suite; mix test test/source_test.exs targets a file while iterating.
  • mix excessibility and mix excessibility.approve – run Pa11y against snapshots, then promote .bad diffs into baseline/.
  • 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.

Read the full file on GitHub · 22 lines

Changes

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.

  1. 5d ago First seen · 22 lines · 589 tokens per session scan A 27b5234fb1be

Subscribe to this mod's changes

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.

Related

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.

cvs-health/ios-swiftui-accessibility-techniques · 455 tokens

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.

mgifford/ACCESSIBILITY.md · 6,270 tokens

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.

vaneenige/monochrome-ui · 7,729 tokens

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.

mgifford/ACCESSIBILITY.md · 549 tokens

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.

public-ui/kolibri · 4,602 tokens

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.

dravensoft-dev/arena · 5,646 tokens