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/random6913/claude-code-superkit/frontend-ui-motion-reviewernpx skills add RaNDoM6913/claude-code-superkit --skill frontend-ui-motion-reviewergit clone --depth 1 https://github.com/RaNDoM6913/claude-code-superkitWrote 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/random6913/claude-code-superkit/frontend-ui-motion-reviewer)<a href="https://agentmods.dev/skills/random6913/claude-code-superkit/frontend-ui-motion-reviewer"><img src="https://agentmods.dev/badge/skills/random6913/claude-code-superkit/frontend-ui-motion-reviewer.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.00039 | $0.01172 |
| Opus 5 | $0.00019 | $0.00586 |
| Sonnet 5 | $0.00008 | $0.00234 |
| Haiku 4.5 | $0.00004 | $0.00117 |
Grade A, and why
frontend-ui-motion-reviewer 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 — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Frontend UI Motion Reviewer
Activates on: transition / @keyframes / animation / useSpring / AnimatePresence / motion.* additions · new cubic-bezier tokens · user asks about motion/animation/transition/easing/duration/spring while UI files active.
Phase 0: Context
- Read
AGENTS.mdorCLAUDE.md— product, motion library in use, use frequency - Establish exposure frequency:
- 100+×/day (keyboard shortcuts, main nav toggles) → NO animation
- Tens×/day (hovers, tab switches) → remove/reduce to <100ms
- Occasional (modals, drawers, page transitions) → standard
- Rare (onboarding, celebration) → can be expressive
Phase 1: Apply the 4 Questions
Q1: Should this animate?
- Keyboard-initiated? → WARNING, propose removing
- High-exposure? → SUGGESTION to reduce/remove
Q2: What's the purpose?
Valid: spatial consistency · state indication · explanation · feedback · preventing jarring change. If none fit → WARNING "no clear purpose".
Q3: What easing?
| Kind | Correct |
|---|---|
| Entering/exiting screen | ease-out or custom fast-to-slow |
| On-screen morph/move | ease-in-out |
| Hover / color change | ease (CSS default OK) |
| Marquee / progress / spinner | linear |
ease-inon UI → CRITICAL (delays start; use ease-out)- CSS default ease-out too weak; use custom constants:
--ease-out: cubic-bezier(0.23, 1, 0.32, 1);
--ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
--ease-drawer: cubic-bezier(0.32, 0.72, 0, 1); /* iOS drawer */
--ease-snappy: cubic-bezier(0.2, 0.8, 0.2, 1); /* buttons, tooltips */
Q4: How fast?
| Element | Duration |
|---|---|
| Button press feedback | 100–160ms |
| Tooltip / small popover | 125–200ms |
| Dropdown / select | 150–250ms |
| Tab / section transition | 180–300ms |
| Modal / drawer | 200–500ms |
| Toast slide | 200–350ms |
| SPA page transition | 300–500ms |
| Marketing / onboarding | 500–2000ms+ |
-
300ms on standard UI → WARNING · >500ms on non-marketing → CRITICAL
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 · 106 lines · 39 tokens per session scan A 6d326a626d50
frontend-ui-motion-reviewer is a skill published in the GitHub repository RaNDoM6913/claude-code-superkit (2 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 1,172 once invoked, about $0.0002 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
apm-review-panel
Use this skill to run a multi-persona expert advisory review on a labelled pull request in microsoft/apm. The panel fans out to five mandatory specialists plus a test-coverage specialist (active on every PR that touches src/) plus three conditional specialists (auth, doc-writer, performance-expert), all running in…
apm-issue-autopilot
Use this skill to drive any open microsoft/apm issue (bug, feature, docs, refactor, perf) from raw intake to a mergeable PR with triage as the central, paramount gate. Run the apm-triage-panel rubric per issue first, then present ONE consolidated triage review for the whole batch and escalate to the maintainer BY…
apm-triage-panel
Use this skill to triage one microsoft/apm issue selected by the daily sweep, the status/needs-triage fast path, or manual dispatch. Emit one synthesized comment with a decision, label set, exact milestone, and suggested next action.
cli-logging-ux
Use this skill when editing or creating CLI output, logging, warnings, error messages, progress indicators, or diagnostic summaries in the APM codebase. Activate whenever code touches console helpers (richsuccess, richwarning, richerror, richinfo, richecho), DiagnosticCollector, STATUSSYMBOLS, CommandLogger, or any…
cut-release
Use this skill to cut an APM release from the current worktree: assess whether the cycle since the last tag warrants a patch or minor bump (semver discipline against the merged-since-last-tag diff), sanitize the [Unreleased] CHANGELOG block into a dated version block with one concise "so what" entry per merged PR…
docs-sync
Use this skill whenever a pull request is opened, reopened, or synchronized in microsoft/apm to assess whether and how the documentation corpus must change to stay truthful with the proposed code change. Activate even when the PR title or body says nothing about docs -- the skill must run on every PR to detect silent…