Audits whether your project's folder structure actually matches your intended architecture. Checks framework placement conventions, domain and layer organization, and junk drawer directories like utils or helpers that accumulate unrelated code. Uses two-layer detection to avoid false positives in small projects or mixed layouts. Emits actionable findings like MOVE_MODULE or SPLIT_JUNK_DRAWER with severity and effort estimates, calculates a compliance score, and writes a structured report. It won't move files, just tells you where structure drift is making your architecture harder to navigate or enforce. Useful when you suspect the physical layout has wandered from the architectural vision.
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-646-project-structure-auditor