{
  "markdown": "# Graperoot — Dual-Graph Context Plugin for Claude Code\n\nStructural code context engine that builds a call graph + dependency graph of your codebase, giving Claude precise file and symbol recommendations before it starts exploring.\n\n## How it works\n\n1. **Graph scan** — Indexes your project's functions, classes, imports, and call relationships\n2. **Context retrieval** — When you ask a question, the graph finds the most relevant files and symbols\n3. **Pre-injection** — Recommended context is delivered to Claude before it starts working, reducing token usage and improving accuracy\n\n## Install\n\n### Step 1: Install the graperoot package\n\n```bash\npip install graperoot\n```\n\n### Step 2: Install the plugin\n\n```bash\nclaude /plugin install graperoot-plugin\n```\n\nOr load locally for testing:\n\n```bash\nclaude --plugin-dir /path/to/graperoot-plugin\n```\n\n## What's included\n\n| Component | Purpose |\n|-----------|---------|\n| **MCP server** (`mcp-graph-server`) | Provides `graph_continue`, `graph_scan`, `graph_read`, `graph_register_edit`, `fallback_rg` tools |\n| **Skill** (`graph-context`) | Teaches Claude the retrieval protocol — call graph tools first, respect confidence levels |\n\n## Requirements\n\n- Python 3.10+\n- Claude Code 1.0.33+\n- `pip install graperoot` (compiled Cython package — no source files exposed)\n\n## Supported languages\n\nTypeScript, JavaScript, Python, Go, Rust, Java, C, C++, Ruby, PHP, Swift, Kotlin, and more.\n\n## License\n\nProprietary — distributed as compiled binaries via PyPI.\n",
  "bytes": 1502,
  "sha": "448bdd2dcbac803a9571342b24bc9f42b874a59da28b844075833675f9743cad",
  "repo_slug": "kunal12203/graperoot-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_kunal12203_graperoot_plugin_graperoot_6a4e7c49/readme"
}