workflow-housekeep
Installation
SKILL.md
Repo Housekeep
Degree of freedom: MIXED. What is dead vs still referenced [HIGH freedom];
delete-only-after-proof and dependency bump commands [LOW freedom — run exactly].
How to reason
- Observe — README drift, unused files, outdated deps
- Interpret — unused by search, or only unused in this package?
- Classify — sync docs / delete / bump / leave
- Severity — deleting a file still imported is a break
Worked example
Observe:
OldButton.tsxhas zero imports; README still lists a removed script; patch bump available. Interpret: file is dead; README is stale; bump is safe if tests pass. Classify: delete the file afterrg+ import check; sync README; bump patch. Do not deletehousekeep-designtoken work — that is another skill.