What problem does it solve?
This Skill resolves messy, stale repositories by archiving obsolete artifacts, correcting inaccurate documentation, and removing dead code while keeping the project’s behavior unchanged.
Core Features & Use Cases
- Archive stale files safely: Moves one-time scripts, superseded drafts, and temporary scratch files into an archive only after confirming they are not referenced by active code.
- Update documentation with factual accuracy: Fixes stale counts, file references, module maps, and outdated status sections without rewriting documentation style or adding new sections.
- Tidy codebase hygiene: Detects unused imports, unreferenced modules, orphaned fixtures, and large non-TODO commented-out blocks, while avoiding dynamic/plugin entrypoints and runtime registrations.
Quick Start
Run the tidy skill with an optional scope like: "Execute tidy for docs-only changes to refresh README and documentation counts and references."