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.md

Skill 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-skills

Then reference at skills/performance-profiling/SKILL.md

Related Skills