layer-audit
Installation
SKILL.md
Layer Architecture Audit
Finds imports that violate the layered architecture boundary rules enforced by import-x/no-restricted-paths in eslint.config.ts.
Layer Hierarchy (bottom to top)
renderer (top -- can import from all lower layers)
^
workbench
^
platform
^
base (bottom -- cannot import from any upper layer)
Each layer may only import from layers below it.