From kgmd
Explore and query the knowledge graph interactively. Search for topics, investigate entities, trace connections, and discover patterns. Use when users want to ask questions about their knowledge graph, find connections, or understand relationships in their documents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kgmd:explore-graphThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides guided exploration of an existing knowledge graph. It helps users discover entities, relationships, and patterns in their document corpus.
This skill provides guided exploration of an existing knowledge graph. It helps users discover entities, relationships, and patterns in their document corpus.
Use the kgmd MCP server tools: search, get_entity_tool, list_entities_tool, get_neighbors_tool, find_path_tool, list_relations_tool, get_schema_tool.
Start by understanding what the user wants to explore, then use the appropriate tools:
search() with the topicget_entity_tool() for the full recordget_neighbors_tool(depth=2) for network contextfind_path_tool() between two entitiesget_neighbors_tool() on both to show alternative routesget_schema_tool() to show entity and relation typeslist_entities_tool() per type to show what's in the graphnpx 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.