From coding-agent
Web accessibility patterns and requirements (WCAG 2.1 AA). Use when building any user-facing UI.
npx claudepluginhub devjarus/coding-agentThis skill uses the workspace's default tool permissions.
- Write meaningful alt text that conveys purpose, not just appearance. Decorative images use `alt=""`.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
alt="".prefers-reduced-motion: wrap animations in @media (prefers-reduced-motion: no-preference) or disable them via JS.<label> elements.lang attribute on <html> (e.g., <html lang="en">).<button> for actions, <a> for navigation. Never use <div onclick> or <span onclick>.role="dialog", aria-expanded, aria-checked).<button>: triggers an action (submit, open modal, toggle).<a href>: navigates to a new location or resource.aria-hidden="true" on background content while modal is open.<label> using matching for / id attributes.aria-required="true".aria-describedby.aria-live="polite" for dynamic content updates, toasts, and loading states.aria-live="assertive" only for critical, time-sensitive alerts.