graphify-knowledge-graph
Installation
SKILL.md
Graphify Knowledge Graph Harness
Use this skill when you need to index, traverse, or query structural relationships in an academic book project (e.g. Obsidian Vaults, CPMK prerequisite networks, literature sets, or codebase ASTs) without wasting model context tokens.
Agent Contract
Input:
project_dir: Absolute path to the current book project directory (defaults to cwd).action:index,query, orclean.query_type:summary,search,neighbors, orshortest_path.target: Keyword or node ID for targeted queries.
Output:
status:successorerror.isolation_status:100% project-bound(stored under.graphify/).graph_artifacts:graph.json,graph.html, andGRAPH_REPORT.md.query_results: Matching nodes, neighbors, or shortest paths.