agent-eval
๐ฏSkillfrom colbymchenry/codegraph
A skill from CodeGraph that provides semantic code intelligence by pre-indexing a knowledge graph of symbol relationships, call graphs, and code structure, enabling AI agents to query code context instantly instead of scanning files. Benchmarked at ~35% cheaper and ~70% fewer tool calls across 7 real-world codebases.
Same repository
colbymchenry/codegraph(3 items)
Installation
npx vibeindex add colbymchenry/codegraph --skill agent-evalnpx skills add colbymchenry/codegraph --skill agent-eval~/.claude/skills/agent-eval/SKILL.mdSKILL.md
More from this repository2
A semantic code intelligence MCP server that pre-indexes your codebase into a knowledge graph of symbol relationships and call graphs, letting AI coding agents query structure instantly instead of scanning files with grep and glob.
A fully autonomous skill for wiring a new tree-sitter language into CodeGraph's extraction pipeline โ finding a grammar, writing an extractor and tests, benchmarking extraction quality and retrieval value on 3 real-world repos, and updating documentation.