web-animation-skills

web-animation-skills is a plugin for Claude Code from 2233admin/design-pipeline. Its manifest loads nothing; the 9 skills it bundles cost 949 tokens per session together, scanned A, a copy of web-animation-skills, MIT.

A collection of guidance for building animated web interfaces, including effects made with GSAP, SVG, Lottie, and CSS. It also covers small interface responses, page changes, and keeping motion smooth.

In plain words
What is it for?
Use it for animated interface elements, SVG or Lottie graphics, hover responses, page transitions, and performance-focused web animation.
Why use it?
It helps an agent choose suitable animation techniques and avoid slow or distracting results when adding motion to a website.

Plugin for Claude Code

Written for Claude Code: a Claude Code plugin manifest.

Good fit Use it for animated interface elements, SVG or Lottie graphics, hover responses, page transitions, and performance-focused web animation.

Compare 6 plugins from other repositories ↓
Install in Claude Code
/plugin marketplace add 2233admin/design-pipeline/plugin install web-animation-skills
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.

Clone the repo
git clone --depth 1 https://github.com/2233admin/design-pipeline

Made for: Claude Code.

Wrote 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.

agentmods badge for web-animation-skills

README.md
[![agentmods](https://agentmods.dev/badge/plugins/2233admin/design-pipeline/web-animation-skills/github.svg)](https://agentmods.dev/plugins/2233admin/design-pipeline/web-animation-skills)
Your own site
<a href="https://agentmods.dev/plugins/2233admin/design-pipeline/web-animation-skills"><img src="https://agentmods.dev/badge/plugins/2233admin/design-pipeline/web-animation-skills/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for web-animation-skills

Your own site · 80×15
<a href="https://agentmods.dev/plugins/2233admin/design-pipeline/web-animation-skills"><img src="https://agentmods.dev/badge/plugins/2233admin/design-pipeline/web-animation-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 9 skills cost 949 tokens a session between them.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Security

Grade A, and why

web-animation-skills 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 5d 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.

Origin

This is a copy

100% identical to web-animation-skills — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skill/references/iart-motion-skills/upstream/web-animation-skills/.claude-plugin/plugin.json · 25 lines

What it actually says

{
  "name": "web-animation-skills",
  "version": "0.1.0",
  "description": "Web animation skills for AI coding agents — GSAP, SVG, Lottie, micro-interactions, page transitions, and 60fps performance, installed straight into your agent.",
  "author": {
    "name": "iart.ai",
    "url": "https://iart.ai"
  },
  "homepage": "https://iart.ai",
  "repository": "https://github.com/iart-ai/web-animation-skills",
  "license": "MIT",
  "keywords": [
    "web-animation",
    "gsap",
    "glassmorphism",
    "svg-animation",
    "lottie",
    "micro-interactions",
    "css-animation",
    "page-transitions",
    "accessibility",
    "claude-skill"
  ]
}
Contents

What it installs

The manifest is a name and a version. 9 skills travel with it, and installing the plugin installs all of them — 949 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Files

What ships with it

1 file beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago First seen · 25 lines scan A 9a6b722de303

Subscribe to this mod's changes

web-animation-skills is a plugin published in the GitHub repository 2233admin/design-pipeline (9 stars, last pushed 6d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. It is 100% identical to web-animation-skills, differing in 0 lines, and is treated as a copy.

Related

Other plugins, from other repositories

uisandbox

Play with your app's design, right in the browser: open a built web app in UISandbox, 1:1 and with its own knobs, from the chat; try a change, verify, export the patch. Bundles the /uisandbox skill and the uisandbox MCP server.

Ideelab/uisandbox · not measured

ui-design

Craft polished user interfaces with layout grids, color systems, typography scales, responsive patterns, and visual hierarchy.

Owl-Listener/designer-skills · not measured

fluid

6 skills, 108 palettes, 53 styles, 14 layouts, a 29-rule detector, and one house motion language. The opposite of generic AI slop.

Darcos-Loft/fluid · not measured

sheleg-design

SHELEG Design methodology: cinematic scroll-driven landing pages (single scroll clock, layered degrade-to-calm motion, WebGL particle formations), a motion doctrine that decides whether to animate before it decides how, and thirty-nine pluggable visual style packs, each with a ready-made token layer …

ssheleg/sheleg-design-skill · not measured

designlang

Thirteen slash commands wrapping the designlang CLI: /extract (full design language → DTCG, Tailwind, Figma), /site (crawl a whole site → one canonical design system + consistency grade), /grade (shareable HTML report card + SVG badge), /battle (head-to-head graded comparison), /remix (restyle in 6 vocabularies …

Manavarya09/design-extract · not measured

nextjs

Official Next.js skills: adopt and optimize Cache Components, adopt Partial Prefetching, and verify runtime behavior against a running dev server.

vercel/next.js · not measured