Motion-design follow-up skill inspired by Emil Kowalski's animation guidance. Use after an interface exists to add tasteful micro-interactions, state transitions, and page motion with product-grade restraint.
Use this skill after a design artifact already exists. The goal is to make the interface feel alive without turning it into a motion demo.
transform and opacity. Avoid animating layout properties such as top, left, width, or height.prefers-reduced-motion fallbacks for any automatic or scroll-linked motion.gsap-core, gsap-timeline, or gsap-scrolltrigger.Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/emilkowalski-motion · pinned to the source commit
# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/emilkowalski-motion" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/nexu-io/open-design.git .skillboard-tmp
git -C .skillboard-tmp checkout 9881cff70e02be86c2a58130af512011ba23d4af
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/skills/emilkowalski-motion" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/emilkowalski-motion
Scanner static-checks@0.1.0 · commit 9881cff70e02. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
No static rules matched. This is not a safety guarantee.