cleanup-refactor
Installation
SKILL.md
Cleanup Refactor
Workflow
- Identify legacy shims, redundant helpers, or dead code in the target paths.
- Simplify or remove while keeping behavior stable and the diff minimal.
- Avoid unrelated refactors; focus on the requested cleanup.
- Summarize what was removed and why it is safe.
Related skills
More from metta-ai/tribal-village
cleanup-audit
Audit for cleanup or complexity hotspots.
21pr-summary
Generate a PR title and description from the branch diff vs main. Use when asked for a PR summary or PR description.
20policy-save-load-audit
Audit policy save/load and checkpoint handling across metta/cogames to find compatibility risks or legacy shims. Use when save/load behavior is in question.
20tv-spelunk
Search codebase for a pattern and open top hits.
20include-sprawl-map
Map include chains and explain module relationships.
19lint-fix
Run lint autofix (default `metta lint --fix`), address remaining lint errors, and summarize changes. Use when asked to fix lint issues.
18