motion — community motion, nuxt-skills, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Frontend Agents requiring seamless integration of hardware-accelerated animations in Vue 3 and Nuxt applications. Vue, Nuxt, and NuxtHub skills for AI coding assistants.

onmax onmax
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The motion skill by onmax is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for Frontend Agents requiring seamless integration of hardware-accelerated animations in Vue 3 and Nuxt applications.

Core Value

Empowers agents to create production-ready, declarative animations with minimal bundle size using Motion Vue, leveraging Vue port of Motion and NuxtHub skills for AI coding assistants, and supporting gesture-based interactions and simple animations like fade, slide, and scale.

Capabilities Granted for motion

Implementing gesture-based interactions for hover and tap events
Creating simple declarative animations for enhanced user experience
Optimizing animation performance with hardware-accelerated rendering

! Prerequisites & Limits

  • Requires Vue 3 or Nuxt environment
  • Limited to Motion Vue 1.x version
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

motion

Install motion, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Motion Vue (motion-v)

Animation library for Vue 3 and Nuxt. Production-ready, hardware-accelerated animations with minimal bundle size.

Current stable: motion-v 1.x - Vue port of Motion (formerly Framer Motion)

Overview

Progressive reference for Motion Vue animations. Load only files relevant to current task (~200 tokens base, 500-1500 per sub-file).

When to Use

Use Motion Vue for:

  • Simple declarative animations (fade, slide, scale)
  • Gesture-based interactions (hover, tap, drag)
  • Scroll-linked animations
  • Layout animations and shared element transitions
  • Spring physics animations

Consider alternatives:

  • GSAP - Complex timelines, SVG morphing, scroll-triggered sequences
  • @vueuse/motion - Simpler API, less features, smaller bundle
  • CSS animations - Simple transitions without JS

Installation

bash
1# Vue 3 2pnpm add motion-v 3 4# Nuxt 3 5pnpm add motion-v @vueuse/nuxt
ts
1// nuxt.config.ts - Nuxt 3 setup 2export default defineNuxtConfig({ 3 modules: ['motion-v/nuxt'], 4})

Quick Reference

Working on...Load file
Motion component, gesturesreferences/components.md
useMotionValue, useScrollreferences/composables.md
Animation examples, patternsreferences/examples.md

Loading Files

Consider loading these reference files based on your task:

DO NOT load all files at once. Load only what's relevant to your current task.

Core Concepts

Motion Component

Render any HTML/SVG element with animation capabilities:

vue
1<script setup lang="ts"> 2import { motion } from 'motion-v' 3</script> 4 5<template> 6 <motion.div 7 :initial="{ opacity: 0, y: 20 }" 8 :animate="{ opacity: 1, y: 0 }" 9 :exit="{ opacity: 0, y: -20 }" 10 :transition="{ duration: 0.3 }" 11 > 12 Animated content 13 </motion.div> 14</template>

Gesture Animations

vue
1<motion.button 2 :whileHover="{ scale: 1.05 }" 3 :whilePress="{ scale: 0.95 }" 4 :transition="{ type: 'spring', stiffness: 400 }" 5> 6 Click me 7</motion.button>

Scroll Animations

vue
1<motion.div 2 :initial="{ opacity: 0 }" 3 :whileInView="{ opacity: 1 }" 4 :viewport="{ once: true, margin: '-100px' }" 5> 6 Appears on scroll 7</motion.div>

Available Guidance

references/components.md - Motion component variants, animation props, gesture props, layout animations, transition configuration

references/composables.md - useMotionValue, useSpring, useTransform, useScroll, useInView, animate()

references/examples.md - External resources, component libraries, animation patterns and inspiration

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is motion?

Ideal for Frontend Agents requiring seamless integration of hardware-accelerated animations in Vue 3 and Nuxt applications. Vue, Nuxt, and NuxtHub skills for AI coding assistants.

How do I install motion?

Run the command: npx killer-skills add onmax/nuxt-skills/motion. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for motion?

Key use cases include: Implementing gesture-based interactions for hover and tap events, Creating simple declarative animations for enhanced user experience, Optimizing animation performance with hardware-accelerated rendering.

Which IDEs are compatible with motion?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for motion?

Requires Vue 3 or Nuxt environment. Limited to Motion Vue 1.x version.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add onmax/nuxt-skills/motion. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use motion immediately in the current project.

Related Skills

Looking for an alternative to motion or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI