AI AGENT ADDONS
Debugging
1,831installs

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.

Add Performance skill to your workflow

Global

mkdir -p ~/.claude/skills/performance

Project

mkdir -p .claude/skills/performance

Source Repository

Stars
5
Forks
1
Watchers
5
License
Apache-2.0
Last Push
25 days ago
Created
4 months ago