From kgmd
Update the knowledge graph with new or changed markdown files. Re-ingests documents, extracts from new chunks, and resolves new duplicates. Use when the user has added, edited, or removed markdown files and wants the graph updated.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kgmd:reindexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill incrementally updates an existing knowledge graph when documents have changed. Only new or modified files are processed.
This skill incrementally updates an existing knowledge graph when documents have changed. Only new or modified files are processed.
Use the kgmd MCP server tools: ingest_documents, get_chunks_for_extraction, store_extractions, get_resolution_candidates, apply_merges.
Call ingest_documents(). It automatically:
Report: how many documents were new, updated, or skipped.
If new chunks were created:
get_chunks_for_extraction(batch_size=10)store_extractions() with resultsget_resolution_candidates() — new entities may duplicate existing onesapply_merges()Summarize what changed:
npx claudepluginhub johncarpenter/kgmd-plugin --plugin kgmdCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.