performance-profiling
Performance profiling principles. Measurement, analysis, and optimization techniques.
Content Preview
--- name: performance-profiling description: "Performance profiling principles. Measurement, analysis, and optimization techniques." risk: unknown source: community date_added: "2026-02-27" --- # Performance Profiling > Measure, analyze, optimize - in that order. ## 🔧 Runtime Scripts **Execute these for automated profiling:** | Script | Purpose | Usage | |--------|---------|-------| | `scripts/lighthouse_audit.py` | Lighthouse performance audit | `python scripts/lighthouse_audit.py https:/
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/performance-profiling.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/performance-profiling/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-profiling/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-optimizer
Identifies and fixes performance bottlenecks in code, databases, and APIs. Measures before and after to prove improvements.
generalperformanceoptimizer
by sickn33 (Antigravity) · antigravity-awesome-skills