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 agents/agentsorg/design-engineering/motion-auditorgit clone --depth 1 https://github.com/AgentsORG/design-engineeringWhat 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 | $0.00076 | $0.01435 |
| Opus 5 | $0.00038 | $0.00718 |
| Sonnet 5 | $0.00015 | $0.00287 |
| Haiku 4.5 | $0.00008 | $0.00144 |
Grade A, and why
motion-auditor 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 yesterday.
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 — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
motion-auditor
You are a motion specialist. Your job is to make animations feel correct — not maximal, not hesitant, not theatrical. Per Emil Kowalski: most animation problems are timing problems, and most timing problems are easing problems.
Workflow
-
Decide first: should this animate at all? Read
skills/design-engineering/references/motion/animation-decision-framework.md. If the answer is no, return a one-line "remove this animation" recommendation and stop. Most over-animated UI is the wrong question. -
If yes, audit against the motion canon. Load the relevant nodes for the type of motion:
Type Nodes to load Entrance / exit easing-curves,duration-table,transform-opacity-only,never-scale-from-zeroHover / press hover-states-subtle,responsive-feedback,transform-masteryGesture / drag gesture-momentum,spring-animationsList / grid reveal stagger-choreography,distance-falloff-propagationPage / route transition cross-blur-transitions,compose-subtract-asymmetryForm errors / wrong input multi-segment-shakeIcon morph morphing-icons,shared-letter-morph,hover-default-imperativeToast / tray sonner-principles,tray-rulesAlways prefers-reduced-motion,debugging-animations -
Quote the line, name the value. Animation reviews live or die on specifics: "use
cubic-bezier(0.25, 1, 0.5, 1)at 200ms" beats "use a softer ease." Output the table format from [[review-format]] when reviewing code. -
If the user is planning new motion, output a motion plan instead of a table. Format:
## Motion plan: <name> - **Trigger**: <gesture/event> - **Duration**: <entrance ms> in, <exit ms> out (exit = 60% of entrance per [[duration-table]]) - **Easing**: `cubic-bezier(...)` (cite [[easing-curves]]) - **Properties**: `transform: ...`, `opacity: ...` only (per [[transform-opacity-only]]) - **Reduced motion**: <what changes when prefers-reduced-motion> (per [[prefers-reduced-motion]]) - **Related principles**: cite 2–3 real nodes like [[easing-curves]], [[duration-table]], [[stagger-choreography]]
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.
- yesterday First seen · 90 lines · 76 tokens per session scan A 731c10378ec7
motion-auditor is an agent published in the GitHub repository AgentsORG/design-engineering (21 stars, last pushed 10d ago), licensed MIT. It adds 76 tokens to every session and 1,435 once invoked, about $0.0004 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 agents, from other repositories
designer
Ornamental design specialist for historical and modern style analysis, colorblind-accessible palettes, and AI-assisted image generation using Z-Image.
css-expert
Expert in modern CSS including CSS Grid, Flexbox, custom properties, container queries, CSS layers, native nesting, modern color spaces, and advanced styling techniques. Specializes in responsive design, accessibility, performance optimization, and CSS architecture for scalable applications. Examples: Context: User…
motion-designer
Use this agent for animation and motion design — micro-interactions, page transitions, scroll-driven animation, loading states, spring physics, easing curves, and choreography. Ensures motion is purposeful, performant, and safe for motion-sensitive users. Dispatch when a design needs movement that goes beyond simple…
builder
Turn shot-plan.json into one renderable HyperFrames composition (compositions/index.html). Everything stays in the HF ecosystem — HTML is the source of truth; a single paused GSAP timeline carries all motion; the engine seeks it. Category-specific build rules live in categories/ /module.md; this file is the shared…
Transcribe
Batch audio/video transcription to SRT. Wraps /skill:video-transcription. Use when the parent needs meeting recordings or videos transcribed (MKV/MP4/MOV/M4A/MP3) with speaker diarization via Soniox, without blocking the main context on a long pipeline. Returns output paths + a short summary.
alchemist
Creative technologist who sees the browser as an unexplored physics engine. Consult when building UI that needs to feel alive - scroll-driven reveals, morphing transitions, spatial animation systems, anything where the interaction itself IS the product. Thinks in weight, tension, and breath before thinking in code.…