Performance problems can make an app feel slow and frustrating. This skill helps you find and fix those issues in a Flows app. It looks for things like unnecessary re-renders, slow queries, and memory leaks.
You do not need to guess what is wrong. The skill measures the app before any changes. Then it applies fixes like using useMemo and useCallback, rewriting queries to use faster APIs, and adding pagination. Every fix is checked against the original measurement to make sure it really helps.
Anyone building a Flows app can use this skill. It makes the app faster and more responsive for users.
Global
mkdir -p ~/.claude/skills/performanceProject
mkdir -p .claude/skills/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
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
Python Performance Optimizationwshobson/agents
Profile and optimize Python code to find and fix performance bottlenecks quickly