graphify-pi
v0.1.1
Published
Pi extension and skill package that makes graphify knowledge graphs always-on during coding sessions.
Downloads
133
Maintainers
Readme
graphify-pi
Pi extension for graphify.
It reproduces the "always-on graph reminder" behavior for pi:
- injects graphify guidance into the system prompt when
graphify-out/exists - reminds the agent to read
graphify-out/GRAPH_REPORT.mdbefore raw search/read operations - prefers
graphify-out/wiki/index.mdwhen present - shows a small status indicator in pi
- includes a
/skill:graphifyskill for build/update/query workflows
Install
From a local checkout:
pi install .Or for just the current project:
pi install -l .Once published, install from npm:
pi install npm:graphify-piOr directly from git:
pi install git:github.com/YOUR_ORG/graphify-piWhat it does
When a graph exists, the extension adds the equivalent of the Claude/OpenCode reminder:
graphify: Knowledge graph exists. Read
graphify-out/GRAPH_REPORT.mdfor god nodes and community structure before searching raw files.
In pi, this is implemented through an extension instead of a Claude/OpenCode hook/plugin.
Files
extensions/graphify.ts— pi extensionskills/graphify/SKILL.md— pi skillpackage.json— pi package manifest
Publishing
Dry-run the package contents:
npm run pack:checkPublish to npm:
npm publishThe package is configured to publish only:
extensions/skills/README.mdLICENSE
So local helper folders like upstream-graphify/ will not be shipped.
