Developer Tools / AI for Code

CodeGraph

CodeGraph is a local code knowledge graph for AI coding agents like Claude Code, Cursor, Codex, OpenCode, and Hermes Agent. It aims to cut token use, tool calls, and runtime by letting agents query pre-indexed code structure instead of scanning files repeatedly.

Clear29/30
Useful29/30
Specific18/20
Complete18/20
CodeGraph screenshot

Why it was accepted

The page clearly describes an AI-adjacent developer tool with a concrete job: improving codebase exploration for agentic coding assistants. The README gives strong evidence of what it does, how to install it, how to initialize projects, and which agents it supports. It also includes benchmark results and usage commands, which make it suitable for a public listing.

Weakness

The snapshot does not show a hosted product site, pricing, licensing terms beyond the repo, or long-term maintenance signals beyond the commit history and changelog. It also doesn’t explain the internal index format or how CodeGraph performs on private enterprise codebases or very large monorepos beyond the benchmark examples.

Review status

9 days ago #1 → 0

Last evaluated 9 days ago. Current rank #1. Holding steady in the rankings.

Score history

94

Related listings

Version Sentinel screenshot

Developer Tools / AI Coding Guardrails

Claude Code plugin that blocks dependency edits until a fresh, source-cited version check is recorded, helping prevent hallucinated or stale package versions across npm, pip, Poetry/uv, Cargo, and NuGet.

OWASP Agent Memory Guard screenshot

Developer Tools / AI Security

An OWASP incubator project that protects AI agent memory from prompt injection, secret leakage, and tampering. It includes a Python library, policy-based controls, benchmarks, and integrations for agent frameworks like LangChain and AutoGen.

aislop screenshot
#7 aislop
91

Developer Tools / Code Quality

CLI for catching AI-generated code smells and regressions in code. It scans changes with 40+ rules across 7 languages, offers fixes, CI gating, hooks, and MCP tools.