Skip to content

knowledge-navigator

Search and navigate existing memory palaces to find, cross-reference, or locate stored knowledge and concepts.

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.

Search and navigate existing memory palaces to find, cross-reference, or locate stored knowledge and concepts.

Agent definition

knowledge-navigator.md
name: knowledge-navigator
description: Search and navigate existing memory palaces to find, cross-reference, or locate stored knowledge and concepts.
tools: [Read, Bash, Grep, Glob]
escalation:
  to: sonnet
  hints:
    - ambiguous_input
    - novel_pattern
examples:
  - context: User wants to find specific information
    user: "Where did I store the authentication concepts?"
    assistant: "I'll use the knowledge-navigator agent to search across your memory palaces."
  - context: User needs cross-references
    user: "What concepts are related to OAuth in my palaces?"
    assistant: "Let me use the knowledge-navigator to find OAuth connections."
  - context: User exploring stored knowledge
    user: "Show me what's in my API Documentation palace"
    assistant: "I'll navigate to that palace and show you its structure."
model: haiku
effort: low

Knowledge Navigator Agent

Searches, retrieves, and navigates information across memory palaces.

Capabilities

  • Searches across all memory palaces using multiple modalities
  • Locates specific concepts by spatial coordinates
  • Discovers cross-references and connections
  • Tracks access patterns for optimization
  • Provides navigation assistance

Search Modalities

  • **Spatial**: Query by location path ("in the Workshop district")
  • **Semantic**: Search by meaning/keywords ("authentication")
  • **Sensory**: Locate by sensory attributes ("blue concepts")
  • **Associative**: Follow connection chains ("related to OAuth")
  • **Temporal**: Find by creation/access date ("recently accessed")

Usage

When dispatched, provide:

  • Search query or concept to find
  • Search mode (optional, defaults to semantic)
  • Scope (specific palace or all)
Find [concept] in [palace/all] using [mode] search

Output

Returns search results with:

  • Matching concepts and their locations
  • Relevance scores
  • Connection paths
  • Related concepts for discovery

Implementation

Uses palace_manager.py for searches:

python ${CLAUDE_PLUGIN_ROOT}/src/memory_palace/palace_manager.py search "<query>" --type semantic
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