motion — community motion, nuxt-skills, community, ide skills

v1.0.0

About this Skill

Perfect for Frontend Agents needing hardware-accelerated animation capabilities in Vue and Nuxt environments. Use when adding animations with Motion Vue (motion-v) - provides motion component API, gesture animations, scroll-linked effects, layout transitions, and composables for Vue 3/Nuxt

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reviewed Landing Page Review Score: 9/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review Locale and body language aligned
Review Score
9/11
Quality Score
54
Canonical Locale
en
Detected Body Locale
en

Perfect for Frontend Agents needing hardware-accelerated animation capabilities in Vue and Nuxt environments. Use when adding animations with Motion Vue (motion-v) - provides motion component API, gesture animations, scroll-linked effects, layout transitions, and composables for Vue 3/Nuxt

Core Value

Empowers agents to create production-ready, hardware-accelerated animations with minimal bundle size using Motion Vue, leveraging Vue 3 and Nuxt compatibility, and gesture-based interactions like hover and tap.

Ideal Agent Persona

Perfect for Frontend Agents needing hardware-accelerated animation capabilities in Vue and Nuxt environments.

Capabilities Granted for motion

Implementing simple declarative animations such as fade, slide, and scale
Developing gesture-based interactions for enhanced user experience
Optimizing animation performance with minimal bundle size

! Prerequisites & Limits

  • Specific to Vue 3 and Nuxt environments
  • Requires Motion Vue library integration

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

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

FAQ & Installation Steps

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

? Frequently Asked Questions

What is motion?

Perfect for Frontend Agents needing hardware-accelerated animation capabilities in Vue and Nuxt environments. Use when adding animations with Motion Vue (motion-v) - provides motion component API, gesture animations, scroll-linked effects, layout transitions, and composables for Vue 3/Nuxt

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 simple declarative animations such as fade, slide, and scale, Developing gesture-based interactions for enhanced user experience, Optimizing animation performance with minimal bundle size.

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?

Specific to Vue 3 and Nuxt environments. Requires Motion Vue library integration.

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.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

motion

Install motion, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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

Related Skills

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

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer