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.
npx agentmods add commands/adityaraj0421/naksha-studio/motion-designgit clone --depth 1 https://github.com/Adityaraj0421/naksha-studioWrote 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.
[](https://agentmods.dev/commands/adityaraj0421/naksha-studio/motion-design)<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>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.
| Model | Per session | Once 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 |
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.
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), orsystem(full motion token system + all components) - Framework:
css(vanilla CSS),tailwind(Tailwind utilities + arbitrary values), orframer(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-motioncheck 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
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.
- 6d ago First seen · 131 lines · 17 tokens per session scan A 7c4a22c52e9a
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.
Other commands, from other repositories
theme-swap
Recolour an extracted site's design around a new brand primary. OKLCH hue rotation preserves perceptual lightness — neutrals, type, spacing, and motion stay untouched. Side-by-side HTML preview + recoloured tokens (DTCG, Tailwind, shadcn, Figma).
remix
Restyle a site in another design vocabulary — brutalist, swiss, art-deco, cyberpunk, soft-ui, or editorial. Preserves page shape, swaps the visual vocabulary.
studio
Launch the local design Studio — a live token editor over the latest extraction. Edit, preview a wall of real components, toggle dark mode, inspect motion, and export.
full-diagnostic
Comprehensive design system health sweep.
docs-coverage
Audit whether your documentation surface keeps pace with your components.
governance-review
Quarterly governance review package.