Unnamed Skill
Design and construct virtual memory palaces for spatial knowledge organizationusing mnemonic techniques.Triggers: memory palace, spatial organization, mnemonic, knowledge architecture,domain mapping, layout design, memory structure, recall enhancementUse when: creating new memory palace structures, organizing complex domains,designing spatial layouts for knowledge retentionDO NOT use when: quick knowledge search - use knowledge-locator instead.DO NOT use when: session-specific context - use session-palace-builder.Consult this skill when designing permanent memory palace structures.
$ Installer
git clone https://github.com/athola/claude-night-market /tmp/claude-night-market && cp -r /tmp/claude-night-market/plugins/memory-palace/skills/memory-palace-architect ~/.claude/skills/claude-night-market// tip: Run this command in your terminal to install the skill
name: memory-palace-architect description: |
Triggers: memory, spatial, architecture, organization, mnemonic Design and construct virtual memory palaces for spatial knowledge organization using mnemonic techniques.
Triggers: memory palace, spatial organization, mnemonic, knowledge architecture, domain mapping, layout design, memory structure, recall enhancement
Use when: creating new memory palace structures, organizing complex domains, designing spatial layouts for knowledge retention
DO NOT use when: quick knowledge search - use knowledge-locator instead. DO NOT use when: session-specific context - use session-palace-builder.
Consult this skill when designing permanent memory palace structures. category: architecture tags: [memory, organization, spatial, knowledge, architecture, mnemonic] dependencies: [leyline:progressive-loading] scripts: [palace_manager.py] usage_patterns: [palace-design, domain-analysis, layout-creation] complexity: intermediate estimated_tokens: 600
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
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
Command not found Ensure all dependencies are installed and in PATH
Permission errors Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with --verbose flag
Repository
