memory-maintenance

star 0

Maintain structured memory integrity and size constraints. Use when memory may be stale, inconsistent, oversized, or after long sessions to run health and compaction.

foglalt By foglalt schedule Updated 2/16/2026

name: memory-maintenance description: Maintain structured memory integrity and size constraints. Use when memory may be stale, inconsistent, oversized, or after long sessions to run health and compaction.

Memory Maintenance

Run this skill to keep memory healthy and concise.

Steps

  1. Run health check:
    • .\scripts\gtd.ps1 health
  2. If issues are detected and safe to repair:
    • .\scripts\gtd.ps1 health -Repair
  3. If state is large or stale:
    • .\scripts\gtd.ps1 compact
  4. Re-run progress:
    • .\scripts\gtd.ps1 progress

Output Contract

  • Report issues found and what was repaired.
  • Report whether compaction archived entries.
  • Confirm resulting next action.
Install via CLI
npx skills add https://github.com/foglalt/GetThingsDone --skill memory-maintenance
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator