flow-next-rp-explorer

Map codebases with RepoPrompt CLI tree, structure, search, read, and context commands.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/raydocs/inktale --skill flow-next-rp-explorer-raydocs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-next-rp-explorer
Source: https://github.com/raydocs/inktale/tree/main/plugins/flow-next/skills/flow-next-rp-explorer
Command: npx skills add https://github.com/raydocs/inktale --skill flow-next-rp-explorer-raydocs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

In large codebases, developers struggle to quickly understand structure and relationships. This skill provides token-efficient exploration using RepoPrompt CLI to map codebases and surface relevant files without reading every line.

Core Features & Use Cases

  • Token-efficient discovery using rp-cli's tree, structure, search, read, and context commands to minimize token usage.
  • AI-assisted file selection and rapid context export for sprint planning, debugging, and onboarding.
  • Trigger-based workflows via phrases like "use rp" or "use repoprompt" to start targeted explorations.

Quick Start

Install rp-cli and begin mapping your repository with tree and structure commands.

Frequently Asked Questions about flow-next-rp-explorer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I explore a large codebase without exceeding token limits?

You can explore a large codebase token-efficiently by mapping its structure and searching for relevant files instead of reading every line. This approach uses tree, structure, and search commands to surface only the necessary context.

What is the best way to locate authentication logic across an unfamiliar repository?

Locating authentication logic across a repository is best achieved through targeted codebase exploration. By using search and context commands, you can rapidly trace data flow and discover relevant files without manually scanning directories.

How do I trace data flow in a codebase for debugging?

To trace data flow for debugging, you map the codebase structure and search for specific function calls or variables. This token-efficient discovery surfaces the relevant files and context needed to understand execution paths quickly.

Can I map API endpoints in a repository without reading every file?

Yes, you can map API endpoints without reading every file by using structure and search commands. This method identifies routing definitions and endpoint handlers across the repository, providing rapid situational awareness while minimizing token usage.

Does codebase exploration with rp-cli work for sprint planning and onboarding?

Codebase exploration with rp-cli works well for sprint planning and onboarding by providing AI-assisted file selection and rapid context export. It efficiently maps repository structure to help developers gain situational awareness quickly.

When should I use token-efficient codebase exploration instead of reading files directly?

You should use token-efficient codebase exploration instead of reading files directly when dealing with large repositories where understanding structure and relationships quickly is critical. It prevents token overload by surfaceing only relevant context for tasks like debugging or onboarding.