First release. Two TDD-authored Agent Skills, packaged as a Claude Code plugin marketplace.
Skills
- unifying-projects — consolidate duplication by the "do these change for the same reason?" judgment; coincidental look-alikes stay separate (duplication is cheaper than the wrong abstraction).
- cleaning-up-projects — remove cruft only when provably dead across five reachability paths (dynamic, public-API, docs, config, cross-boundary); behavior-preserving and approval-gated.
Both follow: survey → classify → prioritized plan → user approval → apply → verify by execution. Each ships a report template and a rationalization/red-flag table captured from adversarial hardening rounds.
Install
/plugin marketplace add Dudude-bit/codebase-hygiene-skills
/plugin install codebase-hygiene@codebase-hygiene-skills
Or copy skills/* into ~/.claude/skills/. Passes claude plugin validate.
🤖 Generated with Claude Code