Graphify plugin
Graphify produces graphify-out/graph.json from the application source. The kit registers the official IDE skill and shells out to the official CLI. It does not vendor a renderer.
Prerequisites
uv tool install graphifyy
Install / extract / uninstall
pipeline-kit knowledge init --register-skill --ide cursor
# same skill registration:
pipeline-kit plugins install graphify --ide cursor
pipeline-kit knowledge extract
pipeline-kit plugins status --plugin graphify
pipeline-kit plugins uninstall graphify --ide cursor
# also delete graphify-out/:
pipeline-kit plugins uninstall graphify --ide cursor --purge
Cursor project install writes .cursor/rules/graphify.mdc via Graphify’s own graphify cursor install. Uninstall calls graphify cursor uninstall. --purge is the only way the kit deletes graphify-out/.
If extract fails, run the official commands yourself:
uv tool install graphifyy
graphify install
graphify extract . --code-only
Then continue knowledge bootstrap.