code-review-mode
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Search and navigate existing memory palaces to find, cross-reference, or locate stored knowledge and concepts.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this agent gets triggered: by you, by Claude, or both.
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.
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: lowSearches, retrieves, and navigates information across memory palaces.
When dispatched, provide:
Find [concept] in [palace/all] using [mode] search
Returns search results with:
Uses palace_manager.py for searches:
python ${CLAUDE_PLUGIN_ROOT}/src/memory_palace/palace_manager.py search "<query>" --type semanticA 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.
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Main thread configuration for documentation-focused sessions. Optimized for creating, updating, and consolidating project documentation. Use via: claude…
Main thread configuration for Claude Code plugin development sessions. Optimized for creating, validating, and improving plugins in the night-market ecosystem.…
Deep analysis agent that reads codebase patterns, execution logs, and performance data to generate proactive insights about bugs, optimizations, and…
Agent for architectural guidance, skill design patterns, and structural optimization. Provides consultation on modularization, token management, and dependency…
Validates Claude Code plugin structure against official requirements