This is a measure-first React Native performance workflow that refuses to let you guess. It runs ESLint with RN-specific rules to catch mechanical issues, sweeps for semantic problems like missing memoization or bad list keys, then profiles the actual app to find real bottlenecks. The profiling phase delegates to argent-react-native-profiler for React and native traces, analyzes the hottest components, fixes the top offender, and re-measures to confirm improvement. It enforces one architectural fix per cycle and batches mechanical changes, so you always know what moved the needle. Honest approach: if React Compiler is enabled, it won't suggest useMemo wrapping unless the profiler proves the compiler bailed out.
npx -y skills add software-mansion/argent --skill argent-react-native-optimization --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar