Lamina accessibility
Specify and verify accessibility behavior on product-graph surfaces and workflows, including semantics, keyboard reachability, focus, errors, async status, and non-visual state communication.From its SKILL.md
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.
SKILL.md
0.9 KB, 124 tokens by cl100k_base, 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.