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/alwkala/tidyfactor-design/motiongit clone --depth 1 https://github.com/alwkala/tidyfactor-designWrote 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/alwkala/tidyfactor-design/motion)<a href="https://agentmods.dev/commands/alwkala/tidyfactor-design/motion"><img src="https://agentmods.dev/badge/commands/alwkala/tidyfactor-design/motion.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 | $0.00000 | $0.00792 |
| Opus 5 | $0.00000 | $0.00396 |
| Sonnet 5 | $0.00000 | $0.00158 |
| Haiku 4.5 | $0.00000 | $0.00079 |
Grade A, and why
motion 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 4d 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 — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Command: motion — Shared Animation, Choreography & Micro-Delight
Runtime entry point for configuring global motion tokens, scroll-reveals, and micro-delight interactions in motion.js and interactions.js.
4-Tier Whimsy & Micro-Interaction Taxonomy
Incorporate purposeful micro-interactions across 4 operational tiers to give prototypes distinct brand character without sacrificing usability or accessibility:
- Tier 1: Subtle Whimsy (Default UI Feedback)
- Micro-lifts on hover (
transform: translateY(-2px)), smooth button scale on click, subtle focus ring glows. - Defined in
tokens.cssandcomponents.css.
- Micro-lifts on hover (
- Tier 2: Interactive Whimsy (Task Celebrations)
- Sparkle animation on form validation, smooth checkmark draw on task completion, progress step rewards.
- Defined in
interactions.js.
- Tier 3: Discovery Whimsy (Exploration Rewards)
- Subtle Easter eggs, custom keyboard shortcuts (
⌘+K,?modal), hidden theme toggles.
- Subtle Easter eggs, custom keyboard shortcuts (
- Tier 4: Contextual Whimsy (Charming Microcopy & States)
- Playful empty states with micro-illustrations, empathetic 404 error states, animated loading dot pulses.
Advanced Motion Recipes & Fixed Z-Stack Layers
Fixed Z-Stack Background Layers
Implement 5 persistent background layers behind page content for ambient depth:
#ambient— Fullscreen background color, GSAP-tweened per section (onEnter/onEnterBack).#glow— Soft radial lighting; opacity animates based on active section.#vignette— Subtle edge darkening to direct visual focus toward center.#grain— SVG fractal noise data-URI film grain overlay with low opacity.#progress— Thin accent scroll-progress bar fixed at top of viewport.
Ambient Section Background Color Tweening
ScrollTrigger.create({
trigger: section,
onEnter: () => gsap.to('#ambient', { backgroundColor: section.dataset.ambient, duration: 1.1 }),
onEnterBack: () => gsap.to('#ambient', { backgroundColor: section.dataset.ambient, duration: 1.1 })
});
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.
- 4d ago First seen · 63 lines · 0 tokens per session scan A 80b95ea78616
motion is a command published in the GitHub repository alwkala/tidyfactor-design (5 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 792 tokens. 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-31.
Other commands, from other repositories
github-issue
Create a GitHub issue from a natural language description.
test
Hello world test command.
color-palette
Run the full colour workflow — tonal scales, semantic mapping, contrast checks, dark mode, and chart colours — and output a documented palette.
responsive-audit
Audit a design's responsive behaviour across breakpoints — layout, touch targets, and content reflow.
motion-design
Design micro-interactions, transitions, and animation systems for UI components or full pages.
ux-motion
Animation and motion rubric. Checks timing, easing, meaning, reduced-motion compliance, and performance for every animation on a surface. Triggers on "motion check", "are the animations good", or "fix the motion". Use when auditing motion or animations, checking durations / easing / reduced-motion / performance, is…