How this skill is triggered — by the user, by Claude, or both
Slash command
/worker:consolidate-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find, consolidate, and track the canonical memory location.
Find, consolidate, and track the canonical memory location.
Use this skill when:
Search in this order:
memory/ in current directory (.)memory/ in git repo root (via git rev-parse --show-toplevel)~/.wlm/memory/Use Bash with ls to check each location. Note what you find.
~/.wlm/memory/corps/tools/, projects/, teams/roles/After consolidation, update ~/.wlm/SOUL.md with:
# SOUL
## Memory
- Canonical path: ~/.wlm/memory/
- Consolidated: YYYY-MM-DD
- Sources: [list of merged locations if any]
Use the current date for the consolidation date (check CLAUDE.md for currentDate).
~/.wlm/SOUL.md updated with the canonical memory path~/.wlm/memory/ to confirm structurenpx claudepluginhub peiyuanqi/work-like-me --plugin workerOrganizes, extracts, prunes, and verifies Claude Code persistent memory files to keep MEMORY.md under the 200-line truncation limit and topic files up to date with project state.
Consolidates Claude Code's auto-memory across sessions using a four-phase cycle (Orient, Gather Signal, Consolidate, Prune Index) with seven operators. Activates via session hooks or manual `/dream` command.
Scaffolds Total Recall memory system: creates memory/registers (people, projects etc.), daily/archive dirs, SCHEMA.md, CLAUDE.local.md working memory, and .gitignore entry.