What problem does it solve? Adding motion and micro-interactions to a UI often produces generic, inconsistent, or performance-heavy results. This Skill structures the creative coding process: it scans the project stack, clarifies vague requests, validates an interaction thesis before any code is written, and audits the result for performance and accessibility. ## Core Features & Use Cases - Stack Detection and Adaptation: Scans the project for animation libraries (GSAP, Framer Motion, anime.js), frameworks (React, Vue, Svelte), and native platforms (Android Compose, SwiftUI, Compose Multiplatform), then loads matching sub-skills. - Thesis-First Workflow: Requires a one-sentence interaction thesis validated by the user through a preview (artifact, live preview, or inline) before implementation begins. - Scoped Implementation with Audit: Matches effort to scope (light, medium, full), proposes 2-3 variants for larger work, and runs a stack-specific audit covering reduced motion, 60fps performance, contrast, and accessibility states. - Use Case: Ask to make a landing page hero feel cinematic. The Skill detects GSAP in package.json, proposes a parallax-plus-staggered-reveal thesis with a live preview, implements it after approval, and verifies reduced-motion support and frame rate. ## Quick Start Ask the agent to add engaging motion and micro-interactions to a specific page or component in your project.