Curated stack
Ship it accessibly
Rules with numbers, a live scanner, and a regression check against your branch. Add the whole stack, or trim it first.
6 of 6
ordinary-interfaces
180 interface rules that each carry a number and its evidence grade.
Every rule states a value, cites whether that value is spec, measured or convention, and says where it stops applying. Reads your project's own tokens before it quotes a default, so a 7px radius in a 7px system is correct rather than a finding.
npx skills add https://github.com/Board-ly/ordinary-interfaces
accessibility-diff
Diffs a page's a11y violations against a baseline branch.
A regression check. Tells you what your uncommitted changes broke, rather than everything that was ever wrong.
npx skills add https://github.com/AccessLint/claude-marketplace --skill accessibility-diff
accessibility-scan
WCAG 2.2 violations grounded to DOM selectors and source lines.
Runs the AccessLint rule engine against a live page and returns a worklist, not a PDF.
npx skills add https://github.com/AccessLint/claude-marketplace --skill accessibility-scan
better-accessibility
Focus states, keyboard navigation, ARIA, forms, screen readers, hit areas.
Brings a project up to accessibility standards and keeps it there, at the level of the actual markup rather than a checklist.
npx skills add https://github.com/jakubkrehel/skills --skill better-accessibility
AccessibilityFull page & trust audit →Laws of UX
The heuristics, with their sources.
Jon YablonskiSystemsReviewFitts, Hick, Jakob, Miller and the rest, with what each one actually claims.
https://lawsofux.com
rams
Automated design reviews for AI-generated code.
IndependentReviewAccessibilityCatches accessibility issues and visual bugs in React, Vue, Svelte and more. The CI counterpart to a review skill.
https://www.rams.ai