bytech-leads-club· 56 skills
Detects misplaced classes and fixes component hierarchy problems — finds code that should belong inside a component but sits at the root level. Use when asking "clean up component structure", "find orphaned classes", "fix module hierarchy", "flatten nested components", or analyzing why namespaces have misplaced code. Do NOT use for dependency analysis (use coupling-analysis) or domain grouping (use domain-identification-grouping).
$npx -y skills add tech-leads-club/agent-skills --skill component-flattening-analysisInstalls into the current project.
Run `npx skills use "https://github.com/tech-leads-club/agent-skills" --skill "tech-leads-club/agent-skills/component-flattening-analysis"` 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/tech-leads-club/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/tech-leads-club/agent-skills"` and select the relevant skills, then follow their instructions.