Claude-night-market memory-palace-architect

Design memory palace structures with spatial layouts and domain org.

install
source · Clone the upstream repo
git clone https://github.com/athola/claude-night-market
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/athola/claude-night-market "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/memory-palace/skills/memory-palace-architect" ~/.claude/skills/athola-claude-night-market-memory-palace-architect && rm -rf "$T"
manifest: plugins/memory-palace/skills/memory-palace-architect/SKILL.md
source content

Table of Contents

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

TemplateBest ForKey Features
FortressSecurity, defense, production-grade systemsStrong boundaries, layered access
LibraryKnowledge, research, documentationOrganized shelves, categorized sections
WorkshopPractical skills, tools, techniquesWorkbenches, tool areas, project spaces
GardenOrganic growth, evolving knowledgePlots, seasons, interconnected paths
ObservatoryExploration, discovery, patternsViewing platforms, star maps, instruments

Core Workflow

  1. Analyze Domain - Identify concepts, relationships, and hierarchy
  2. Design Layout - Choose metaphor and spatial organization
  3. Map Associations - Create memorable imagery and connections
  4. Encode Details - Add sensory attributes and ambient atmosphere
  5. 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 palaces
  • session-palace-builder
    - For temporary session palaces
  • digital-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
.