Component Flattening Analysis

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).

onfire7777 0aa29c2 3 files · 37.7 KB Updated

File contents

onfire7777/universal-ai-skills-library/tree/main/skills/component-flattening-analysis commit 0aa29c2d04

Frequently asked questions

npx skillmds@latest add onfire7777/component-flattening-analysis