How 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.
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.
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interknowSearches the Distillery knowledge base using natural language queries and returns ranked results with provenance. Useful for recalling past decisions, discussions, and notes.
Queries the Memory Mason knowledge base using index-guided retrieval, session context, and wikilink citations. Use for past decisions, patterns, lessons, and technical knowledge from previous AI conversations.
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.