Animate Skill
Description
Claude Code skill for Next.js/React animations based on Emil Kowalski's course
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Animate Skill for Claude Code
Animation patterns and best practices for Next.js/React applications. Based on Emil Kowalski's "Animations on the Web" course.
Installation
npx skills add https://github.com/delphi-ai/animate-skill --skill animate
What's Included
- SKILL.md - Quick reference for easing, timing, and common patterns
- examples/ - 8 complete working examples (hover effects, toasts, modals, etc.)
- references/ - Detailed docs on CSS animations, Framer Motion, performance, accessibility
Usage
Once installed, the skill triggers automatically when you ask Claude Code to implement animations, transitions, hover effects, modals, or any motion in React components.
You can also invoke it directly with `/animate`.
Examples Included
| Example | Description |
|---|---|
card-hover.tsx |
Slide-up description on hover |
toast-stacking.tsx |
Animated toast notifications |
text-reveal.tsx |
Staggered letter animation |
shared-layout.tsx |
Framer Motion layoutId morph |
animate-height.tsx |
Smooth height changes |
multi-step-flow.tsx |
Directional step wizard |
feedback-popover.tsx |
Button-to-popover expansion |
app-store-card.tsx |
iOS-style card expansion |
Dependencies
For Framer Motion examples:
pnpm add framer-motion react-use-measure usehooks-ts
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11