Performance optimization helps you make your code run faster and use fewer resources. You learn how to find the parts of your program that are slowing things down. You also discover which changes give you the biggest speed boost.
Before you start, you need to measure your code. Guessing is a waste of time. Use tools like profilers and benchmarks to see exactly where the slowdowns are. Then you can choose the best fix, like changing your algorithm or reducing memory allocation.
This skill shows you how to avoid common mistakes. You will learn to balance speed against complexity and memory use. The goal is to make your programs faster without making them harder to understand.
Global
mkdir -p ~/.claude/skills/m10-performanceProject
mkdir -p .claude/skills/m10-performanceSource Repository
Azure Diagnosticsmicrosoft/azure-skills
Debug Azure production issues with systematic diagnostics and AI-powered tools
Azure Messagingmicrosoft/azure-skills
Troubleshoot and fix Azure messaging SDK errors for Event Hubs and Service Bus
Use My Browserxixu-me/skills
Work inside your live browser session for real page inspection and debugging
Diagnosemattpocock/skills
A step-by-step debug loop for finding and fixing hard bugs
Diagnosing Bugsmattpocock/skills
Build a tight feedback loop to find any bug fast
Systematic Debuggingobra/superpowers
Find the root cause of every bug before attempting any fix to save time
Safe Debuglllllllama/rigorpilot-skills
Debug deep learning failures safely with conservative diagnosis and minimal patches
Firebase Crashlyticsfirebase/agent-skills
Set up crash reporting for your Android or iOS app with ease