Curated stack
The review pass
Everything that reads your work back to you before anyone else does. Add the whole stack, or trim it first.
6 of 6
better-interface
Every better-* skill as a single review pass.
Accessibility, layout, writing, typography, colour and UI polish in one go. The one to take if you only take one.
npx skills add https://github.com/jakubkrehel/skills --skill better-interface
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
Agentation
The visual feedback tool for agents.
Benji TaylorReviewPoint at the thing that is wrong instead of describing it in prose.
https://www.agentation.com
break
Renders a component in every state on a temp page and stress-tests it.
Finds the design-system failures you don't know about: long names, empty data, overflow, every interactive state at once.
npx skills add https://github.com/jakubkrehel/skills --skill break
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
review-animations
Reviews your motion strictly, against Emil's rules.
A production-critical pass over animation quality, timing and consistency in a diff. Pairs with improve-animations, which does the same for a whole codebase.
npx skills add https://github.com/emilkowalski/skills --skill review-animations