← ClaudeAtlas

ref-sp-ux-accessibilitylisted

Make an interface usable by people the design did not assume — using WCAG 2.2 as the normative floor rather than a vibe. Owns every accessibility threshold this repo states: contrast ratios, target sizes, reflow, text spacing, focus visibility, and motion. Use when: checking or fixing accessibility; asked whether a colour pair, tap target, focus ring, or font size passes; auditing a page or component against WCAG 2.2 A/AA/AAA; deciding whether to use APCA or WCAG 2 contrast; adding ARIA, roles, labels, or alt text; choosing between a div and a semantic element, adding landmarks, or fixing heading order; keyboard navigation, focus order, or screen-reader behaviour; handling reduced motion; making content reflow at 320px or survive user text-spacing overrides; or judging an accessibility claim, overlay product, or automated-checker score.
swiftpostlabs/agentic-tools · ★ 0 · Web & Frontend · score 71
Install: claude install-skill swiftpostlabs/agentic-tools
# UX Accessibility ## Purpose Hold the normative floor. Every accessibility number this repo states lives here, versioned and sourced, so that no other skill invents a threshold and no two skills disagree. ## When to use this skill - Asked whether something "is accessible", or asked to audit a page, component, or design against WCAG. - Checking a specific value: contrast ratio, tap target size, font size, focus indicator, line height, reflow width. - Adding or reviewing ARIA, roles, labels, or alt text. - Choosing between a `<div>` and a real element, adding landmarks, or fixing heading structure — including when the question arrives as "does semantic HTML help SEO or AI?" - Keyboard navigation, focus order, focus visibility, or skip links. - Reduced motion, autoplay, or interaction-triggered animation. - Someone proposes APCA, an accessibility overlay, or an automated score as proof of conformance. **Route elsewhere when:** the question is how something should *look* — spacing rhythm, palette construction, type scale, hierarchy, readability of prose — that is `.agents/skills/ref-sp-ux-design/SKILL.md`. **The ownership rule, stated so it can be checked:** every WCAG threshold value in this repo lives here, in `./references/thresholds.md`. `ref-sp-ux-design` cites criterion numbers and never their values, with one recorded exception (the 80-character measure cap, because it is the object of a correction there). If a threshold value appears in a third place, this sk