graphify-setup
Installation
SKILL.md
Setup Graphify
Trigger Command: /graphify-setup
Purpose: Checks for and safely installs the Graphify CLI and assistant integrations.
Instructions for the Agent
- Pre-Flight Check: Scan the system or
package.jsonto see if the@sentropic/graphifypackage is already installed. - Interactive Execution (Installed): If it is already installed, output a simple success message and halt to save context tokens.
- Interactive Execution (Missing): If it is missing, explicitly ask the user for permission to run the global installation command:
npm install -g @sentropic/graphify. Do not proceed without explicit human approval. - Integration Setup: Once the NPM package is installed, remind the user to run
graphify install(orgraphify <platform> install) to write the necessary assistant integrations (e.g.,CLAUDE.md,GEMINI.md, orAGENTS.md). - Initial Build: Ask the user if they would like to build their first graph by running
/graphify .(or$graphify .for Codex). Halt execution once complete.