A skill, sketched
---
name: de-barrel
description: Remove barrel imports across the codebase, one file at a time.
---
1. Invoke @barrel-import-auditor. Get the table.
2. For each row, top-to-bottom:
- Open the file.
- Replace the barrel import with the direct import the auditor suggested.
- Save. The hook will reject any remaining barrels — fix, don't bypass.
3. Run `pnpm typecheck`. If clean, summarise rows touched.
Auditor finds. Skill drives. Hook guards. Three layers, one job.