Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Token-efficient codebase exploration using RepoPrompt CLI. Use when user says "use rp to..." or "use repoprompt to..." followed by explore, find, understand, search, or similar actions.
.claude/skills/gmickel-flow-next-rp-explorer/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -23% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 73% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 7% | 0% |
Token-efficient codebase exploration using RepoPrompt Community Edition's CLI.
Activates when user combines "use rp" or "use repoprompt" with an action:
Read cli-reference.md for complete command documentation.
bashrpce-cli -e 'tree' rpce-cli -e 'structure .'
bashrpce-cli -e 'search "auth" --context-lines 2' rpce-cli -e 'builder "understand authentication"'
bashrpce-cli -e 'select set src/auth/' rpce-cli -e 'structure --scope selected' rpce-cli -e 'read src/auth/login.ts'
bashrpce-cli -e 'context --all > codebase-map.md'
structure instead of reading full files (10x fewer tokens)builder for AI-powered file discoverybuilder creates an isolated compose tab automatically. Use -t to target it:
bash# Builder returns: Tab: <UUID> • <Name> rpce-cli -w W -t "<Name>" -e 'select add extra.ts && context' # Or chain commands: rpce-cli -w W -e 'builder "find auth" && select add extra.ts && context'
RepoPrompt CE 1.1.0+ with rpce-cli installed. Direct Classic rp-cli instructions are intentionally not used; Classic is discontinued and survives only behind Flow-Next's wrapper compatibility ladder.
Other measured skills in the registry, with their headline benchmark lift.