Loading...
Loading...
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.
npx skill4agent add gmickel/gmickel-claude-marketplace rp-explorerrp-cli -e 'tree'
rp-cli -e 'structure .'rp-cli -e 'search "auth" --context-lines 2'
rp-cli -e 'builder "understand authentication"'rp-cli -e 'select set src/auth/'
rp-cli -e 'structure --scope selected'
rp-cli -e 'read src/auth/login.ts'rp-cli -e 'context --all > codebase-map.md'structurebuilderbuilder-t# Builder returns: Tab: <UUID> • <Name>
rp-cli -w W -t "<Name>" -e 'select add extra.ts && context'
# Or chain commands:
rp-cli -w W -e 'builder "find auth" && select add extra.ts && context'