Inspect a Core UI or code surface for a small number of justified motion opportunities and explicitly identify what should remain static. Use when asked what should animate, where motion would improve feedback or comprehension, how to make an interface feel more alive without over-animating it, or whether a proposed animation is worth adding. Read-only; do not use to review or fix existing motion code or to implement animations.
Find high-value motion by exercising restraint. A result with no surviving
opportunities is valid; daily-use product UI usually benefits from less motion.
Triggers
Use when asked what should animate, where motion would improve an otherwise
static interface, or which proposed motion ideas are worth pursuing.
Do not use to fix current animations, review a motion diff, or implement the
recommendations; route those follow-ups to the existing motion skills.
Authority and boundaries
Read docs/ai/rules/frontend.md, then
docs/ai/skills/emil-design-engineering/SKILL.md and
docs/ai/skills/anim/SKILL.md before judging a surface.
Core's tokens, Base UI primitives, shared utilities, route-transition
boundary, touch gates, and reduced-motion baseline override generic examples.
Use improve-animations to audit or plan fixes for existing motion and
review-animations only for an explicitly requested motion-diff review. Use
motion later if an approved implementation needs motion/react details.
This skill reports evidence and recipes only. Do not edit source, write plan
files, install tooling, or change dependencies while it is active.
Candidate gate
Every recommendation must pass all five checks:
Frequency and input: Reject decorative motion on keyboard-initiated,
high-frequency, or information-dense interactions. Frequent feedback may use
an existing near-imperceptible Core utility; it is not a new opportunity.
Purpose: Name one purpose: feedback, spatial continuity, state clarity,
preventing a jarring change, explanation, or rare delight. “Looks cool” fails.
User value: Motion must make cause/effect, hierarchy, progress, or state
easier to understand. It must not delay access to content or action.
Existing ownership: Reject motion already supplied by Button, Base UI
overlays, shared hover/press utilities, or RouteMainViewTransitionBoundary.
Never stack a second entrance or hover grammar on top.
Core feasibility: The recipe must use existing motion tokens/presets,
avoid layout-driving properties, remain interruptible where state can reverse,
preserve reduced-motion behavior, and gate hover motion to fine pointers.
Workflow
Recon. Define the route/component scope, product personality, input
methods, frequency, current motion owners, and performance/accessibility
constraints. Inspect a running UI when available; otherwise state the limits
of code-only evidence.
Sweep seams. Look for abrupt occasional state changes, unclear spatial
relationships, missing progress/feedback, rare empty/success/onboarding
moments, and gesture transitions. Also inspect the places most likely to be
over-animated so the report contains meaningful rejections.
Gate candidates. Re-read every cited location and apply all five checks.
Reject duplicates, speculative ideas, and anything already intentional.
Specify survivors. Report at most five opportunities, ordered by leverage.
Name the existing Core token, preset, utility, or primitive to reuse. Do not
invent literal durations, easings, scales, or a parallel motion system.
Report restraint. Include two to five rejected candidates and the exact
gate that rejected each. If nothing survives, say that the interface should
remain as-is.
High-value seams
Occasional content or status that appears, disappears, or swaps abruptly.
A panel or object whose origin/destination is unclear and is not already owned
by a Base UI primitive or the shared route-transition layer.
Progress or completion feedback where motion would clarify causality.
Rare first-run, empty, success, or celebration moments that earn delight.
Gesture-driven surfaces that need continuity, interruptibility, or momentum.
Usually reject command palettes, keyboard shortcuts, dense tables, live charts,
routine list navigation, page-load choreography, blanket scroll reveals, and
decorative movement on data users are reading. Shared buttons already have press
feedback; shared overlays and routes already have their own motion grammar.
Required report
Opportunities
#
Location
Current seam
Purpose
Frequency
Core-compatible recipe
Each row needs exact file:line evidence and an existing Core mechanism. Mark
anything requiring a live feel-check rather than pretending code proves taste.
Rejected candidates
Location
Candidate considered
Rejection gate
Why static is better
Verdict
State how much motion the surface actually needs, the highest-leverage survivor
if one exists, and whether a follow-up improve-animations plan <description>
would be warranted.
Checklist
The inspected scope, frequency, inputs, and current motion owners are clear.
Every survivor passes purpose, value, ownership, and feasibility gates.
Recommendations reuse Core tokens/primitives without duplicate motion.
Performance, touch, keyboard, reduced motion, and interruptibility are covered.
The report has at most five opportunities plus explicit rejected candidates.
Findings cite exact files/lines and distinguish code evidence from feel checks.
No source, plan, dependency, or runtime file changed during the inspection.
Provenance
See references/upstream.md for the reviewed upstream
source, MIT license, Core adaptations, and refresh workflow.
1---2name: find-animation-opportunities3description: Inspect a Core UI or code surface for a small number of justified motion opportunities and explicitly identify what should remain static. Use when asked what should animate, where motion would improve feedback or comprehension, how to make an interface feel more alive without over-animating it, or whether a proposed animation is worth adding. Read-only; do not use to review or fix existing motion code or to implement animations.4---56# Find animation opportunities78Find high-value motion by exercising restraint. A result with no surviving9opportunities is valid; daily-use product UI usually benefits from less motion.1011## Triggers1213- Use when asked what should animate, where motion would improve an otherwise14 static interface, or which proposed motion ideas are worth pursuing.15- Do not use to fix current animations, review a motion diff, or implement the16 recommendations; route those follow-ups to the existing motion skills.1718## Authority and boundaries19201. Read `docs/ai/rules/frontend.md`, then21 `docs/ai/skills/emil-design-engineering/SKILL.md` and22 `docs/ai/skills/anim/SKILL.md` before judging a surface.232. Core's tokens, Base UI primitives, shared utilities, route-transition24 boundary, touch gates, and reduced-motion baseline override generic examples.253. Use `improve-animations` to audit or plan fixes for existing motion and26 `review-animations` only for an explicitly requested motion-diff review. Use27 `motion` later if an approved implementation needs `motion/react` details.284. This skill reports evidence and recipes only. Do not edit source, write plan29 files, install tooling, or change dependencies while it is active.3031## Candidate gate3233Every recommendation must pass all five checks:34351. **Frequency and input:** Reject decorative motion on keyboard-initiated,36 high-frequency, or information-dense interactions. Frequent feedback may use37 an existing near-imperceptible Core utility; it is not a new opportunity.382. **Purpose:** Name one purpose: feedback, spatial continuity, state clarity,39 preventing a jarring change, explanation, or rare delight. “Looks cool” fails.403. **User value:** Motion must make cause/effect, hierarchy, progress, or state41 easier to understand. It must not delay access to content or action.424. **Existing ownership:** Reject motion already supplied by `Button`, Base UI43 overlays, shared hover/press utilities, or `RouteMainViewTransitionBoundary`.44 Never stack a second entrance or hover grammar on top.455. **Core feasibility:** The recipe must use existing motion tokens/presets,46 avoid layout-driving properties, remain interruptible where state can reverse,47 preserve reduced-motion behavior, and gate hover motion to fine pointers.4849## Workflow50511. **Recon.** Define the route/component scope, product personality, input52 methods, frequency, current motion owners, and performance/accessibility53 constraints. Inspect a running UI when available; otherwise state the limits54 of code-only evidence.552. **Sweep seams.** Look for abrupt occasional state changes, unclear spatial56 relationships, missing progress/feedback, rare empty/success/onboarding57 moments, and gesture transitions. Also inspect the places most likely to be58 over-animated so the report contains meaningful rejections.593. **Gate candidates.** Re-read every cited location and apply all five checks.60 Reject duplicates, speculative ideas, and anything already intentional.614. **Specify survivors.** Report at most five opportunities, ordered by leverage.62 Name the existing Core token, preset, utility, or primitive to reuse. Do not63 invent literal durations, easings, scales, or a parallel motion system.645. **Report restraint.** Include two to five rejected candidates and the exact65 gate that rejected each. If nothing survives, say that the interface should66 remain as-is.6768## High-value seams6970- Occasional content or status that appears, disappears, or swaps abruptly.71- A panel or object whose origin/destination is unclear and is not already owned72 by a Base UI primitive or the shared route-transition layer.73- Progress or completion feedback where motion would clarify causality.74- Rare first-run, empty, success, or celebration moments that earn delight.75- Gesture-driven surfaces that need continuity, interruptibility, or momentum.7677Usually reject command palettes, keyboard shortcuts, dense tables, live charts,78routine list navigation, page-load choreography, blanket scroll reveals, and79decorative movement on data users are reading. Shared buttons already have press80feedback; shared overlays and routes already have their own motion grammar.8182## Required report8384### Opportunities8586| # | Location | Current seam | Purpose | Frequency | Core-compatible recipe |87| --- | -------- | ------------ | ------- | --------- | ---------------------- |8889Each row needs exact `file:line` evidence and an existing Core mechanism. Mark90anything requiring a live feel-check rather than pretending code proves taste.9192### Rejected candidates9394| Location | Candidate considered | Rejection gate | Why static is better |95| -------- | -------------------- | -------------- | -------------------- |9697### Verdict9899State how much motion the surface actually needs, the highest-leverage survivor100if one exists, and whether a follow-up `improve-animations plan <description>`101would be warranted.102103## Checklist104105- [ ] The inspected scope, frequency, inputs, and current motion owners are clear.106- [ ] Every survivor passes purpose, value, ownership, and feasibility gates.107- [ ] Recommendations reuse Core tokens/primitives without duplicate motion.108- [ ] Performance, touch, keyboard, reduced motion, and interruptibility are covered.109- [ ] The report has at most five opportunities plus explicit rejected candidates.110- [ ] Findings cite exact files/lines and distinguish code evidence from feel checks.111- [ ] No source, plan, dependency, or runtime file changed during the inspection.112113## Provenance114115See [references/upstream.md](references/upstream.md) for the reviewed upstream116source, MIT license, Core adaptations, and refresh workflow.
Run npx skillmds@latest add asymmetric-al/find-animation-opportunities in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Inspect a Core UI or code surface for a small number of justified motion opportunities and explicitly identify what should remain static. Use when asked what should animate, where motion would improve feedback or comprehension, how to make an interface feel more alive without over-animating it, or whether a proposed animation is worth adding. Read-only; do not use to review or fix existing motion code or to implement animations. It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
asymmetric-al (@asymmetric-al) published this skill. Their other Agent Skills are listed on their SkillMD profile.