Repo39 — AI skill for Claude Code
Token-optimized repo exploration harness for AI agents.
How to install Repo39
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open alejandroqh/repo39 and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Repo39 does
Token-optimized repo exploration harness for AI agents.
Alternatives in AI
- Qwen Code — A command-line AI workflow tool adapted from Gemini CLI, optimized for Qwen3-Coder models with enhanced parser 20.8k ★
- Codeburn — Free, local tool to track AI coding token usage and cost across 37 tools and agents (Claude Code, Cursor, Code 9.7k ★
- Ccstatusline — by sirmalloc - A highly customizable status line formatter for Claude Code CLI that displays model info, git b 5.5k ★
README
▄▄▄ ▗▞▀▚▖▄▄▄▄ ▄▄▄ ▄▄▄▄ ▄▄▄▄
█ ▐▛▀▀▘█ █ █ █ █ █ █
█ ▝▚▄▄▖█▄▄▄▀ ▀▄▄▄▀ ▀▀▀█ ▀▀▀█
█ ▄▄▄█ ▄▄▄█
▀
Token-optimized repo explorer for AI agents.
Scans a directory and outputs a compact tree. Designed to minimize tokens so agents can understand repo structure fast and cheap. Single binary: CLI by default, MCP server with `repo39 mcp`.
Install
cargo install repo39
Install for any AI CLI / IDE
Installs the binary and auto-configures it for every MCP client detected: **Claude Code**, **Claude Desktop**, **Codex**, **OpenCode**, **OpenClaw**.
curl -fsSL https://raw.githubusercontent.com/alejandroqh/marketplace/main/h39.sh | bash
Quick Reference
repo39 [flags] [commands]
Flags: -s fdhca -d N -n N -g glob -o nscm -i smcgt -u KMG
Commands:
--identify --map [--calls] --deps
--changes --summary --review [ref]
--search [--regex] [--context N]
[--file-filter glob] [--max-results N]
| Flag | What | Values | Default |
|---|---|---|---|
-s |
show | f=files d=dirs h=hidden c=count a=all |
fd |
-d |
depth | 0=root only, 1..N, 99=unlimited |
0 |
-n |
limit per subfolder | 0=unlimited, 1..N (root always unlimited) |
0 |
-g |
grep filename glob | *.rs, pack*, Cargo.toml |
- |
-o |
sort | n=name s=size m=modified c=created |
n |
-i |
info to display | s=size m=modified c=created g=git t=tokens |
- |
-u |
size unit | K=KB M=MB G=GB |
K |
--identify |
detect project type(s) with confidence | - | - |
--map |
extract code symbols (fn, struct, class) | uses -d, -n, -g |
- |
--calls |
show intra-file call graph (with --map) |
- | - |
--deps |
list dependencies from manifest files | - | - |
--changes |
compact git log (recent file changes) | - | - |
Related Skills
Jcodemunch MCP
Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retr
Claude Harness
Deconstructing Claude Code — interactive source code analysis, guided wc/helpe walkthroughs, and deep architec
Claude Fable 5 System Prompt Clean
the optimized, token-efficient version of the leaked Claude Fable 5 / Mythos 5 system prompt. Re-engineered in
Slash Nextjs
Token-optimized AI chat. Next.js + Vercel AI SDK + slash-tokens/auto. One import. Every call optimized.
Ante
Ghost in your shell. Ante is a self-contained agent harness with a highly optimized core. It works like Claude
TokenTracker
Local-first AI token usage & cost tracker for 31 coding tools incl. Claude Code, Codex, Cursor, Gemini & DeepS
Related Agents
Glass Atrium Intel Planner
Agent for project requirements analysis, spec authoring, task decomposition, and prioritization. Output format
Harness Visual Designer
Visual designer — owns DESIGN.md as the design contract, builds throwaway mockups for exploration, and decides
Harness Codebase Researcher
Investigate existing code, architecture, behavior, dependencies, and risks before a non-trivial implementation