Live data from Hacker News

Skill for Vue/React refactoring driven by VHO analysis

github.com

1–2 of 2 posts

Re: Skill for Vue/React refactoring driven by VHO analysis

#2
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.