Novgraph — Git skill for Claude Code
A live knowledge graph of your codebase for coding agents: commit intent, co-change coupling, ranked blast radius, computed architecture - over MCP or the shell, at 78-99.74% token savings measured pe.
How to install Novgraph
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Novaya-AI/novgraph and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Novgraph does
A live knowledge graph of your codebase for coding agents: commit intent, co-change coupling, ranked blast radius, computed architecture - over MCP or the shell, at 78-99.74% token savings measured per answer. Claude Code, Codex, Cursor, Copilot, Gemini CLI, Windsurf, Cline, OpenCode. Python 3.11+.
Alternatives in Git
- Cc Usage — by ryoppippi - Handy CLI tool for managing and analyzing Claude Code usage, based on analyzing local Claude Co 11.7k ★
- Codebase To Course — by Zara Zhang - A Claude Code skill that turns any codebase into a beautiful, interactive single-page HTML cou 2.1k ★
- Loki Verify — Run Loki's deterministic PR verification on the current change and summarize the evidence verdict 1.1k ★
README
novgraph
**A live knowledge graph of your codebase, queried by coding agents.**
[](https://pypi.org/project/novaya/) [](https://pypi.org/project/novaya/) [](LICENSE) [](https://github.com/Novaya-AI/novgraph/actions/workflows/ci.yml)
Command-line client for **Novgraph**, a hosted **knowledge graph** of a git repository. The graph holds your files and symbols as nodes and their real relationships as typed edges, and coding agents query it over MCP or the shell for four things a file read cannot give them: the recorded intent behind each commit, files that change together without importing each other, ranked blast radius, and computed architecture.
**Token savings: 78% to 99.74% per answer**, measured against the cost of reading the files each answer cites — not modelled, not estimated from a benchmark.
This repository is the client only — auth, agent detection, MCP registration and request transport. Python 3.11+, standard library, **no dependencies, no engine**. Indexing, storage and retrieval run on Novaya's servers.
uv tool install novaya # the PyPI package is `novaya`
novgraph install # generate a key at https://app.trynovaya.com
`install` detects every supported agent on the machine, registers the MCP server, writes a pointer into each agent's instruction file, adds a `/novgraph` command, resolves which indexed codebase this checkout is, and verifies each step. `novgraph doctor` re-runs those checks with an exit code.
What problem it solves
A coding agent starts each session with no memory of the repository. To answer "what does this touch", it greps, opens files, and infers — spending tokens to rebuild a picture it loses at the end of the session. T
Related Skills
Token History
Token usage is the next contribution graph — snapshot yours to git daily, show it anywhere as self-updating SV
Code Analysis
by kingler - Provides a menu of advanced code analysis commands for deep inspection, including knowledge graph
Knowledge Graph
Built on Anthropic internal engineering practices and Karpathy's AutoResearch methodology. A zero-dependency,
Twin Sparrow Apps
Use installed Codex app connectors for Twin Sparrow-focused work. Trigger when the user asks to use Codex Apps
Epic Plan
Plan a new epic against a real codebase and a real project board, then — only after explicit approval — create
Claude Code Flow Visualizer
🔍 Visualize any Claude Code agent harness — CLAUDE.md, subagents, skills, commands, hooks & MCP servers — as
Related Agents
Ix Architecture Auditor
Analyzes system design quality — coupling, cohesion, smells, hotspots. Produces a ranked list of improvement a
Aiskills Incident Investigator
Investigates live production incidents end to end — triages impact and start time, draws the blast radius, mit
Codebase Scout
Explores codebase structure, affected files, blast radius, related tests, and local conventions for a focused