From kmgraph
Routes explicit doc-update requests to the correct command, ensuring standards validation and changelog enforcement. Useful for maintaining documentation discipline.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kmgraph:doc-update-routerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Purpose:** Intercept explicit doc-update requests and route to the correct command. Prevents doc edits from bypassing the `/kmgraph:update-doc` wizard, standards validation, and changelog enforcement.
Purpose: Intercept explicit doc-update requests and route to the correct command. Prevents doc edits from bypassing the /kmgraph:update-doc wizard, standards validation, and changelog enforcement.
Trigger Patterns (match any):
Do NOT trigger on:
session-wrapRouting Logic (check in this order):
If intent includes "session summary" / "current session" / "today's session":
→ Dispatch to session-summary-agent (or /kmgraph:session-summary on Claude Code)
If intent includes "changelog":
→ Dispatch to document update handler with CHANGELOG.md (or /kmgraph:update-doc --user-facing CHANGELOG.md on Claude Code)
If intent includes "adr":
→ Dispatch to ADR creation handler (or /kmgraph:create-adr on Claude Code)
If a doc filename or name can be resolved from the intent:
→ Dispatch to document update handler with {resolved_path} (or /kmgraph:update-doc --user-facing {resolved_path} on Claude Code)
If intent is ambiguous (e.g., "update the docs"): → Ask: "Which doc would you like to update?" → Then dispatch to document update handler
ECC Compatibility Note: The routing above describes agent and function-based dispatch in platform-agnostic terms. The parenthetical Claude Code command syntax is provided for reference but should not be hard-coded in ECC implementations. Each platform dispatches through its native agent/command system.
Conflict with session-wrap: These skills serve different intents and do not conflict.
| Skill | Fires on |
|---|---|
doc-update-router | Explicit request: "update the session summary" |
session-wrap | End-of-session signals: "stop", "I'm done", context limit |
If both could fire simultaneously (e.g., "update the session summary and stop"), doc-update-router takes precedence for the explicit intent; session-wrap adds end-of-session wrap-up on top.
User-Facing Language:
[resolved doc] through the update wizard..."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.