npx claudepluginhub mistakeknot/interagency-marketplace --plugin interknowThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
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.