achreftlili

8 mods across 1 repository, 1 stars between them.

eval-judge

01

achreftlili/code-index

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.

1 3mo ago A 49 tokens original MIT

eval-with-mcp

02

achreftlili/code-index

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.

1 3mo ago A 48 tokens original MIT

eval-without-mcp

03

achreftlili/code-index

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.

1 3mo ago A 58 tokens original MIT

code-search

04

achreftlili/code-index

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.

1 3mo ago A 56 tokens original MIT

mcp-eval

05

achreftlili/code-index

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…

1 3mo ago A 146 tokens original MIT

achreftlili/code-index

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…

1 3mo ago A 226 tokens original MIT

code-search

07

achreftlili/code-index

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.

1 3mo ago A 56 tokens copy · 100% MIT

code-index

08

achreftlili/code-index

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.

1 3mo ago A tokens not measured original MIT