policy-save-load-audit
Installation
SKILL.md
Policy Save/Load Audit
Workflow
- Trace the save/load call graph (policy spec, checkpoint writer/reader).
- Check file formats and compatibility points (.mpt, safetensors, metadata).
- Flag risks or legacy shims and propose cleanup steps.
- Summarize findings with file paths.
Related skills
More from metta-ai/tribal-village
cleanup-refactor
Simplify code and remove legacy/backcompat shims while preserving behavior. Use when asked to clean up or simplify code.
23cleanup-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.
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