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 skills/lengros/bennu/motionnpx skills add Lengros/bennu --skill motiongit clone --depth 1 https://github.com/Lengros/bennuWrote 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/skills/lengros/bennu/motion)<a href="https://agentmods.dev/skills/lengros/bennu/motion"><img src="https://agentmods.dev/badge/skills/lengros/bennu/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.00227 | $0.04486 |
| Opus 5 | $0.00113 | $0.02243 |
| Sonnet 5 | $0.00045 | $0.00897 |
| Haiku 4.5 | $0.00023 | $0.00449 |
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 — 387 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/motion — how UI should move
This skill owns the layer none of the other design skills cover: how an element should
move once it's on screen. /design commits a static look, /prototype wires a clickable
flow, /diagram draws structure — none of them tell you whether a dropdown should use
ease-out or a custom curve, how long a drawer should take, or why an entrance from
scale(0) looks broken. That motion-craft gap is what this fills.
Core principle: Good motion is mostly subtraction and exact values, not flourish. The agent's default failure isn't "too little animation" — it's animating the wrong things, with weak built-in easings, wrong durations, and wrong origins. The aggregate of small invisible correctness (right easing, right timing, right origin, interruptible, GPU-only) is what makes an interface feel expensive. The catalog below is that aggregate.
Attribution. Adapted from Emil Kowalski's design-engineering philosophy (animations.dev) — ex-Vercel/Linear, author of Sonner and Vaul. Ported into Bennu 2026-06-20.
Scope in Bennu — which advice applies where:
/prototype(vanilla, no framework): the CSS sections apply directly — custom easing variables,transitionvs@keyframes,@starting-style,clip-path, WAAPI, transforms.- Production web (a React app): also use the React / Framer Motion (Motion) and
Radix/Base-UI sections —
useSpring, hardware-acceleration caveat,prefers-reduced-motionhooks. - Pairs with
/review-motion: this skill is the knowledge;/review-motionis the binding reviewer that checks code against it.
Core philosophy
Taste is trained, not innate
Good taste is a trained instinct: the ability to see what elevates and recognize what cheapens. When building UI, don't just make it work — study why the best interfaces feel the way they do. Reverse-engineer animations, inspect interactions, be curious.
Unseen details compound
Most details users never consciously notice — that is the point. When something functions exactly as assumed, they proceed without a second thought. Every rule below exists because the aggregate of invisible correctness creates interfaces people love without knowing why.
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 · 387 lines · 0 tokens per session scan A 545652263baf
motion is a skill published in the GitHub repository Lengros/bennu (2 stars, last pushed 1mo ago), licensed MIT. It adds 227 tokens to every session and 4,486 once invoked, about $0.0011 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-31.
Other skills, from other repositories
frontend-design
Produce intentional, responsive, accessible UI work and perform visual QA instead of generic component assembly.
web-design
Penguin visual language for generated web pages and app UIs — GitHub-style simplicity with a single blue accent, light and pure-black dark themes, design tokens, component and chat-interface recipes, plus an opt-in warm paper editorial theme.
penguin-harness-frontend
Use when changing the PenguinHarness Web App (packages/web) — adding or restyling any UI, picking a status colour, adding an icon, laying out a row or a form field, writing user-facing copy, or building a popup. Covers the semantic tone tokens, the icon size/stroke/gap scale, the semantic-versus-formatting rule for…
ui-craft
Design, build, redesign, or modify browser-visible web interfaces with product-quality composition, visual systems, interaction states, responsive behavior, accessibility, and browser visual QA. Use for HTML, CSS, JavaScript, React, Vue, or Svelte pages and components, landing pages, dashboards, admin tools, settings…
ui-animation
Designs, implements, reviews, debugs, and reverse-engineers UI motion, and finds where an interface is missing it: CSS transitions, keyframes, springs, gestures, drag, easing, timing, framer-motion, and animation curves from screen recordings. Use when asked to "add animations", "make this feel smooth", "review my…
ui-design
Designs, builds, and audits UI in React, Next, and Tailwind: visual direction, Tailwind implementation, dark-mode and responsive retrofits, and a rule-based audit of built frontends covering state gaps, data loss, focus and keyboard failures, accessibility markup, layout resilience, and AI-slop tells, with file:line…