From kmgraph
Searches the knowledge graph for past decisions, solved problems, and documented lessons when the user asks about project history.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kmgraph:kg-recallThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Purpose:** Auto-invoke knowledge graph search when user asks about project history, past decisions, or previously solved problems.
Purpose: Auto-invoke knowledge graph search when user asks about project history, past decisions, or previously solved problems.
Trigger Keywords:
Note on planning contexts: In brainstorming and planning workflows, recall is
enforced via HARD BLOCK injection in pre-skill-rules-inject.sh — not via these
trigger keywords. This skill handles reactive ("have we?") recall only.
Behavior: When triggered:
kmgraph:recall command via the Skill tool with the extracted query
gov-capture-routing (level/scope detection) → recall-agent (search)gov-capture-routing is Claude Code-only. On non-Claude platforms or if unavailable: dispatch directly to recall-agent with --scope=active as fallback (UQ-8)Priority enforcement: Recall results take priority — the model must reason about findings before recommending:
Example Trigger:
User: "Have we solved database migration issues before?
I'm seeing timeout errors on large tables."
Assistant Response: "Let me check what we've documented about this before answering..." → [Invoke kmgraph:recall via Skill tool with query: "database migration timeout errors"] → [Command routes through gov-capture-routing → recall-agent] → [Surface relevant lessons/decisions, including related patterns]
npx claudepluginhub technomensch/knowledge-graph --plugin kmgraphFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.