sk Skill · iceinvein
cohesion-analyzer
Use when a module, class, or file is doing "too many things", when a file keeps growing and accumulating unrelated responsibilities, when you can't name what a module does in one sentence without using "and", or when test setup requires mocking unrelated concerns. Trigger on "this file is a mess", "what does this class even do?", or when reviewing oversized modules. NOT for interactions between modules, whether the…
Open on skills.sh ↗read 2026-09-19
- installs 8w
- 0
- 30-day movement
- starts with the next reading
- Related entries
- 1
- Connections
- 0
TypeScript
- Host repository
- iceinvein/agent-skills
- Host language
- TypeScript