podo/design-agent-skills

fixing-motion-performance

Audits and fixes animation performance issues including layout thrashing, compositor properties, scroll-linked motion, and blur effects. Guides developers to smooth, GPU-accelerated animations that avoid jank.

First seen May 23, 2026

Installation

$ npx skills add podo/design-agent-skills --skill fixing-motion-performance

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from podo/design-agent-skills · top by installs.

npx skills add podo/design-agent-skills

Browse all from podo/design-agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Declared

Repository health

Stars 8
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code cursor opencode

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,969 B
  • docs SUMMARY.md 242 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 91 installs

SKILL.md

fixing-motion-performance

Catalogue stub — full skill: ibelick/ui-skills

Decision tree

Run this before any motion performance audit:

  1. Is the full skill already installed?

Check: ~/.design-agent-skills/skills/fixing-motion-performance/SKILL.md exists AND does NOT contain a das: block. - Yes → invoke fixing-motion-performance and proceed - No → go to step 2

  1. Do you have shell access?

- Yes → run the install command below, then invoke the skill - No → show the install command; in Claude Code, send it as a chat message starting with ! — add -g for global install or omit for project-only

Install command

npx skills add ibelick/ui-skills --skill fixing-motion-performance

Or per-agent:

  • Claude Code: claude skills add ibelick/ui-skills
  • Cursor/OpenCode: npx skills add ibelick/ui-skills --skill fixing-motion-performance

Invoke after install

  • Skill name: fixing-motion-performance
  • Trigger phrases: "motion performance", "animation performance", "layout thrashing", "compositor properties"

What it does

Audits animations for layout thrashing, incorrect compositor property usage, scroll-linked motion anti-patterns, and expensive blur effects. Provides concrete fixes to move animations onto the GPU and eliminate frame drops for smooth, production-grade motion.