This generates structured refactor plans when you're staring at a 500-line component wondering where to start. It walks you through identifying problems like prop drilling and performance issues, then breaks the work into testable phases: stabilize with tests first, extract components, simplify state, then polish. The approach is methodical, suggesting specific patterns like compound components and memoization, plus risk mitigation through feature flags and rollback plans. It's opinionated about done criteria (80% coverage, 95+ accessibility score), which is helpful when stakeholders ask "are we done yet?" Most useful when inheriting messy code or when your team needs alignment on how to tackle a gnarly refactor without breaking production.
npx -y skills add patricio0312rev/skills --skill frontend-refactor-planner --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