Lamina accessibility
Headless Product Design skill for AI coding agents | Design how it works, verify what you ship.
npx -y skills add aryaniyaps/lamina --skill lamina-accessibilityAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Specify and verify accessibility behavior on product-graph surfaces and workflows, including semantics, keyboard reachability, focus, errors, async status, and non-visual state communication.
SKILL.md
0.9 KB, as published. Nobody here has run it
Accessibility
Add accessibility detail only to surfaces and interactions in the current product slice. For each critical interactive workflow, specify:
- Semantic structure and accessible names.
- Keyboard reachability and logical order.
- Navigation and rerender focus.
- Invalid-field focus and error association.
- Busy/disabled state and duplicate-submit prevention.
- Live announcements for asynchronous outcomes.
- Status and progress that do not rely on color alone.
- Touch target requirements when touch input is in scope.
Encode these as surface behavior, operation outcomes, invariants, or scenarios—not a generic shared checklist. Verify them on the actual realizing surface.