This skill should be used when the user asks to expose the project graph as MCP tools, register the graphify MCP server (python -m graphify.serve) in Claude config, says 'graphify mcp ์๋ฒ', 'MCP๋ก ๊ทธ๋ํ ์ฟผ๋ฆฌ', or invokes /kg-mcp [register|status|unregister]. Configures Claude's .mcp.json so subsequent /kg-query and /kg-orient can call graphify MCP tools instead of loading graph.json directly. Edits user config โ requires explicit approval.
This skill should be used at the start of a session when the project contains wiki/ or graphify-out/, when the user asks 'ํ์ฌ kg ์ํ ๋ณด์ฌ์ค', '์ธ์ ์์ ์์ฝ', 'what is the current wiki state?', or invokes /kg-orient. Reads hot.md, overview.md, graph reports, freshness โ read-only, never modifies files.
Router for the Knowledge Graph + LLM Wiki system. Use when the user invokes /kg explicitly or asks 'which kg command should I use?'. Sub-commands โ /kg-orient, /kg-update, /kg-query, /kg-lint, /kg-ingest (data ops) and /kg-reflect, /kg-challenge, /kg-connect, /kg-suggest (dialogue ops). Project-state auto-trigger (wiki/ or graphify-out/ presence) belongs to /kg-orient, not this router.
This skill should be used when the user asks to visualize the kg wiki, create an Obsidian Canvas, knowledge map, graph view, mindmap, community map, or invokes /kg-canvas. Exports read-only .canvas JSON views โ never modifies content pages.
This skill should be used when the user asks to initialize, bootstrap, reset, or prepare a kg-skill wiki, says 'kg-skill ์ฒ์ ์ค์ ', 'wiki ์ด๊ธฐํ', '์คํค๋ง pin ๋ง๋ค๊ธฐ', or invokes /kg-init. Creates wiki/, copies schema, seeds index/log/hot, validates setup. Idempotent โ never overwrites existing wiki content.
This skill should be used when the user asks to audit, validate, health-check, repair, or lint the kg wiki/graph, says '์ํค ๊ฑด๊ฐ ์ ๊ฒ', '๊นจ์ง ๋งํฌ ์ฐพ์์ค', 'orphan page ํ์ธ', or invokes /kg-lint. Reports graph integrity, freshness, missing links, stale claims, schema proposal debt. With --fix applies only safe bookkeeping changes.
This skill should be used when the user asks to merge graphs across multiple projects, build a cross-repo knowledge graph, says '์ฌ๋ฌ ํ๋ก์ ํธ ํตํฉ ๊ทธ๋ํ', 'cross-project KG', 'merge graphs', or invokes /kg-merge. Reads each project's graphify-out/graph.json and produces a unified graphify-out/merged-graph.json via graphify v0.8.x merge-graphs. Read-only on source projects.
Query accumulated knowledge โ BFS/DFS graph traversal + wiki lookup. Supports --depth quick|standard|deep for token-efficient queries. Use when asking questions ABOUT existing knowledge (relationships, evidence, decisions). For PROPOSING new connections between communities, use /kg-connect instead.