performance-optimizer
Identifies and fixes performance bottlenecks in code, databases, and APIs. Measures before and after to prove improvements.
Content Preview
--- name: performance-optimizer description: "Identifies and fixes performance bottlenecks in code, databases, and APIs. Measures before and after to prove improvements." category: development risk: safe source: community date_added: "2026-03-05" --- # Performance Optimizer Find and fix performance bottlenecks. Measure, optimize, verify. Make it fast. ## When to Use This Skill - App is slow or laggy - User complains about performance - Page load times are high - API responses are slow - Data
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/performance-optimizer.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/performance-optimizer/SKILL.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/sickn33/antigravity-awesome-skillsThen reference at skills/performance-optimizer/SKILL.md
Related Skills
new-rails-project
Generate a new Rails project named $1 in the current directory. You may reference @CLAUDE.md for general guidance, though the guidance here takes precedence.
generalnewrails
by sickn33 (Antigravity) · antigravity-awesome-skills
fixing-motion-performance
Audit and fix animation performance issues including layout thrashing, compositor properties, scroll-linked motion, and blur effects. Use when animations stutter, transitions jank, or reviewing CSS/JS animation performance.
generalfixingmotionperformance
by sickn33 (Antigravity) · antigravity-awesome-skills
odoo-performance-tuner
Expert guide for diagnosing and fixing Odoo performance issues: slow queries, worker configuration, memory limits, PostgreSQL tuning, and profiling tools.
generalodooperformancetuner
by sickn33 (Antigravity) · antigravity-awesome-skills
performance-profiling
Performance profiling principles. Measurement, analysis, and optimization techniques.
generalperformanceprofiling
by sickn33 (Antigravity) · antigravity-awesome-skills