← ClaudeAtlas

perf-opslisted

Performance profiling and optimization orchestrator - diagnoses symptoms, dispatches skill-preloaded profiling agents, manages before/after comparisons. Triggers on: performance, profiling, flamegraph, pprof, py-spy, clinic.js, memray, heaptrack, bundle size, webpack analyzer, load testing, k6, artillery, vegeta, locust, benchmark, hyperfine, criterion, slow query, EXPLAIN ANALYZE, N+1, caching, optimization, latency, throughput, p99, memory leak, CPU spike, bottleneck.
0xDarkMatter/claude-mods · ★ 22 · AI & Automation · score 74
Install: claude install-skill 0xDarkMatter/claude-mods
# Performance Operations Orchestrator for cross-language performance profiling and optimization. Classifies symptoms inline, dispatches profiling to general-purpose agents preloaded with the relevant language `-ops` skill (background), and manages optimization with confirmation. ## Architecture ``` User describes performance issue or requests profiling | +---> T1: Diagnose (inline, fast) | +---> Classify symptom (decision tree) | +---> Detect language/runtime from project | +---> Check installed profiling tools | +---> Determine production vs development | +---> Gather system baseline (CPU/mem/disk) | +---> Present: diagnosis + recommended profiling approach | +---> T2: Profile (dispatch general-purpose + skill preload, background) | +---> Select skill preload from routing table | +---> Build perf-focused dispatch prompt | +---> Agent runs profiler, collects data, interprets results | | +---> Fallback: tool commands inlined (no skill preload) | +---> Returns: findings + bottleneck identification + suggestions | | | +---> [Optional parallel dispatch]: | +---> CPU profiling agent ---+ | +---> Memory profiling agent --+--> Consolidate findings | +---> Baseline benchmark ------+ | +---> T3: Optimize (dispatch general-purpose + skill preload, foreground + confirm)