Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interknowHow this skill is triggered — by the user, by Claude, or both
Slash command
/interknow:recallThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query the knowledge base for patterns relevant to a topic or question.
Searches Distillery knowledge base with natural language queries, returns ranked results with provenance, supports filters by type, author, project, and limit.
Queries the knowledge base with a question, synthesizes answers from relevant KB files using keyword matching and indexes, and optionally files results as new KB articles.
Performs semantic and full-text search on secondbrain knowledge base (notes, ADRs, tasks) using natural language queries with filters for entity, recency, status, tags via qmd.
Share bugs, ideas, or general feedback.
Query the knowledge base for patterns relevant to a topic or question.
Test if qmd MCP server is available by calling qmd:status. If unavailable, fall back to file-based search.
Compose a semantic query from:
.claude/intersense.yaml if available)Note: Knowledge entries have been converged into
docs/solutions/. Search there as the primary source.config/knowledge/is a legacy fallback.
Primary: docs/solutions/
With qmd: Use qmd:vsearch against the solutions directory:
qmd:vsearch query="<semantic query>" path="docs/solutions" top_k=10
Without qmd (fallback): Read docs/solutions/**/*.md files and filter by keyword matching. Exclude INDEX.md, critical-patterns.md, and search-surfaces.md.
Legacy fallback: config/knowledge/
If no results found in docs/solutions/, also check ${CLAUDE_PLUGIN_ROOT}/config/knowledge/*.md for any unmigrated entries.
docs/solutions/archive/ or config/knowledge/archive/)lastConfirmed datesprovenance: independent over provenance: primedFor each matching entry, show:
If no matches found: "No knowledge entries match this query."
## Knowledge Recall: {query summary}
### 1. {entry-title}
{finding description}
Last confirmed: {date} | Provenance: {independent|primed}
### 2. {entry-title}
...
---
{N} entries searched, {M} matches found.