From kmgraph
**Purpose:** Auto-invoke knowledge graph search when user asks about project history, past decisions, or previously solved problems.
npx claudepluginhub technomensch/knowledge-graph --plugin kmgraphThis skill uses the workspace's default tool permissions.
**Purpose:** Auto-invoke knowledge graph search when user asks about project history, past decisions, or previously solved problems.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
Purpose: Auto-invoke knowledge graph search when user asks about project history, past decisions, or previously solved problems.
Trigger Keywords:
Behavior: When triggered:
recall-agent with the extracted queryThe recall agent will search the knowledge graph and surface relevant lessons, decisions, and patterns. It may also suggest related topics the user didn't explicitly ask about.
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..." → [Dispatch to recall-agent with query: "database migration timeout errors"] → [Agent returns relevant lessons/decisions, including related patterns]