Loading...
Loading...
Consult this skill when searching or navigating stored knowledge. Use when searching for stored knowledge, cross-referencing concepts, discovering connections, retrieving from palaces, finding past PR decisions. Do not use when creating new palace structures - use memory-palace-architect. DO NOT use when: processing new external resources - use knowledge-intake.
npx skill4agent add athola/claude-night-market knowledge-locatorpython scripts/palace_manager.py search "authentication" --type semanticpython --versionpython scripts/palace_manager.py listpython --version| Mode | Description | Best For |
|---|---|---|
| Spatial | Query by location path | "Find concepts in the Workshop" |
| Semantic | Search by meaning/keywords | "Find authentication-related items" |
| Sensory | Locate by sensory attributes | "Blue-colored concepts" |
| Associative | Follow connection chains | "Related to OAuth" |
| Temporal | Find by creation/access date | "Recently accessed" |
modules/index-structure.mdmodules/search-strategies.mdmodules/index-structure.md# Search review chamber by query
python scripts/palace_manager.py search "authentication" \
--palace <project_id> \
--room review-chamber
# List entries in specific room
python scripts/palace_manager.py list-reviews \
--palace <project_id> \
--room decisions
# Find by tags
python scripts/palace_manager.py search-reviews \
--tags security,api \
--since 2025-01-01python --version| Room | Content | Example Query |
|---|---|---|
| Architectural choices | "JWT vs sessions" |
| Recurring solutions | "error handling pattern" |
| Quality conventions | "API error format" |
| Post-mortems | "outage learnings" |
# When in auth/ directory
python scripts/palace_manager.py context-search auth/
# Returns:
# - Past decisions about authentication
# - Known patterns in this area
# - Relevant standards to followpython --versionmemory-palace-architectsession-palace-builderdigital-garden-cultivatorreview-chamber--verbose