accessibility-inclusive-design

accessibility-inclusive-design is a skill for Claude Code, Codex from hueyexe/frontend-agent-skills. It costs 28 tokens per session (4,675 once invoked), scanned A, original, MIT.

Guidance for designing and reviewing interfaces so they work for people with different abilities, devices, and ways of interacting.

In plain words
What is it for?
Use it when designing, auditing, or improving websites, forms, navigation, filters, media, tables, and interactive controls.
Why use it?
It brings accessibility into normal design and development work, including keyboard use, screen readers, readable content, and sufficient color contrast.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when designing, auditing, or improving websites, forms, navigation, filters, media, tables, and interactive controls.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hueyexe/frontend-agent-skills/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 hueyexe/frontend-agent-skills --skill accessibility-inclusive-design
Clone the repo
git clone --depth 1 https://github.com/hueyexe/frontend-agent-skills

Made for: Claude Code, 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/hueyexe/frontend-agent-skills/accessibility-inclusive-design/github.svg)](https://agentmods.dev/skills/hueyexe/frontend-agent-skills/accessibility-inclusive-design)
Your own site
<a href="https://agentmods.dev/skills/hueyexe/frontend-agent-skills/accessibility-inclusive-design"><img src="https://agentmods.dev/badge/skills/hueyexe/frontend-agent-skills/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/hueyexe/frontend-agent-skills/accessibility-inclusive-design"><img src="https://agentmods.dev/badge/skills/hueyexe/frontend-agent-skills/accessibility-inclusive-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,675 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.00028 $0.04675
Opus 5 $0.00014 $0.02337
Sonnet 5 $0.00006 $0.00935
Haiku 4.5 $0.00003 $0.00468

Measured 11d ago against content hash 45ecf11651d1, 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.

accessibility-inclusive-design/SKILL.md · 351 lines

How it starts

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

Accessibility Inclusive Design

Purpose

Help an agent design and critique interfaces that are accessible, inclusive, keyboard-friendly, screen-reader-aware, and usable by diverse people.

Use this skill to turn accessibility into normal design practice. Treat accessibility as part of product quality, not as a late QA task or legal checkbox.

When to use this skill

Use this skill when the user asks for help with:

  • UI, UX, frontend implementation, product design, or design-system work.
  • Accessibility critique, audit, remediation, redesign, or conformance planning.
  • Forms, navigation, menus, filters, product lists, media, tables of contents, dynamic loading, or interactive widgets.
  • Keyboard interaction, focus management, screen reader behavior, semantic HTML, ARIA, color contrast, typography, responsive behavior, or inclusive content.
  • Design defaults for users with visual, auditory, motor, cognitive, language, device, bandwidth, or situational constraints.

When not to use this skill

Do not use this skill as the primary skill for:

  • Broad UX research planning unrelated to inclusion or accessibility.
  • Brand-only visual exploration where no interface behavior, content, or user task is being designed.
  • Backend-only architecture with no user-facing accessibility impact.
  • Legal advice. You may identify accessibility risk and recommend standards-aligned review, but do not make legal determinations.

Core principles

  1. Design for real diversity, not an average user. People differ in ability, technology, language, attention, literacy, device, bandwidth, and environment. Avoid solutions that only work for the designer’s setup.
  2. Start with purpose and user task. Clear purpose reduces complexity, cognitive load, and implementation waste.
  3. Prefer native semantics and standard web behavior. Use HTML elements that already include roles, states, keyboard behavior, and platform integration before recreating behavior with JavaScript and ARIA.
  4. Make structure machine-readable. Headings, landmarks, lists, labels, form controls, alt text, captions, and document metadata are part of the interface.
  5. Progressively enhance. Begin with meaningful content and working HTML. Add CSS and JavaScript only when they improve the experience without destroying the baseline.
  6. Give users control. Do not block zoom, trap focus, autoplay media, force motion, impose infinite scroll, or decide display preferences when user choice is feasible.
  7. Use convention as an accessibility feature. Familiar navigation, link styling, button affordance, form patterns, and predictable placement reduce cognitive effort.
  8. Make hidden state explicit. If something expands, loads, errors, becomes selected, or changes dynamically, communicate the state visually and programmatically.
  9. Content is part of design. Clear headings, descriptive links, plain language, usable labels, and helpful errors are accessibility features.
  10. Test beyond automation. Automated checks help, but keyboard walkthroughs, screen reader checks, device/browser testing, and disabled participant feedback uncover issues automation misses.

Read the full file on GitHub · 351 lines

Files

What ships with it

4 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 · 351 lines · 28 tokens per session scan A 45ecf11651d1

Subscribe to this mod's changes

accessibility-inclusive-design is a skill published in the GitHub repository hueyexe/frontend-agent-skills (9 stars, last pushed 1mo ago), licensed MIT. It adds 28 tokens to every session and 4,675 once invoked, about $0.0001 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

Accessibility Manual Audit

Teach agents to guide manual accessibility audits for keyboard, screen reader, zoom, reflow, focus, and WCAG 2.2 criteria that scanners miss.

PramodDutta/qaskills · 36 tokens

interaction-design

Design meaningful interactions, microinteractions, animations, state machines, gesture patterns, error prevention, and product behavior. Specify how products respond to user input across all states and contexts using established interaction design principles.

cuellarfr/design-skills · 44 tokens

ux-strategy

Connect design decisions to business outcomes through competitive analysis, opportunity mapping, Jobs to Be Done, outcome-driven discovery, value proposition design, and UX metrics. Shape product direction with strategic frameworks grounded in evidence.

cuellarfr/design-skills · 44 tokens

design-ops

Run design sprints, manage handoff, establish team rituals, documentation standards, and design QA processes. Covers the operational side of design — how teams organize work, collaborate with engineering, and ship quality.

cuellarfr/design-skills · 45 tokens

design-systems

Build, document, and maintain design systems with design tokens, component specifications, pattern libraries, naming conventions, and governance processes. Conduct system audits, define component hierarchies, and establish shared design languages.

cuellarfr/design-skills · 45 tokens

mobile-analyzer

Mobile-specific UX analysis — touch interactions, viewport issues, scroll behavior, mobile vs desktop patterns, and responsive design validation. Use when investigating mobile experience, responsive design bugs, or mobile conversion rates.

reatlat/fullstory-claude-plugin · 43 tokens