logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install safishamsi/graphify. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

safishamsi/graphify Installation Guide

How to install safishamsi/graphify. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for safishamsi/graphify. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i safishamsi/graphify
or

Install via npx

npx @hexmos/ipm i safishamsi/graphify

Prerequisites

Claude Code

application

Python

language

Version: 3.10+

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install using pip (Recommended)

pip install graphifyy

graphify install

Install using pipx (Windows PATH handled automatically)

pipx install graphifyy

Manual Install (curl)

mkdir -p ~/.claude/skills/graphify

curl -fsSL https://raw.githubusercontent.com/safishamsi/graphify/v1/skills/graphify/skill.md > ~/.claude/skills/graphify/SKILL.md

echo "- **graphify** (~/.claude/skills/graphify/SKILL.md) - any input to knowledge graph. Trigger: /graphify
When the user types /graphify, invoke the Skill tool with skill: "graphify" before doing anything else." >> ~/.claude/CLAUDE.md

Post Installation Steps

  • Open Claude Code in any directory and type: /graphify .
  • For Windows users: If 'graphify' is not recognized after install, add the Python Scripts folder to your PATH: %APPDATA%\Python\Python3xx\Scripts (replace 3xx with your Python version, e.g. 313).
  • For macOS users: Use pipx install graphifyy if pip install fails with an "externally-managed-environment" error.