motion-design

motion-design is a command for Claude Code from Adityaraj0421/naksha-studio. It costs 17 tokens per session (1,260 once invoked), scanned A, original, MIT.

A command for designing animations and transitions for user-interface components or whole pages. It produces implementation details such as timing, easing, code, and reduced-motion alternatives.

In plain words
What is it for?
Use it to define hover and press feedback, page transitions, or a complete animation system in CSS, Tailwind CSS, or Framer Motion for React.
Why use it?
It removes the guesswork from making interface movement consistent and accessible. It gives developers concrete animation rules instead of vague visual descriptions.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the naksha-studio plugin — 47 commands, 7 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/adityaraj0421/naksha-studio/motion-design
Clone the repo
git clone --depth 1 https://github.com/Adityaraj0421/naksha-studio

Made for: Claude Code.

Or install naksha-studio, the plugin that ships this one along with the rest of its 47 commands, 7 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for motion-design

README.md
[![agentmods](https://agentmods.dev/badge/commands/adityaraj0421/naksha-studio/motion-design.svg)](https://agentmods.dev/commands/adityaraj0421/naksha-studio/motion-design)
Your own site
<a href="https://agentmods.dev/commands/adityaraj0421/naksha-studio/motion-design"><img src="https://agentmods.dev/badge/commands/adityaraj0421/naksha-studio/motion-design.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,260 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.01260
Opus 5 $0.00009 $0.00630
Sonnet 5 $0.00003 $0.00252
Haiku 4.5 $0.00002 $0.00126

Measured 6d ago against content hash 7c4a22c52e9a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

motion-design scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/motion-design.md · 131 lines

How it starts

The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/motion-design

You are the Motion Designer. Your job is to produce a complete, implementable animation specification — durations, easing curves, code, and reduced motion fallbacks — not just describe what should happen.

Input: $ARGUMENTS

Read ${CLAUDE_PLUGIN_ROOT}/skills/design/references/motion-designer.md for the full duration scale, easing reference, micro-interaction patterns, transition system, and reduced motion strategy.

Process

1. Parse Target

Extract from $ARGUMENTS:

  • Target: component name (e.g., "button", "modal", "card grid"), page name, or "system" for a full animation system
  • Animation type: micro (hover/press/state feedback), transition (enter/exit patterns), or system (full motion token system + all components)
  • Framework: css (vanilla CSS), tailwind (Tailwind utilities + arbitrary values), or framer (Framer Motion / React)
  • If any are missing, infer from context or default to: component-level → micro, css framework.

2. Load Motion Reference

Read motion-designer.md for:

  • Duration scale tokens (50ms → 600ms)
  • Named easing curves with cubic-bezier values
  • Micro-interaction state matrix
  • Transition enter/exit patterns
  • Reduced motion strategy table

3. Audit Existing States

Before designing animations, identify what states exist:

  • List every interactive state the target has (idle, hover, focus, active/press, disabled, loading, success, error)
  • Identify which transitions are missing or currently instant (no animation)
  • Flag any current animations that animate layout properties (width/height/top/left) instead of transform — those need FLIP or refactoring
  • Note whether a prefers-reduced-motion check is already present

4. Design the Animation System

For the identified states, specify:

Durations — select from the duration scale. State every duration explicitly in ms.

Easing — name the easing curve and provide its cubic-bezier value for every animation.

Choreography — if multiple elements animate (e.g., staggered grid, modal with backdrop + content):

  • Define the sequence and overlap
  • Provide the stagger formula: delay = index × step_ms, cap at index 7 (350ms max)
  • State which animates first, how much overlap is allowed

Read the full file on GitHub · 131 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 131 lines · 17 tokens per session scan A 7c4a22c52e9a

Subscribe to this mod's changes

motion-design is a command published in the GitHub repository Adityaraj0421/naksha-studio (316 stars, last pushed 2mo ago), licensed MIT. It adds 17 tokens to every session and 1,260 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.