eval-judge
01Agent Claude Code
Impartial text-only evaluator for the mcp-eval skill. Compares two code-research answers to the same task and produces a structured JSON verdict. Has no tools — judges from text alone to avoid evidence-based bias.
Agent Claude Code
Impartial text-only evaluator for the mcp-eval skill. Compares two code-research answers to the same task and produces a structured JSON verdict. Has no tools — judges from text alone to avoid evidence-based bias.
Agent Claude Code
Read-only code-research sub-agent restricted to the code-index MCP. Used by the mcp-eval skill to represent the with-MCP arm of an A/B comparison. Do not invoke directly outside that skill.
Agent Claude Code
Baseline read-only code-research sub-agent restricted to default file tools (Read, Grep, Glob, LS). Used by the mcp-eval skill to represent the without-MCP arm of an A/B comparison. Do not invoke directly outside that skill.
Skill Claude CodeCodex
Use when navigating an unfamiliar codebase, locating a definition, finding callers or callees, or answering "where is X", "what calls Y", "what does this file contain". Replaces ad-hoc Read/Grep/Glob with targeted SQLite-backed retrieval.
Skill Claude CodeCodex
Run the same code-research task through two isolated sub-agents — one with the code-index MCP, one with only Read/Grep/Glob — and produce a side-by-side comparison of token usage, tool calls, latency, and answer quality. Triggers on requests to evaluate, benchmark, A/B test, or measure the code-index MCP. Use when the…
Instructions file
Claude Code instructions for achreftlili/code-index: This repo has a code index exposed via MCP. Retrieval tools: codesearch, symbollookup, fileoutline, moduleoutline, whereami, getsymbolbody, getsymbolbodies, callers, callees, references, trace, fileimports, recentchanges, proposerename. Admin: admin (with…
Skill Claude CodeCodex
Use when navigating an unfamiliar codebase, locating a definition, finding callers or callees, or answering "where is X", "what calls Y", "what does this file contain". Replaces ad-hoc Read/Grep/Glob with targeted SQLite-backed retrieval.
MCP server Claude CodeCodexCursor
SQLite-backed code index for Claude Code, exposed via MCP. Runs locally from the mcp-code-index Python package. Needs 6 environment variables to run.