plugins/memory-palace/skills/memory-palace-architect/SKILL.md
Designs memory palace structures with spatial layouts and domain organization. Use when creating a new palace or planning knowledge architecture by hand.
npx skillsauth add athola/claude-night-market memory-palace-architectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Status: unwired. As of v1.9.4, no command or agent invokes
Skill(memory-palace:memory-palace-architect). The/palace createcommand does palace creation directly without routing through this skill. The architectural guidance below is reference material; consult it when designing a new palace by hand. Tracked for follow-up in the April 2026 skill audit.
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.
A memory palace is a mnemonic technique that uses spatial visualization to organize and recall information. This skill provides a systematic approach for:
python scripts/palace_manager.py create "My Palace" "programming" --metaphor workshop
Verification: Run python --version to verify Python environment.
python scripts/palace_manager.py list
Verification: Run python --version to verify Python environment.
python scripts/palace_manager.py status
Verification: Run python --version to verify Python environment.
| 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 |
modules/domain-analysis.mdmodules/layout-patterns.mdmodules/sensory-encoding.mdmodules/validation.mdmodules/franklin-protocol.md - Apply the original learning algorithm to palace designWorks with:
knowledge-locator - For searching across palacessession-palace-builder - For temporary session palacesdigital-garden-cultivator - For evolving knowledge basesIf 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.
scripts/palace_manager.py create "<name>" "<domain>" --metaphor <template> completes without error and adds the palace to the
indexscripts/palace_manager.py list shows the newly created palace
by the name supplied during creationmetaphor argument resolves to one of the five supported
templates (Fortress, Library, Workshop, Garden, Observatory);
if not, error is reported with the valid listdata-ai
Models a business in its own language. Use when the domain has real business rules to capture.
research
Generate diverse solution candidates with category-spanning ideation methods and rotation. Use when stuck on a design or fighting repetitive LLM output.
development
Generates and self-executes a diff-derived test plan for a PR. Use when validating PR changes before merge. Do not use for code review; use sanctum:pr-review.
development
Ramps implementation ambition a notch only after the prior increment is understood. Use when building a feature you must understand, not just ship.