motion
Installation
SKILL.md
Motion Agent Skill
A template-based agent for generating Motion (React) code snippets and solutions. Use this skill when you need to create animations, handle gestures, set up Motion in React applications, or implement advanced Motion features.
Installation & Setup
Install Motion via npm:
npm install motion
Import Motion in React:
import { motion } from "motion/react"
Install Motion via Yarn:
yarn add motion
Related skills