memory-palace-architect
Design memory palace structures with spatial layouts and domain org
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/athola/nm-memory-palace-memory-palace-architectNight Market Skill — ported from claude-night-market/memory-palace. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Table of Contents
- What It Is
- Quick Start
- Create a New Palace
- List Existing Palaces
- View Palace Status
- When to Use
- Architectural Templates
- Core Workflow
- Detailed Resources
- Integration
- Expected Outputs
Memory Palace Architect
Design and construct virtual memory palaces for spatial knowledge organization. This skill guides you through creating memorable spatial structures that enhance recall and organize complex information.
What It Is
A memory palace is a mnemonic technique that uses spatial visualization to organize and recall information. This skill provides a systematic approach for:
- Analyzing knowledge domains for optimal spatial mapping
- Designing architectural layouts that reflect conceptual relationships
- Creating multi-sensory associations for enhanced recall
- Building navigable structures for knowledge retrieval
Quick Start
Create a New Palace
python scripts/palace_manager.py create "My Palace" "programming" --metaphor workshop
Verification: Run python --version to verify Python environment.
List Existing Palaces
python scripts/palace_manager.py list
Verification: Run python --version to verify Python environment.
View Palace Status
python scripts/palace_manager.py status
Verification: Run python --version to verify Python environment.
When To Use
- Creating knowledge structures for complex topics
- Organizing large amounts of related information
- Building persistent, project-specific memory systems
- Designing learning pathways for skill acquisition
- Structuring documentation or reference material
When NOT To Use
- Quick knowledge search
- use knowledge-locator instead
- Session-specific context - use session-palace-builder
- Quick knowledge search
- use knowledge-locator instead
- Session-specific context - use session-palace-builder
Architectural Templates
| Template | Best For | Key Features |
|---|---|---|
| Fortress | Security, defense, production-grade systems | Strong boundaries, layered access |
| Library | Knowledge, research, documentation | Organized shelves, categorized sections |
| Workshop | Practical skills, tools, techniques | Workbenches, tool areas, project spaces |
| Garden | Organic growth, evolving knowledge | Plots, seasons, interconnected paths |
| Observatory | Exploration, discovery, patterns | Viewing platforms, star maps, instruments |
Core Workflow
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-athola-nm-memory-palace-memory-palace-architect": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
extract
Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges and agent integration
discourse
>- Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic
synthesize
>- Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results
workflow-monitor
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
architecture-paradigm-hexagonal
Hexagonal (Ports and Adapters) architecture isolating domain logic from infrastructure