remotion-best-practices
Best practices for creating videos with React and Remotion.

Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component --json` shows complexity > 50 or lineCount > 300, when the user asks for code splitting, hook extraction, or complexity reduction, or when `pnpm analyze-component` warns to refactor before testing; avoid for simple/well-structured components, third-party wrappers, or when the user explicitly wants testing without refactoring.
npx skills add langgenius/difyBest practices for creating videos with React and Remotion.

Provides React and Next.js performance optimization guidelines from Vercel Engineering.

A skill for applying React composition patterns that scale, useful for refactoring components and building flexible libraries.

A skill for systematic debugging to identify and resolve bugs or unexpected behaviors before proposing fixes.

Best practices for React Native and Expo app development, focusing on performance and native module integration.
