mcpbeat Sign in

Knowledge Locator Skill for Claude

Searches and navigates stored knowledge in memory palaces. Use when looking for previously stored information or cross-referencing concepts across palaces.

2k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
324
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/athola/claude-night-market --skill knowledge-locator

The instruction itself

18 sections, as written by the author

Table of Contents

  • What It Is
  • Quick Start
  • Search Palaces
  • List All Palaces
  • When to Use
  • Search Modalities
  • Core Workflow
  • Target Metrics
  • Detailed Resources
  • PR Review Search
  • Quick Commands
  • Review Chamber Rooms
  • Context-Aware Surfacing
  • Integration

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

  • Processing new

external resources - use knowledge-intake

Search Modalities

| 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" |

Core Workflow

  • Build Index - Create spatial index of all palaces
  • Optimize Search - Configure search strategies and heuristics
  • Map Cross-References - Identify inter-palace connections
  • Test Retrieval - Validate search accuracy and speed
  • Analyze Patterns - Track and optimize based on usage

Target Metrics

  • Retrieval latency: ≤ 150ms cached, ≤ 500ms cold
  • Top-3 accuracy: ≥ 90% for semantic queries
  • Robustness: ≥ 80% success with incomplete queries

Detailed Resources

  • Index Structure: See modules/index-structure.md
  • Search Strategies: See modules/search-strategies.md
  • Cross-Reference Mapping: See modules/index-structure.md

Search the review chamber within project palaces for past decisions and patterns.

Quick Commands

# 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-01

Verification: Run python --version to verify Python environment.

Review Chamber Rooms

| Room | Content | Example Query |

|------|---------|---------------|

| decisions/ | Architectural choices | "JWT vs sessions" |

| patterns/ | Recurring solutions | "error handling pattern" |

| standards/ | Quality conventions | "API error format" |

| lessons/ | Post-mortems | "outage learnings" |

Context-Aware Surfacing

When starting work in a code area, surface relevant review knowledge:

# 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 follow

Verification: Run python --version to verify Python environment.

Integration

Works with:

  • memory-palace-architect - Indexes palaces created by architect
  • session-palace-builder - Searches session-specific palaces
  • digital-garden-cultivator - Finds garden content and links
  • review-chamber - Searches PR review knowledge in project palaces

Exit Criteria

  • [ ] scripts/palace_manager.py search "<query>" returns results

within 500ms for a cold query against an indexed palace

  • [ ] At least one of the five search modalities (spatial, semantic,

sensory, associative, temporal) returns ranked results for a

valid query against an existing palace

  • [ ] Top-3 accuracy target of ≥ 90% is met for semantic queries when

the queried concept is present in the indexed palace

  • [ ] Incomplete or partial queries return results rather than errors,

satisfying the ≥ 80% robustness target

  • [ ] If no palace exists to search, user is directed to

memory-palace-architect rather than returning an empty result

silently

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take athola/knowledge-locator from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.