All directories
AgentEngineering

Code Graph RAG

vitali87/code-graph-rag

Graph-RAG agent for codebases — retrieve via code graphs, not only chunk search. GitHub: vitali87/code-graph-rag (~3.2k stars).

00

GitHub repository

https://github.com/vitali87/code-graph-rag
01

Overview

Code Graph RAG (vitali87/code-graph-rag) is listed in LimeDock Directories as an AI agent resource. Graph-RAG agent for codebases — retrieve via code graphs, not only chunk search. Group: browser-research. Community size: ~3.2k GitHub stars. Repo (copy/paste): https://github.com/vitali87/code-graph-rag This page is a plain-English guide so searches for the GitHub project can land on how teams actually use it.

SaaSOther

Work with LimeDock

Using this skill? LimeDock can wire it into a durable automation you own.

Agents are a starting point. LimeDock turns the workflow into production automation your SaaS team owns — not another prompt library.

We sell owned automations for SaaS teams — live workflows that plug into Slack, CRM, and your internal platform — not just a skill list.

02

Link

https://github.com/vitali87/code-graph-rag
03

Installation guide

Open the GitHub repository, then follow the README for your stack.

Official GitHub repository: https://github.com/vitali87/code-graph-rag GitHub path: vitali87/code-graph-rag

How to open it: 1. Copy: https://github.com/vitali87/code-graph-rag 2. Clone or follow the README for your OS/stack. 3. Start with the smallest example before production use.

04

How to use it

**Simple example** Repo RAG feels dumb; you want graph-aware code retrieval for agents.

1. Clone code-graph-rag. 2. Index a medium repo. 3. Ask architecture questions; compare to plain vector RAG.

05

Example prompts

  • Index our service with code-graph-rag and ask for auth flow.
  • When does graph RAG beat chunk RAG?
  • Keep the index fresh in CI?
06

Use cases and examples

  • Evaluate vitali87/code-graph-rag as an AI agent building block
  • Pilot Code Graph RAG on one staging workflow
  • Compare against agents you already pay for
  • Document a team playbook after the pilot
07

Prerequisites

  • Repo access
  • Compute for indexing
08

Tips

  • Reindex on main merges.
  • Start with one service.