From flow-next
Explores codebases token-efficiently using RepoPrompt CLI: overviews, file search/discovery, selection, reading, and context export. Activates on 'use rp to explore/find/understand/search...'
npx claudepluginhub gmickel/flow-next --plugin flow-nextThis skill uses the workspace's default tool permissions.
Token-efficient codebase exploration using RepoPrompt CLI.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Token-efficient codebase exploration using RepoPrompt CLI.
Activates when user combines "use rp" or "use repoprompt" with an action:
Read cli-reference.md for complete command documentation.
rp-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'
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:
# 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'
RepoPrompt v1.5.62+ with rp-cli installed.