AgentSkillsRepo

component-refactoring

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.

127,824 stars19,916 forks

Tags

aigptllmopenaipythonragorchestrationgpt-4agentnextjs

Category

ai
Download Skill
Get the SKILL.md file to use in your agent
Agent Discovery
Machine-readable endpoints for automated agents

Skill JSON (Schema.org)

/api/marketplace/skills/dify-component-refactoring.json

Fetch snippet

fetch('https://openagent-kzqseeze.manus.space/api/marketplace/skills/dify-component-refactoring.json').then(r=>r.json())