From agentic-bundle-aas-product-design-studio
Audits components or pages for WCAG 2.2 AA accessibility compliance. Checks color contrast, keyboard navigation, touch targets, form labels, and semantic HTML.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-bundle-aas-product-design-studio:ui-a11yThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when you need audit a component or page for accessibility issues and fix them.
Use this skill when you need audit a component or page for accessibility issues and fix them.
/ss-review/ss-auditdata-slot, no semantic tokens) — assumes StyleSeed conventionsTarget: $ARGUMENTS
text-muted-foreground (#717182) on bg-background (#FFFFFF) = 4.6:1 (passes)text-brand on white (verify contrast with your skin's brand color)<img> need alt, icons need aria-label when meaningfulmin-h-11 min-w-11)
h-9 (36px) buttons — should be h-11w-11 h-11focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2prefers-reduced-motion
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 0.01ms !important;
transition-duration: 0.01ms !important;
}
}
aria-labelaria-describedby)<html lang="en"> (or appropriate language code for your project)<button>, <nav>, <main>, <header>)role attributes| Token | Minimum Contrast | Note |
|---|---|---|
--foreground | 7:1+ | Body text — verify with your skin |
--muted-foreground | 4.5:1+ | Secondary text — verify with your skin |
--brand | 4.5:1+ | Accent — verify with your skin's brand color |
--destructive | 4.5:1+ | Error — verify with your skin |
--success | 3:1+ | Large text/icons only — verify with your skin |
--warning | 4.5:1+ | Warning text — some skins need a darker variant |
npx claudepluginhub sickn33/agentic-awesome-skills --plugin agentic-bundle-aas-product-design-studio7plugins reuse this skill
First indexed Jul 2, 2026
Showing the 6 earliest of 7 plugins
Audits components or pages for WCAG 2.2 AA accessibility compliance. Checks color contrast, keyboard navigation, touch targets, form labels, and semantic HTML.
Audits components and pages for WCAG 2.2 AA compliance, including color contrast, touch targets, keyboard navigation, and semantic HTML. Applies auto-fixes and flags manual review items.
Audits components and pages for WCAG 2.2 AA issues with practical code fixes for touch targets, focus states, contrast, labels, and reduced motion. Part of the StyleSeed design system.