fixing-motion-performance
Optimizes UI animation performance by reviewing code for layout thrashing, paint issues, and scroll-linked jank.
Install
npx skills add https://github.com/ibelick/ui-skills --skill fixing-motion-performanceStats
| Total installs | 7,281 |
| Weekly installs | 7.3K |
| GitHub stars | 1.1K |
| First seen | Jan 22, 2026 |
| Source | @ibelick/ui-skills |
Summary
- Covers nine rule categories by priority: never patterns, mechanism selection, measurement batching, scroll-linked motion, paint optimization, layer promotion, blur/filter constraints, view transitions, and tool boundaries
- Provides file-level review mode that identifies violations with exact line quotes, impact explanation, and concrete code fixes
- Includes FLIP-style transition patterns, scroll timeline alternatives to JS polling, and guidance on batching DOM reads before writes
- Applies constraints within existing animation stacks without forcing library migrations
Tags
Related skills
| Skill | Installs | vs fixing-motion-performance |
|---|---|---|
| flutter-expert | 6,969 | -312 |
| postgresql-code-review | 8,078 | +797 |
| power-bi-dax-optimization | 7,461 | +180 |
| solidity-security | 5,669 | -1,612 |
| pnpm | 7,562 | +281 |
FAQ
- How many installs does fixing-motion-performance have?
- fixing-motion-performance has 7,281 total installs and 7.3K installs this week.
- Where is fixing-motion-performance hosted?
- fixing-motion-performance is published by @ibelick/ui-skills at https://github.com/ibelick/ui-skills.
- How many GitHub stars does fixing-motion-performance have?
- fixing-motion-performance has 1.1K GitHub stars.
- When was fixing-motion-performance first indexed?
- OrangeBot.AI first indexed fixing-motion-performance on Jan 22, 2026.
- How do I install fixing-motion-performance?
- Run: npx skills add https://github.com/ibelick/ui-skills --skill fixing-motion-performance