Skip to main content
EQ
Foundry
arrow_back Back to Browse

convention-scan

Verified

Post-edit hook that scans changed files for CLAUDE.md rule violations

Installation

npx skills add mclaude95/eq-foundry -s convention-scan

Recommended — works with Claude Code, Cursor, and 40+ agents.

bolt

Performance

Optimized for speed with minimal overhead. Runs efficiently in CI and local environments.

shield

Security

Sandboxed execution with scoped permissions. No external data leaves your environment.

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