| name | knowledge-locator |
| description | Searches and navigates stored knowledge in memory palaces. Use when looking for previously stored information or cross-referencing concepts across palaces. |
| alwaysApply | false |
| category | navigation |
| tags | ["retrieval","search","indexing","recall","spatial-memory","pr-review"] |
| dependencies | ["memory-palace-architect","review-chamber"] |
| scripts | ["palace_manager.py"] |
| usage_patterns | ["search","cross-reference","discovery","review-search"] |
| complexity | intermediate |
| model_hint | standard |
| estimated_tokens | 500 |
Table of Contents
Knowledge Locator
A spatial indexing and retrieval system for finding information within and across memory palaces. Enables multi-modal search using spatial, semantic, sensory, and associative queries.
What It Is
The Knowledge Locator provides efficient information retrieval across your memory palace network by:
- Building and maintaining spatial indices for fast lookup
- Supporting multiple search modalities (spatial, semantic, sensory)
- Mapping cross-references between palaces
- Tracking access patterns for optimization
Quick Start
Search Palaces
python scripts/palace_manager.py search "authentication" --type semantic
Verification: Run python --version to verify Python environment.
List All Palaces
python scripts/palace_manager.py list
Verification: Run python --version to verify Python environment.
When To Use
- Finding specific concepts within one or more memory palaces
- Cross-referencing information across different palaces
- Discovering connections between stored information
- Finding information using partial or contextual queries
- Analyzing access patterns for palace optimization
When NOT To Use
- Creating new
palace structures - use memory-palace-architect
- Processing new
external resources - use knowledge-intake
- Creating new
palace structures - use memory-palace-architect