Flow Next RP Explorer
Routes 'use rp to...' requests to RepoPrompt's token-efficient codebase-exploration CLI.
Test report
- Verdict
- Tested · Didn't pass
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 7, 2026 · 9734856
Trigger phrasing is airtight ('use rp'/'use repoprompt' + action, nothing looser), but the entire skill is inert without a separately purchased RepoPrompt app and its rp-cli binary -- not present in this sandbox (which rp-cli confirms), so the mini-task could only be checked on paper, not run end to end.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 4/10
- Docs & honesty 5/5
What Flow Next RP Explorer does
Wraps the RepoPrompt CLI (rp-cli) so codebase exploration uses structure/search/builder commands instead of reading full files, aiming for large token savings. Only activates on the explicit phrase 'use rp to...' or 'use repoprompt to...', so it stays out of the way of generic exploration requests, but it hard-depends on a separately licensed RepoPrompt v1.5.62+ install.
How to install Flow Next RP Explorer
git clone https://github.com/gmickel/flow-next
cd flow-next
mkdir -p ~/.claude/skills
cp -r plugins/flow-next/skills/flow-next-rp-explorer ~/.claude/skills/flow-next-rp-explorer
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Flow Next RP Explorer
-
/flow-next-rp-explorerRoutes 'use rp to...' requests to RepoPrompt's token-efficient codebase-exploration CLI.
It also activates on plain-language prompts like these:
-
Use rp to map out how the auth module connects to the rest of the app -
Use repoprompt to find every caller of this function without full reads -
Use rp to explore the folder structure before I start refactoring
Frequently asked questions
- Is the Flow Next RP Explorer skill free?
- Yes. The skill itself is free from gmickel/flow-next. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Flow Next RP Explorer work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Didn't pass. Trigger phrasing is airtight ('use rp'/'use repoprompt' + action, nothing looser), but the entire skill is inert without a separately purchased RepoPrompt app and its rp-cli binary -- not present in this sandbox (which rp-cli confirms), so the mini-task could only be checked on paper, not run end to end.
- How do I install Flow Next RP Explorer?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Flow Next RP Explorer with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.