Skip to content

juhas96/graphify-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.md before raw search/read operations
  • prefers graphify-out/wiki/index.md when present
  • shows a small status indicator in pi
  • includes a /skill:graphify skill 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-pi

Or directly from git:

pi install git:github.com/YOUR_ORG/graphify-pi

What 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.md for 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 extension
  • skills/graphify/SKILL.md — pi skill
  • package.json — pi package manifest

Publishing

Dry-run the package contents:

npm run pack:check

Publish to npm:

npm publish

The package is configured to publish only:

  • extensions/
  • skills/
  • README.md
  • LICENSE

So local helper folders like upstream-graphify/ will not be shipped.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

No contributors