repotracer

Repotracer — Development skill for Claude Code

Development community

A repo investigator for Claude Code and Codex.

How to install Repotracer

This entry records only its repository, not the path inside it, so there is no exact command to give. Open repotracer/repotracer and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Repotracer does

A repo investigator for Claude Code and Codex. Offload codebase investigation and get up to 2.7× as much work from the same limits.

Alternatives in Development

  • Investigation First 3.7k ★
  • Octo Debug — Systematic debugging with methodical problem investigation 2.8k ★
  • Understand Anything — Claude Code skills that turn any codebase into an interactive knowledge graph you can explore, search, and ask 2.5k ★

README

RepoTracer

A repo investigator for Claude Code and Codex.

RepoTracer has a separate agent investigate the repo and report back to Claude Code or Codex.

Up to 2.7× as much work from the same limits · up to 25% faster
When the outputs of the two runs differed in quality, RepoTracer produced the better result.
Same task, model, repo, and timeout. RepoTracer usage included. See every run.

Claude Code · Codex · MCP · MIT

Demo · Benchmarks · Install · Architecture · Website

Demo

Side-by-side Codex runs on the same task: without RepoTracer $1.86, with RepoTracer $0.93, both pass

Same task · same model · same repo · same timeout · RepoTracer investigator usage included

npx repotracer@latest setup

What changes

![Without RepoTracer, Claude Code or Codex investigates, reasons, implements, and verifies in one conversation. With RepoTracer, a separate conversation investigates the repo and reports back.](assets/readme-what-changes.svg)

**Without RepoTracer**, every search and file read stays in the same conversation and counts against the same limits the coding agent later uses to implement the change.

**With RepoTracer**, RepoTracer runs the investigation in a separate conversation and reports back to the coding agent.


We built RepoTracer to make the limits last longer. Then the code got better.

On the current complete-task benchmarks, the same