Overview
convention-scan is a post-edit hook that reads CLAUDE.md rules and checks each modified file for violations — wrong import paths, banned patterns, naming mismatches — surfacing issues before they reach review.
When to Use
Install on projects with strict coding conventions where drift is a common source of review feedback.
Usage Examples
Runs automatically after every file edit. Reports violations inline with the file and line number.
Configuration
Reads rules from CLAUDE.md in the project root. Supports ignore patterns via .conventionignore.
Installation
npx skills add mclaude95/eq-foundry -s convention-scan