Skills Explorer Add Skills

find-animation-opportunities

An agent skill by emilkowalski, from emilkowalski/skills. Tags: animation, design, web.

What it does

Search a codebase or UI for places that don't animate but should, and reject everything that shouldn't. Read-only; it proposes motion with exact values, it does not implement it. Use when the user asks "what could be animated here?" or wants to "make this feel more alive". For fixing existing animations, use improve-animations or review-animations instead.

Install

With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:

npx skills add emilkowalski/skills --skill find-animation-opportunities

Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):

git clone --depth 1 https://github.com/emilkowalski/skills
cp -r skills/skills/find-animation-opportunities ~/.claude/skills/find-animation-opportunities

Safety box score

Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.

Source

Repository
emilkowalski/skills (all skills from this repository)
Path
skills/find-animation-opportunities/SKILL.md
Branch
main
Updated
2026-09-22