performance
**Only animate properties that the browser can handle on the GPU compositor thread:**
Content Preview
# Performance Reference
## The Golden Rule
**Only animate properties that the browser can handle on the GPU compositor thread:**
```
✅ SAFE (GPU composited): transform, opacity, filter, clip-path, will-change
❌ AVOID (triggers layout): width, height, top, left, right, bottom, margin, padding,
font-size, border-width, background-size (avoid)
```
Animating layout properties causes the browser to recalculate the entire page layout on every frame — this is calleHow to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/performance.md \
https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/epic-design/references/performance.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/alirezarezvani/claude-skillsThen reference at engineering-team/epic-design/references/performance.md
Related Skills
Optimizing Cache Performance
This skill enables Claude to analyze and improve application caching strategies. It optimizes cache hit rates, TTL configurations, cache key design, and invalidation strategies. Use this skill when the user requests to "optimize cache performance", "improve caching strategy", "analyze cache hit rate
skill-adapteroptimizing cache performance
by jeremylongshore · plugins-plus-skills
Profiling Application Performance
This skill enables Claude to profile application performance, analyzing CPU usage, memory consumption, and execution time. It is triggered when the user requests performance analysis, bottleneck identification, or optimization recommendations. The skill uses the application-profiler plugin to identi
skill-adapterprofiling application performance
by jeremylongshore · plugins-plus-skills
Providing Performance Optimization Advice
This skill enables Claude to provide comprehensive, prioritized performance optimization recommendations for software projects. It is triggered when the user requests performance improvements, optimization suggestions, or asks for a performance review. The skill analyzes frontend, backend, and infra
skill-adapterproviding performance optimization advice
by jeremylongshore · plugins-plus-skills
performance-optimization
Web performance optimization including bundle analysis, lazy loading, caching strategies, and Core Web Vitals
performance-optimizationperformanceoptimization
by rohitg00 · awesome-claude-toolkit