Consult this skill when designing permanent memory palace structures. 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.
Designs permanent memory palace structures for organizing complex knowledge domains with spatial layouts.
/plugin marketplace add athola/claude-night-market/plugin install memory-palace@claude-night-marketThis skill inherits all available tools. When active, it can use any tool Claude has access to.
modules/domain-analysis.mdmodules/franklin-protocol.mdmodules/layout-patterns.mdmodules/sensory-encoding.mdmodules/validation.mdDesign 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.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.