Skill for Vue/React refactoring driven by VHO analysis

1 pointsposted 14 hours ago
by huali

1 Comments

huali

3 hours ago

I just shipped variable community detection using Label Propagation to identify which variables and methods naturally belong together. Instead of guessing refactoring boundaries, the tool now visualizes tightly-coupled groups that should be extracted as Composables/Hooks.

Works with Vue 3 and React. Install via VS Code extension, playground, or MCP server. Includes refactoring skills to guide the actual extraction process.

Dependency graphs + community analysis = clearer path to clean architecture.