graphify-rs
Build queryable knowledge graphs from code and documents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install graphify-rs?โผ
Run `npx skills add TtTRz/graphify-rs --all -g -y` in your terminal to install this skill globally for your coding agent.
What does graphify-rs do?โผ
It turns any folder of code, docs, papers, or notes into a structured knowledge graph you can query, visualize, and explore. It detects communities, finds hidden cross-document connections, and labels every relationship as extracted, inferred, or ambiguous.
Does graphify-rs need an API key?โผ
No. Running `graphify-rs build --no-llm` uses free, fast AST parsing across 22 languages with no API key. An LLM key is only needed for optional semantic extraction of conceptual links.
Does graphify-rs work with Claude Code and other agents?โผ
Yes. It ships a built-in MCP server with 16 query tools and works with Claude Code, Codex, OpenCode, and other agents that support the SKILL.md standard.
How does graphify-rs stay up to date after code changes?โผ
It supports watch mode for automatic rebuilds, git hooks that rebuild after every commit, and incremental change detection that skips unchanged files for fast updates.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core