Imported from kodexArg/harness-team-party (
skills/kskill-graphify/SKILL.md). Install upstream withnpx skills add kodexArg/harness-team-party --skill kskill-graphify. Copyright stays with the author.
kskill-graphify
Procedure for [[adr-35-graphify]] over [[GRAPHIFY]]. Where this file
and that doc disagree, the doc wins (docs/GRAPHIFY.md).
Trim of Graphify-Labs graphify/skill.md (Apache 2.0). Upstream
snapshot: skills/kskill-graphify/upstream/. This copy keeps query,
path, explain, extract, and update. MCP is declared in mcp/mcp.json,
not vendored here. It drops Neo4j, Whisper, graphify add <url>,
GitHub clone, wiki, Obsidian, and pip/npx install.
Graph files live at
skills/kskill-graphify/graphify-out/. Repo-root graphify-out
is a symlink to that directory. graph.json and manifest.json
are tracked; cache/ is not.
Do this
-
Facts: read [[GRAPHIFY]]. Do not restate them here.
-
Present?
skills/kskill-graphify/graphify-out/graph.json(or thegraphify-outsymlink). -
Present: Graphify MCP (
query_graph,get_neighbors,get_node,shortest_path) before Glob or Read ([[adr-35-graphify]] rule 1). -
Absent: run
skills/kskill-graphify/bin/ensure. If it still cannot produce a graph, Grep/Glob/Read ([[adr-35-graphify]] rule 5). -
Rebuild / refresh / upgrade — real scripts, repo root:
skills/kskill-graphify/bin/ensure # CLI + code-only graph if missing skills/kskill-graphify/bin/extract # semantic extract (LLM key) skills/kskill-graphify/bin/update-graph # incremental AST --code-only skills/kskill-graphify/bin/upgrade-cli # uv tool install --upgrade graphifyy skills/kskill-graphify/bin/fetch-upstream # snapshot official SKILL.mdGRAPHIFY_UPSTREAM_REF(defaultv8) selects the GitHub ref for fetch-upstream. -
This skill does not write
docs/.
Return shape
topic: <query | path | explain | ensure | extract | update | upgrade | fetch-upstream>
graph: present | absent
quote: <one GRAPHIFY sentence or empty>
file: docs/GRAPHIFY.md
Do not
- Run
npx skills addornpm(unprefixedgraphify/skill, npm prohibited). - Run
graphify add <url>(historical SSRF). - Run
graphify claude|codex|opencode install(rewrites AGENTS). - Vendor
upstream/SKILL.mdonto this file. - Commit
graphify-out/cache/. - Load
docs/HARNESS.mdin full to answer one layout row. - Block clone or session start on an LLM API key.