{
  "markdown": "# Easing Wizard — Claude Code Plugin\n\nEasing Wizard helps developers replace generic CSS easing defaults with professional motion design curves. It provides 7 MCP tools for generating Bezier, Spring, Bounce, Wiggle, and Overshoot curves with 68 presets covering common UI patterns. Output includes CSS (cubic-bezier/linear()), Tailwind classes, and interactive preview links. Three skills let you describe an animation feel and get a curve recommendation, scan files to upgrade default easings, or audit your entire project for animation improvements. An animation expert agent provides motion design advice grounded in perceptual psychology.\n\n## Installation\n\nThe plugin is published in the `claude-community` marketplace. In Claude Code:\n\n```\n/plugin marketplace add anthropics/claude-plugins-community\n/plugin install easing-wizard@claude-community\n```\n\nOr from your terminal:\n\n```bash\nclaude plugin marketplace add anthropics/claude-plugins-community\nclaude plugin install easing-wizard@claude-community\n```\n\nThen run `/reload-plugins` (or restart Claude Code) to activate it.\n\n## Use Cases\n\n1. **Describe the feel, get the curve.** A developer types `/easingwizard:recommend-curve snappy dropdown menu` and receives a Spring SNAP preset recommendation with ready-to-paste CSS, a Tailwind utility class, and a visual preview link — no manual curve tweaking needed.\n2. **Upgrade easings in existing code.** A developer points `/easingwizard:improve-easings` at a component file full of `transition: all 0.3s ease`. The plugin analyzes each transition's context (hover state, modal entrance, toggle) and replaces browser defaults with matched professional curves directly in the file.\n3. **Audit an entire project's animations.** Running `/easingwizard:audit-easings` scans all CSS, SCSS, and Tailwind files across the codebase, identifies every animation using default or missing easings, and produces a prioritized report with specific preset suggestions and preview links for each finding.\n\n## Skills\n\n- `/easingwizard:recommend-curve` — Describe the feel you want, get a curve recommendation with CSS + Tailwind output and a preview link\n- `/easingwizard:improve-easings` — Add or improve easing in your CSS/Tailwind code\n- `/easingwizard:audit-easings` — Scan your project for animation improvements\n\nClaude also automatically suggests appropriate easing curves when you're writing CSS transitions or animations (via the `easing-advice` skill).\n\n## MCP Tools\n\n7 tools for generating Bezier, Spring, Bounce, Wiggle, and Overshoot curves with CSS and Tailwind output.\n\n## Animation Expert Agent\n\nA specialist agent with deep knowledge of motion design principles and perceptual psychology, automatically consulted for animation questions.\n",
  "bytes": 2744,
  "sha": "5095bcad4da79e71156647bec4fd43c735419358530efa303907f1821d65db6f",
  "repo_slug": "roydigerhund/easingwizard-claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_roydigerhund_easingwizard_claude_plugin__95fb6be0/readme"
}