Graphify banner
adelaidasofia adelaidasofia

Graphify

Development community

Description

--- description: "Turn your vault into a clustered knowledge graph with HTML and JSON outputs" --- The user typed `/graphify`. Invoke the `graphify` skill via the Skill tool, forwarding any arguments the user provided after the slash command. If `graphify` is not in the available-skills list, tell the user the skill isn't installed and suggest running `bash ~/.claude/skills/ai-brain-starter/bootstrap.sh` to install it.

Installation

Installs to ~/.claude/skills/adelaidasofia-ai-brain-starter-graphify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/adelaidasofia-ai-brain-starter-graphify && curl -fsSL https://raw.githubusercontent.com/adelaidasofia/ai-brain-starter/HEAD/commands/graphify.md -o ~/.claude/skills/adelaidasofia-ai-brain-starter-graphify/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository