What problem does it solve?
This Skill helps identify bloated codebases where semantic duplicates and unnecessary wrapper modules increase maintenance costs, inconsistency, and navigation complexity without making changes itself.
Core Features & Use Cases
- Semantic Duplicate Detection: Catalog exported functions, group them by domain, and compare their implementations to find code serving the same intent under different names.
- Module Deepening Analysis: Identify thin wrappers and pass-through layers that add complexity without meaningful responsibility.
- Refactoring Guidance: Produce evidence-based findings with recommended fixes while requiring tests, caller updates, and a clean rerun before consolidation.
- Use Case: Before a refactor, audit utility, validation, formatting, and API-shaping code to find duplicated behavior and shallow abstractions that should be consolidated or deepened.
Quick Start
Use the codebase-hygiene skill to audit this repository for semantic duplicates and shallow modules, then report prioritized findings without modifying files.