webkit-motion-polish

A set of rules for adding interface motion with the animation utilities and timing tokens from the Azion theme.

In plain words
What is it for?
Use it to review or add entrances, exits, hover feedback, active states, and overlay open or close motion in a web interface.
Why use it?
It prevents inconsistent or inaccessible animations by requiring known design tokens, short interaction feedback, inexpensive animated properties, and a reduced-motion option.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/aziontech/webkit/webkit-motion-polish
Any agent
npx skills add aziontech/webkit --skill webkit-motion-polish
Clone the repo
git clone --depth 1 https://github.com/aziontech/webkit

Made for: Claude Code, Codex.

Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,329 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00070 $0.06329
Opus 5 $0.00035 $0.03164
Sonnet 5 $0.00014 $0.01266
Haiku 4.5 $0.00007 $0.00633

Measured 2d ago against content hash f1f099fc0e5a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

webkit-motion-polish 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 2d 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.

packages/webkit/cli-templates/claude/skills/webkit-motion-polish/SKILL.md · 446 lines

How it starts

The opening of the file, as written. The whole thing — 446 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: webkit-motion-polish

Purpose

Apply motion that feels native to the design system: token-driven, fast, accessible, and limited to properties the compositor can animate cheaply. Motion should confirm an action or guide attention — never decorate.

How to use

  • /webkit-motion-polish Apply the motion constraints below to any animated UI in this conversation.
  • /webkit-motion-polish <file> Review the file's animations and output, per violation:
    • the exact line / snippet (quoted),
    • why it's wrong (1 short sentence),
    • the token-based fix.

How to find the tokens

Never guess a duration, curve, or utility name. Resolve them the same way every time:

  • Ask the webkit MCP — it lists the animate-* utilities and the duration-* / ease-* / curve tokens that ship in @aziontech/theme.
  • If a utility or token name is not one the MCP lists, it does not exist — do not invent a duration-[…] or an inline cubic-bezier.

When to invoke

  • After structure (webkit-ux-heuristics) and baseline (webkit-baseline-ui) are sound.
  • Adding entrances/exits, hover/active feedback, or overlay open/close motion.
  • The user asks to "make it smooth", "add a transition", "animate this".

Constraints

Use only the catalogued utilities

The animate-* utilities from the animation token catalog (listed by the webkit MCP) — they ship with motion-safe / motion-reduce variants:

Utility Behavior
animate-fade-in / animate-fade-out opacity in / out
animate-slide-down height 0 → auto (the one catalogued height animation — see note)
animate-popup-scale-in / animate-popup-scale-out scale + fade for popovers/menus
animate-slide-in-left / animate-slide-out-left left-anchored panel enter/leave (sidebar, nav drawer)
animate-slide-in-right / animate-slide-out-right right-anchored panel enter/leave (settings/detail drawer)
animate-blink caret/blink
animate-highlight-fade row-flash highlight

Read the full file on GitHub · 446 lines

Changes

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.

  1. 2d ago First seen · 446 lines · 70 tokens per session scan A f1f099fc0e5a

Subscribe to this mod's changes

webkit-motion-polish is a skill published in the GitHub repository aziontech/webkit (2 stars, last pushed 4d ago), licensed MIT. It adds 70 tokens to every session and 6,329 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

animate-text

Curated text animation catalog with exact JSON specs for headings, labels, counters, and text swaps. Use when an agent needs to pick or translate named effects like soft blur in, typewriter, shared axis, line reveal, stagger, crossfade, or kinetic builds into WAAPI, Motion, Framer Motion, GSAP, CSS, Lottie, Rive, or…

marvkr/better-design · 81 tokens

design-motion-principles

Expert motion and interaction design auditor based on Emil Kowalski, Jakub Krehel, and Jhey Tompkins' techniques. Use when reviewing UI animations, transitions, hover states, or any motion design work. Provides per-designer perspectives with context-aware weighting.

uiNerd16/aicanvas · 60 tokens

monorepo-management

Sets up or audits a monorepo workspace: tool selection, package naming, shared tooling, inter-package dependencies, selective CI, and versioning strategy. Invoked when the user asks to set up a monorepo, add a workspace, or manage multiple packages in a single repository.

soulcodex/agentic · 63 tokens

performance

Optimize UI performance against Core Web Vitals — LCP, INP, CLS — with loading/code-split strategy, layout-shift prevention, and animation performance rules. Use when the user wants to improve speed, fix jank or layout shift, hit Web Vitals budgets, or make a UI feel fast on low-end devices.

plugin87/ux-ui-agent-skills · 69 tokens

sigil-preset

Every custom preset MUST populate ALL 33 token categories and ALL fields.

Kevin-Liu-01/Sigil-UI · 4 tokens

sigil-scene

Author and extract .scene.tsx files for animated or stateful blocks of an apps/web page. Use when extracting a self-contained visual/animated block from a long page file (the goal is one scene per file, page composes scenes), creating a new animation/diagram block, or refactoring a god file into scene-shaped modules.…

Kevin-Liu-01/Sigil-UI · 125 tokens