performance-profiler

Installation
SKILL.md

Performance Profiler

Comprehensive performance analysis and optimization toolkit

Quick Commands

# CPU profiling
node --inspect app.js
chrome://inspect

# Memory profiling
node --expose-gc --trace-gc app.js

# Bundle size analysis
npx webpack-bundle-analyzer stats.json
Installs
4
Repository
j0kz/mcp-agents
First Seen
Jan 26, 2026
performance-profiler — j0kz/mcp-agents