excessibility

A Phoenix LiveView toolkit for inspecting page state and testing accessibility. Phoenix is a web framework, and LiveView updates pages from the server without full page reloads.

In plain words
What is it for?
Use it to capture HTML snapshots, check pages against WCAG accessibility guidelines with axe-core, and analyze interaction timelines.
Why use it?
It helps find accessibility problems and understand what changed in a live page while debugging.

Plugin for Claude Code

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.

Claude Code
/plugin marketplace add lessthanseventy/excessibility
agentmods
npx agentmods add plugins/lessthanseventy/excessibility/claude-plugin
Clone the repo
git clone --depth 1 https://github.com/lessthanseventy/excessibility

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

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

priv/claude-plugin/.claude-plugin/plugin.json · 24 lines

What it actually says

{
  "name": "excessibility",
  "description": "LiveView introspection and accessibility testing skills for Phoenix. Use html_snapshot() to capture state at any point, axe-core for WCAG compliance, timeline analysis for debugging.",
  "version": "0.9.0",
  "author": {
    "name": "Andrew Moore"
  },
  "repository": "https://github.com/lessthanseventy/excessibility",
  "license": "MIT",
  "keywords": [
    "accessibility",
    "a11y",
    "phoenix",
    "liveview",
    "testing",
    "wcag",
    "debugging",
    "introspection",
    "html-snapshot",
    "axe-core",
    "playwright"
  ]
}
Files

What ships with it

1 file beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 24 lines scan A 85e215e598e2

Subscribe to this mod's changes

excessibility is a plugin published in the GitHub repository lessthanseventy/excessibility (42 stars, last pushed 20d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories

community-access marketplace

Plugin marketplace listing 1 plugin: accessibility-agents.

Community-Access/accessibility-agents · not measured

a11y-audit

Accessibility audits for Shopify stores: scans the storefront against WCAG 2.2 AA with pa11y (axe-core + HTMLCodeSniffer) and Lighthouse, samples by theme template, attributes every finding to the theme, the injecting app (Rebuy, Okendo, Klaviyo, ...), or the collision between them, re-measures contrast in the settled.

kgelster/ecom-a11y-audit · not measured

claude-skills

Production-grade Claude Code skills verified against official specifications. Zero dependencies, production code examples, complete domain coverage.

LeahyCC/claude-skills · not measured

claude-skills marketplace

Agent settings configuring schemaversion, skills.

LeahyCC/claude-skills · not measured

motionspec

Verified web motion for AI-built sites: write a MotionSpec JSON spec, validate it against a strict schema, and compile deterministic GSAP/CSS with reduced-motion support and performance budgets enforced by construction. Reports WCAG 2.2.2 pause-path candidates (reduced-motion guard = 2.3.3, AAA). Includes a…

MasterPlayspots/motionspec · not measured

a11ychk

Web accessibility audit skills (WCAG 2.2 AA + KWCAG 2.2 dual mapping) with the @a11ychk/mcp scanner. Scan localhost or public pages, fix violations with Korean remediation guides, and audit against all 33 KWCAG checkpoints. / 웹 접근성 감사 스킬 — 검사·수정·재검사 루프와 KWCAG 33항목 점검.

IsaacEryn/a11ychk · not measured