Coupling

Orthogonality / module-coupling audit. Asks the Pragmatic Programmer's central orthogonality question — "if I change feature X, how many modules light up?" — and surfaces the answer with mechanical evidence. Finds circular imports, cross-layer architecture violations, centralization magnets (large file × high fan-in), hidden coupling via git file-co-change patterns, and wildcard / dead imports. Use as a periodic full-codebase sweep (monthly, or before launches that grow surface area), or after a wholesale architectural refactor.

Surfrrosa a706008 16.0 KB Updated

File contents

Surfrrosa/claude-skills/tree/main/coupling commit a706008236

Frequently asked questions

npx skillmds@latest add surfrrosa/coupling