This commit is contained in:
Emil
2026-03-16 14:52:45 +01:00
commit 5282ea890d
3 changed files with 688 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Design Engineering Skill
An agent skill that encodes opinionated UI polish, component design, animation decisions, and the invisible details that make software feel great.
## What it covers
- Animation decision framework (when to animate, easing, timing, springs)
- Component building principles (buttons, popovers, tooltips, transitions)
- CSS transforms, clip-path techniques, and gesture interactions
- Performance rules and accessibility
- Review format with Before/After/Why tables
## Install
```
claude install emilkowalski/emil-design-eng-skill
```