Loading...
Loading...
Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel better", "feels off", stagger animations, border radius, optical alignment, font smoothing, tabular numbers, image outlines, box shadows.
npx skill4agent add jakubkrehel/make-interfaces-feel-better make-interfaces-feel-better| Category | When to Use |
|---|---|
| Typography | Text wrapping, font smoothing, tabular numbers |
| Layout & Spacing | Border radius, optical alignment, shadows, image outlines |
| Animations | Interruptible animations, enter/exit transitions, icon animations |
box-shadowtranslateYopacityscaleblur-webkit-font-smoothing: antialiasedfont-variant-numeric: tabular-numstext-wrap: balancetext-wrap: pretty1px| Mistake | Fix |
|---|---|
| Same border radius on parent and child | Calculate |
| Icons look off-center | Adjust optically with padding or fix SVG directly |
| Hard borders between sections | Use layered |
| Jarring enter/exit animations | Split, stagger, and keep exits subtle |
| Numbers cause layout shift | Apply |
| Heavy text on macOS | Apply |