memory-palace-architect
npx machina-cli add skill athola/claude-night-market/memory-palace-architect --openclawTable 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
- Analyze Domain - Identify concepts, relationships, and hierarchy
- Design Layout - Choose metaphor and spatial organization
- Map Associations - Create memorable imagery and connections
- Encode Details - Add sensory attributes and ambient atmosphere
- Validate Palace - Test recall efficiency and navigation
Detailed Resources
- Domain Analysis Guide: See
modules/domain-analysis.md - Layout Patterns: See
modules/layout-patterns.md - Sensory Encoding: See
modules/sensory-encoding.md - Validation Metrics: See
modules/validation.md - Franklin Protocol: See
modules/franklin-protocol.md- Apply the original learning algorithm to palace design
Integration
Works with:
knowledge-locator- For searching across palacessession-palace-builder- For temporary session palacesdigital-garden-cultivator- For evolving knowledge bases
Expected Outputs
- Complete palace schema with spatial coordinates
- Sensory encoding profile for each location
- Navigation guide and connection map
- Recall testing results and optimization recommendations
Troubleshooting
Common Issues
If palace creation fails, check that the metaphor argument matches one of the supported templates (Fortress, Library, Workshop, Garden, Observatory). For script errors, ensure the palace_manager.py script has executable permissions and that your Python environment meets the requirements listed in pyproject.toml.
Source
git clone https://github.com/athola/claude-night-market/blob/master/plugins/memory-palace/skills/memory-palace-architect/SKILL.mdView on GitHub Overview
Helps design virtual memory palaces for spatial knowledge organization. Provides a systematic approach to map complex domains into navigable structures that improve recall.
How This Skill Works
It follows a core workflow: analyze the domain, design a layout with a chosen metaphor, map associations, encode sensory details, and validate recall. It also offers architectural templates (Fortress, Library, Workshop, Garden, Observatory) to tailor structures to domain needs.
When to Use It
- 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
Quick Start
- Step 1: python scripts/palace_manager.py create My Palace programming --metaphor workshop
- Step 2: python scripts/palace_manager.py list
- Step 3: python scripts/palace_manager.py status
Best Practices
- Start with Domain Analysis to identify concepts, relationships, and hierarchy
- Select an architectural template (Fortress, Library, Workshop, Garden, Observatory) that fits the topic
- Map high-value associations with vivid imagery and consistent cues
- Layer sensory attributes and ambient cues to strengthen recall
- Validate palace performance with recall tests and navigation checks
Example Use Cases
- Design a memory palace for programming concepts and algorithms
- Organize a research library with labeled shelves and categories
- Build a persistent knowledge base for a product team
- Create a learning pathway for a software engineering skillset
- Structure a developer documentation portal as navigable spaces
Frequently Asked Questions
Related Skills
api-design-patterns
petekp/claude-code-setup
Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices
project-planning
athola/claude-night-market
Transform specifications into implementation plans with architecture design and dependency-ordered tasks. Use for spec-to-plan conversion, task breakdown, effort estimation. Skip if no spec exists.
architecture-review
athola/claude-night-market
'Use this skill for architecture assessment and compliance. Use when
architect
aiskillstore/marketplace
Design systems, plan implementations, review architecture decisions - Use when you need to plan a complex feature, design system architecture, or make high-level technical decisions.
explain-codebase
suryast/free-ai-agent-skills
Drop into any repo and generate a structured architecture overview. Maps the codebase, identifies entry points, frameworks, and dependencies — then produces a "start here" guide for new contributors.