accessibility-inclusive-design

accessibility-inclusive-design is a skill for Codex from jeremylongworth-source/AgentSkills. It costs 69 tokens per session (516 once invoked), scanned A, original, MIT.

A guide for designing and reviewing accessible digital products, including websites, apps, games, forms, and documents. Accessibility means making an experience usable by people with different abilities and assistive tools.

In plain words
What is it for?
Reviewing or improving keyboard navigation, focus behavior, screen-reader support, ARIA, color contrast, captions, forms, reduced motion, semantic HTML, and accessibility compliance risks.
Why use it?
It helps find barriers that automated checks may miss, such as poor keyboard operation, unclear screen-reader information, low contrast, or excessive motion.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Reviewing or improving keyboard navigation, focus behavior, screen-reader support, ARIA, color contrast, captions, forms, reduced motion, semantic HTML, and accessibility compliance risks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jeremylongworth-source/agentskills/accessibility-inclusive-design
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.

Any agent
npx skills add jeremylongworth-source/AgentSkills --skill accessibility-inclusive-design
Clone the repo
git clone --depth 1 https://github.com/jeremylongworth-source/AgentSkills

Made for: Codex.

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 accessibility-inclusive-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeremylongworth-source/agentskills/accessibility-inclusive-design/github.svg)](https://agentmods.dev/skills/jeremylongworth-source/agentskills/accessibility-inclusive-design)
Your own site
<a href="https://agentmods.dev/skills/jeremylongworth-source/agentskills/accessibility-inclusive-design"><img src="https://agentmods.dev/badge/skills/jeremylongworth-source/agentskills/accessibility-inclusive-design/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for accessibility-inclusive-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/jeremylongworth-source/agentskills/accessibility-inclusive-design"><img src="https://agentmods.dev/badge/skills/jeremylongworth-source/agentskills/accessibility-inclusive-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 516 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00069 $0.00516
Opus 5 $0.00034 $0.00258
Sonnet 5 $0.00014 $0.00103
Haiku 4.5 $0.00007 $0.00052

Measured 11d ago against content hash fb36ad8de446, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

accessibility-inclusive-design 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 11d 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.

skills/accessibility-inclusive-design/SKILL.md · 47 lines

How it starts

The opening of the file, as written. The whole thing — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Accessibility Inclusive Design

Core Workflow

  1. Identify the product surface, audience, platform, assistive technologies, input methods, legal/compliance context, and risk level.
  2. Use semantic structure first. Add ARIA only when native semantics cannot express the interaction correctly.
  3. Check the experience across keyboard, pointer/touch, screen reader, zoom/reflow, color/contrast, motion, captions/audio alternatives, and error recovery.
  4. Separate automated checks from human judgment. Automated tools catch some issues; they do not prove accessibility.
  5. Prioritize blockers that prevent task completion, then issues that create confusion, fatigue, or exclusion.
  6. Verify fixes in the actual interface and target states.

Freshness Rule

Verify current W3C/WAI WCAG guidance and platform accessibility documentation before giving compliance-sensitive advice. WCAG 2.2 is the current W3C recommendation for maximizing future applicability, but legal requirements vary by jurisdiction and this skill is not legal advice.

Accessibility Priorities

  • Keyboard: every interactive control is reachable, operable, visible on focus, and ordered logically.
  • Semantics: landmarks, headings, labels, buttons, links, forms, tables, lists, and status messages expose correct meaning.
  • Screen readers: dynamic updates, dialogs, menus, comboboxes, errors, and live regions are announced appropriately.
  • Visual access: color contrast, text size, spacing, reflow, zoom, and non-color signals are handled.
  • Motion: animation, parallax, camera shake, flashing, and transitions respect reduced-motion needs.
  • Media: captions, transcripts, audio description, and visual alternatives are considered.
  • Games: provide remapping, subtitles, visual audio cues, difficulty assists, readable UI, pause options, and avoid audio-only critical signals unless intentional.

Deliverable Shape

For accessibility work, provide:

  • Surface and user task
  • Applicable standard or target quality bar
  • Findings by severity
  • Evidence and affected users
  • Recommended fixes
  • Verification steps
  • Remaining compliance or legal uncertainty

Read the full file on GitHub · 47 lines

Files

What ships with it

2 files beside SKILL.md 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. 11d ago First seen · 47 lines · 69 tokens per session scan A fb36ad8de446

Subscribe to this mod's changes

accessibility-inclusive-design is a skill published in the GitHub repository jeremylongworth-source/AgentSkills (1 stars, last pushed 8d ago), licensed MIT. It adds 69 tokens to every session and 516 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

web-prototype

General-purpose desktop web prototype. Single self-contained HTML file built by copying the seed assets/template.html and pasting section layouts from references/layouts.md. Default for any landing / marketing / docs / SaaS page when no more specific skill matches.

nexu-io/open-design · 59 tokens

velar-luxury-real-estate

Use this plugin when the user wants a high-end luxury real-estate / architecture landing page with cinematic scroll choreography: a typewriter preloader that lifts away, a scroll-driven house image that rises from below and scales up while pinning to a dark statement section, a sticky dark stats band with count-up…

nexu-io/open-design · 119 tokens

mockup-device-3d

Static iPhone and MacBook 3D-style showcase with real HTML embedded on screens, glass-lens refraction, and 360-degree turntable composition.

nexu-io/open-design · 39 tokens

web-prototype-taste-brutalist

Swiss industrial-print web prototype. Newsprint canvas, monolithic black grotesque, viewport-bleeding numerals, hairline grid dividers, hazard-red accent, ASCII syntax decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Swiss Industrial Print mode).

nexu-io/open-design · 70 tokens

web-prototype-taste-editorial

Editorial-minimalist web prototype. Warm monochrome canvas, serif display + grotesque body, 1px hairline borders, muted pastel chips, generous macro-whitespace, ambient micro-motion. Distilled from Leonxlnx/taste-skill minimalist-skill.

nexu-io/open-design · 64 tokens

web-prototype-taste-soft

Apple-tier soft web prototype. Silver/cream canvas, double-bezel cards, button-in-button CTAs, generous squircle radii, spring motion, ambient mesh. Distilled from Leonxlnx/taste-skill soft-skill + sections 4–8 of taste-skill.

nexu-io/open-design · 69 tokens