From agent-knowledge
Searches indexed library sources using vector, FTS, or hybrid modes with options for stores, limits, thresholds, and detail levels to find code implementations.
npx claudepluginhub chris-xperimntl/agent-knowledgeThis skill is limited to using the following tools:
Search indexed library sources for: **$ARGUMENTS**
Optimizes knowledge base searches using intent parameters like find-implementation or find-pattern, detail levels from minimal to full, and store filters for precise results with less context.
Performs semantic search, grep, artifact fetching, relationship tracing, and data source listing across CodeAlive-indexed codebases and docs.
Retrieves codebase context via hybrid semantic/lexical search with neural reranking. Guides tool choice for implementations, symbol relationships, patterns, Q&A, and multi-repo queries.
Share bugs, ideas, or general feedback.
Search indexed library sources for: $ARGUMENTS
Parse the query from $ARGUMENTS:
Call mcp__agent-knowledge__search with:
Format and display results with rich context:
## Search Results: "query" (hybrid search)
**1. [Score: 0.95] [Vector+FTS]**
Store: claude-code
File: ๐ path/to/file.ts
Purpose: โ Purpose description here
Top Terms: ๐ (in this chunk): concept1, concept2, concept3
Imports: ๐ฆ (in this chunk): package1, package2
**2. [Score: 0.87] [Vector]**
Store: another-store
File: ๐ path/to/file.js
Purpose: โ Another purpose here
Top Terms: ๐ (in this chunk): other-concept
---
**Found 10 results in 45ms**
๐ก **Next Steps:**
- Read file: `Read /path/to/file.ts`
- Get full code: `mcp__agent-knowledge__get_full_context("result-id")`
- Refine search: Use keywords above
Formatting rules:
## Search Results: "query" (mode search) - Extract mode from response (vector/fts/hybrid)**N. [Score: X.XX]**Store: storeNameFile: ๐ filename (from summary.location, strip repoRoot prefix)Purpose: โ purpose text (from summary.purpose)**Found {{totalResults}} results in {{timeMs}}ms** with separator line aboveFor the footer next steps, include:
If no results:
No results found for "query"
Try:
- Broadening your search terms
- Checking indexed stores: /agent-knowledge:stores