원클릭으로
accessibility
Accessibility discipline (WCAG 2.1 AA floor) — semantics, keyboard, contrast, screen readers. Load for any UI work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Accessibility discipline (WCAG 2.1 AA floor) — semantics, keyboard, contrast, screen readers. Load for any UI work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Context engineering — memory navigation, textual graph traversal, progressive disclosure, recovery. Load when assembling context for a task or when lost.
Implementation-side security discipline — headers, dependencies, secrets, authz. Load for hardening work (sec-ops domain).
Commit conventions, branching, anchors in messages, and the git safety rules. Load for any git operation beyond status/diff.
Anti-generic-AI design discipline — bans, tells, and the slop test. Load for ANY new UI surface or visual redesign. Inspired by Impeccable (Apache 2.0).
Motion & animation discipline — purpose, performance, reduced-motion. Load when work involves animation, transitions or scroll effects.
Microcopy discipline — buttons, errors, empty/loading/success states, alt text. Voice and tone come from the project's memory, not from this skill.
| name | accessibility |
| description | Accessibility discipline (WCAG 2.1 AA floor) — semantics, keyboard, contrast, screen readers. Load for any UI work. |
WCAG 2.1 AA is the floor, not the target. Mechanism-agnostic — applies to any UI stack.
<button>, navigation = <nav> — ARIA is a repair tool, not a replacement (no ARIA is better than bad ARIA)prefers-reduced-motion respected on all animation (shared rule with motion skill)alt="" for decorative) · Forms: label every input, errors linked via aria-describedby, never color-only signaling · Dynamic content: aria-live for async updates (polite unless critical) · Modals: focus captured, restored on close, Escape works · Touch targets ≥44×44pxKeyboard-only walkthrough of the changed flow · automated scan (axe-class) clean on changed pages · zoom 200% doesn't break layout · screen-reader smoke on new interactive patterns.