hiivmind-corpus-navigate

Route documentation queries to registered corpora using semantic similarity and keyword matching.

1|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/hiivmind/hiivmind-corpus --skill hiivmind-corpus-navigate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hiivmind-corpus-navigate
Source: https://github.com/hiivmind/hiivmind-corpus/tree/main/skills/hiivmind-corpus-navigate
Command: npx skills add https://github.com/hiivmind/hiivmind-corpus --skill hiivmind-corpus-navigate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Navigate and query documentation from registered corpora. Use when users ask documentation questions, want to look up API references, or mention keywords matching registered corpora.

Core Features & Use Cases

  • Routes queries to the right corpus using semantic similarity and keyword matching, enabling fast access to relevant documentation
  • Loads and validates the corpus registry, discovers embedded corpora, and optionally traverses cross-corpus bridges for broader results
  • Presents fetched documentation with source citations and suggestions, supporting both API reference lookups and general guidance

Quick Start

Ask a question like "how do I deploy to Fly.io?" and let the navigate skill route to the appropriate corpus.

Frequently Asked Questions about hiivmind-corpus-navigate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up API references across multiple documentation corpora?

Searching multiple documentation corpora uses semantic routing and keyword matching to resolve the correct registry. It fetches relevant API references and guides, rendering content with citations while surfacing related documentation suggestions.

How does semantic search work for cross-corpus documentation routing?

Semantic search for cross-corpus documentation routing works by loading a valid corpus registry and matching your query against embedded corpora. It optionally traverses cross-corpus bridges to fetch broader, relevant API references with source citations.

What happens when a documentation query returns empty results or missing registries?

When a documentation query encounters missing registries or empty results, the routing operation handles it gracefully. It manages the missing state and returns a clean response without crashing the cross-corpus navigation flow.

Can I retrieve guides and API references from registered corpora using natural language?

Yes, you can retrieve guides and API references from registered corpora using natural language. The routing mechanism interprets your query semantically, discovers embedded corpora, and fetches matching documentation content directly.

Do I need a loaded corpus registry to navigate documentation across corpora?

Yes, navigating documentation across corpora requires a loaded corpus registry. The routing tool validates the registry first to discover embedded corpora, then uses semantic similarity to fetch and render the correct API references and guides.

What is the best way to find related documentation suggestions after a corpus search?

The best way to find related documentation suggestions after a corpus search is to let the semantic router fetch and render the initial content. It automatically surfaces related documentation suggestions alongside the cited API references.