Refactor high-complexity React components in Langflow frontend. Use when manual complexity assessment shows complexity > 50 or lineCount > 300, when the user asks for code splitting, hook extraction, or complexity reduction; avoid for simple/well-structured components, third-party wrappers, or when the user explicitly wants testing without refactoring.
$npx -y skills add lien0219/openxflow --skill component-refactoringInstalls into the current project.
Run `npx skills use "https://github.com/lien0219/openxflow" --skill "lien0219/openxflow/component-refactoring"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lien0219/openxflow" that are relevant to the current task. Run `npx skills add "https://github.com/lien0219/openxflow"` and select the relevant skills, then follow their instructions.