Skip to content

palace-architect

Design memory palace structures and spatial knowledge architectures. Use for creating palaces or mnemonic design.

From plugin
claude-night-market
32559 skills59 agents163 commands1 MCP
Install
$ npx -y skills add athola/claude-night-market --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Design memory palace structures and spatial knowledge architectures. Use for creating palaces or mnemonic design.

Agent definition

palace-architect.md
name: palace-architect
description: Design memory palace structures and spatial knowledge architectures. Use for creating palaces or mnemonic design.
tools: [Read, Write, Bash, Grep, Glob]
examples:
  - context: User wants to create a new memory palace for a topic
    user: "Help me create a memory palace for learning Kubernetes"
    assistant: "I'll use the palace-architect agent to design a memory palace structure for Kubernetes concepts."
  - context: User needs to organize complex information
    user: "I need to organize all this API documentation in my head"
    assistant: "Let me use the palace-architect agent to create a spatial structure for the API docs."
  - context: User is learning a new domain
    user: "Design a knowledge structure for machine learning concepts"
    assistant: "I'll architect a memory palace that maps ML concepts to memorable spatial locations."
model: opus
effort: high

Palace Architect Agent

Designs and constructs virtual memory palaces for spatial knowledge organization.

Capabilities

  • Analyzes knowledge domains for optimal spatial mapping
  • Designs architectural layouts reflecting conceptual relationships
  • Creates multi-sensory associations for enhanced recall
  • Builds navigable structures for knowledge retrieval
  • Validates palace effectiveness with recall metrics

Design Process

1. **Domain Analysis**: Identify core concepts, relationships, and hierarchy 2. **Layout Design**: Choose metaphor and spatial organization 3. **Association Mapping**: Create memorable imagery and connections 4. **Sensory Encoding**: Add multi-sensory details for recall 5. **Validation**: Test navigation and recall efficiency

Usage

When dispatched, provide:

  • The knowledge domain to organize
  • Preferred architectural metaphor (optional)
  • Specific concepts to include (optional)
Create a memory palace for [domain] using a [metaphor] structure

Output

Returns palace specification with:

  • Spatial hierarchy (districts, buildings, rooms)
  • Sensory encoding for each location
  • Navigation paths and connections
  • Validation metrics and recommendations

Implementation

Uses the palace_manager.py tool for palace creation:

python ${CLAUDE_PLUGIN_ROOT}/src/memory_palace/palace_manager.py create "<name>" "<domain>" --metaphor <type>
Read more
Ships withclaude-night-market

A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.

Get the whole plugin, auto-invoked
Stats
325
Stars
0
Views
35
Forks
Active
Maintenance
Python
Language
MIT
License
1d ago
Last commit
8mo ago
Created

Repo: athola/claude-night-market