perfup
SolidAutonomous performance optimization: research, PoC, benchmark, implement, review, PR
Install
Quality Score: 86/100
Skill Content
Details
- Author
- raullenchai
- Repository
- raullenchai/Rapid-MLX
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- NOASSERTION
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
perfup
Autonomous performance optimization: research, PoC, benchmark, implement, review, PR
perf
Measurement-first performance work — define the budget and metric, measure a reproducible baseline, profile to find the REAL hotspot, fix the biggest lever first (algorithmic > batching/caching > micro), re-measure after every single change, stop at the budget. TRIGGER when: something is slow, memory-hungry, or the user wants it faster/cheaper ("optimize", "why is this slow", "speed this up", "reduce latency/memory"). DO NOT TRIGGER when: it's a correctness bug that happens to involve time (timeout because of a hang → /diagnose), or a whole-codebase perf *audit* with no target metric (use the performance-analyzer agent directly).
perf
Performance analysis and optimization workflow