agentsclimarketplace

Motion performance

Skill sarveshsea/design-skills/skills/motion-performance

Practical design judgment for AI coding agents: 78 installable skills for craft, research, generation, Figma, and Memoire.

Install
npx -y skills add sarveshsea/design-skills --skill motion-performance

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Motion performance pack for 60fps UI animation, reduced-motion fallbacks, render budget checks, and video export QA.

SKILL.md

1.2 KB, as published. Nobody here has run it

Motion Performance

Use this Note to keep UI motion and generated video projects fast, accessible, and renderable.

Checks

  • Animate transform and opacity first; treat layout and paint-heavy properties as exceptions that need proof.
  • Route shader, dither, particle, and custom GPU effects to shader-design-engineering; use creative-rendering-audit for named-device profiling, fallback verification, and a scored rendering verdict.
  • Define fixed dimensions, fps, and duration for video projects before render.
  • Keep text within safe crop zones for 16:9, 9:16, and square variants.
  • Add reduced-motion alternatives for UI surfaces that embed generated motion.
  • Validate exported artifacts for existence, size, and playable MIME type before surfacing a download.

Backend Rules

  • Render concurrency should default to one job per Studio runtime.
  • Download and render queues need explicit failed states and retry-safe records.
  • Use checksums for downloaded Note archives and never run scripts while installing a Note.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.