# Performance Profile

> Performance profiling and bottleneck detection for Node.js, Python, and browser apps

- Skill: `manastalukdar/performance-profile` (Agent Skill)
- Install (CLI): `npx skillmds@latest add manastalukdar/performance-profile`
- Raw SKILL.md: https://api.skillmd.com/api/skills/manastalukdar/performance-profile/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: manastalukdar (https://skillmd.com/u/manastalukdar)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/manastalukdar/performance-profile

---


# Performance Profiling & Bottleneck Detection

I'll profile your application to identify performance bottlenecks and provide optimization recommendations.

**Supported Environments:**
- Node.js profiling (--inspect, clinic.js)
- Browser performance (Chrome DevTools)
- Python profiling (cProfile, line_profiler)
- Bottleneck identification
- Memory leak detection
- Optimization recommendations

**Arguments:** `$ARGUMENTS` - optional: `node|python|browser` or specific file/route to profile

---

## Token Optimization

**Expected range**: 400–2,500 tokens (initial), 200 tokens (cache hit)

**Caching**: Caches runtime detection in `.claude/cache/performance-profile/runtime.json` for 7 days. Invalidated when `package.json` changes.

**Early exit**: Returns immediately if the profiling environment is already configured.

**Patterns used**: Grep-before-Read, early exit, Bash for system queries, caching

