Flow Next RP Explorer

Routeert 'use rp to...'-verzoeken naar RepoPrompt's token-efficiënte codebase-exploratie CLI.

Door gmickel · gmickel/flow-next

Tested · Didn't pass

Flow Next RP Explorer — Routeert 'use rp to...'-verzoeken naar RepoPrompt's token-efficiënte codebase-exploratie CLI.

Wat het doet

Wrapt de RepoPrompt CLI (rp-cli) zodat codebase-exploratie structure/search/builder-commando's gebruikt in plaats van volledige bestanden te lezen, met als doel grote tokenbesparingen. Activeert alleen op de expliciete zin 'use rp to...' of 'use repoprompt to...', zodat het generieke exploratieverzoeken niet in de weg zit, maar het heeft een harde afhankelijkheid van een afzonderlijk gelicentieerde RepoPrompt v1.5.62+ installatie.

Testrapport

De trigger-formulering is waterdicht ('use rp'/'use repoprompt' + actie, niets losser), maar de hele skill is inert zonder een afzonderlijk aangeschafte RepoPrompt-app en de bijbehorende rp-cli binary -- niet aanwezig in deze sandbox (wat rp-cli bevestigt), dus de mini-taak kon alleen op papier worden gecontroleerd, niet end-to-end worden uitgevoerd.

Getest op: 2026-07-14 · Claude Code 2.x (agent harness)

Installatie

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

Commando's en voorbeeldprompts

  • /flow-next-rp-explorerRouteert 'use rp to...'-verzoeken naar RepoPrompt's token-efficiënte codebase-exploratie CLI.

Skills reageren op gewone verzoeken — geen commando's om te onthouden. Na installatie activeren prompts zoals deze de skill (in het Engels):

  • 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