From memory-palace
Builds temporary session-scoped memory palaces to preserve context across interruptions in extended conversations and multi-step projects.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-palace:session-palace-builderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- [What It Is](#what-it-is)
Construct temporary, session-specific memory palaces for extended conversations and complex projects. Preserves context across interruptions and enables structured information accumulation.
Session palaces are lightweight, temporary memory structures that:
```bash
make build
make clean && make build ```
```bash
make test
make test VERBOSE=1 ```
Verification: Run make build && make test to confirm build works.
| Template | Purpose | Key Areas |
|---|---|---|
| Workshop | Active development | Workbench, tools, materials |
| Library | Research and analysis | Stacks, reading room, archives |
| Council Chamber | Decision-making | Round table, evidence wall, vote board |
| Observatory | Exploration and discovery | Telescope, star charts, log book |
| Forge | Implementation tasks | Anvil, cooling rack, finished goods |
Organize session content into these standard areas:
Create → Populate → Navigate → Export/Archive
↑ ↓ ↓
└─── Checkpoint ←────┘
Verification: Run the command with --help flag to verify availability.
A session palace decays silently: each Populate step can add
ambiguity that only surfaces at Export, when it is too late to
recover the lost state. MMPO (arXiv:2605.30159, Section 3) frames
this as a case for sub-trajectory dense rewards: check intermediate
quality at each transition, not just the final outcome.
At every Checkpoint arrow in the lifecycle above (and before any
Export/Archive), run the dual-probe gate against the current
palace state:
Skill(memory-palace:memory-clarity-probe)
The probe returns a Clarity Assessment with progress/gap verdicts
and a Recommendation:
| Recommendation | Action at the checkpoint |
|---|---|
| Proceed | Palace state is clear; continue the session |
| Expand memory | Add the gap probe's open items to the palace before continuing |
| Regenerate | Flag the session as ambiguous: the progress probe hedges, so reconstruct the current-state room before more work lands on it |
Flagging at the checkpoint, not at export, is the point: an ambiguous palace caught early costs one room rebuild; caught at export it costs the session.
When memory-clarity-probe is not installed, ask the two anchor
questions inline (progress: what is done and what state is the task
in; gap: what concrete items remain) and apply the same table.
modules/templates.mdmodules/templates.mdmodules/templates.mdmemory-palace-architect - Export important concepts to permanent palacesknowledge-locator - Search session contentdigital-garden-cultivator - Seed garden with session insightsmemory-clarity-probe - Dual-probe clarity gate at session checkpointsCheckpoint transition
and before Export/Archive, not only at the endExpand memory or Regenerate is acted
on (gap items added or current-state room rebuilt) before more work
lands, and the ambiguous session is flaggedmemory-palace-architectnpx claudepluginhub athola/claude-night-market --plugin memory-palaceDesigns memory palace structures with spatial layouts and domain organization. Useful for creating new palaces or planning knowledge architecture by hand.
Mines projects and conversations into a searchable memory palace. Use for setup, mining, searching, and recalling past work filed in the palace.
Implements CoALA memory architecture for Claude: stores working, episodic, semantic, procedural memories in filesystem for recall, reflection, learning across sessions.