flow-next-rp-explorer
Use the RepoPrompt CLI to explore, search, and understand your codebase efficiently.
Install
mkdir -p .claude/skills/flow-next-rp-explorer && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4295" && unzip -o skill.zip -d .claude/skills/flow-next-rp-explorer && rm skill.zipInstalls to .claude/skills/flow-next-rp-explorer
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
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.Key capabilities
- →Explore codebases using RepoPrompt CLI
- →Map data flow and identify code patterns
- →Generate token-efficient codebase maps
- →Select specific files for context export
How it works
It utilizes the RepoPrompt CLI to perform token-efficient searches and structural analysis of the codebase.
Inputs & outputs
When to use flow-next-rp-explorer
- →Explore authentication flow
- →Find API endpoints
- →Map data flow
- →Identify similar code patterns
About flow-next-rp-explorer
Facilitates token-efficient exploration of codebases. It leverages the RepoPrompt CLI to search for patterns, understand data flow, and generate codebase maps.
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.
When not to use it
- →When full file reading is required without token constraints
- →When the repository is not compatible with RepoPrompt v1.5.62+
Prerequisites
Limitations
- →Requires specific CLI version
- →Limited to RepoPrompt-supported commands
How it compares
It uses structural analysis and selective file context instead of reading entire files, reducing token usage by approximately 10x.
Compared to similar skills
flow-next-rp-explorer side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| flow-next-rp-explorer (this skill) | 1 | 6mo | Review | Intermediate |
| jupyter-notebook | 30 | 6mo | Review | Intermediate |
| external-model-selection | 2 | 8mo | Review | Intermediate |
| consult-zai | 1 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by gmickel
View all by gmickel →You might also like
jupyter-notebook
davila7
Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.
external-model-selection
MadAppGang
Choose optimal external AI models for code analysis, bug investigation, and architectural decisions. Use when consulting multiple LLMs via claudish, comparing model perspectives, or investigating complex Go/LSP/transpiler issues. Provides empirically validated model rankings (91/100 for MiniMax M2, 83/100 for Grok Code Fast) and proven consultation strategies based on real-world testing.
consult-zai
centminmod
Compare z.ai GLM 4.7 and code-searcher responses for comprehensive dual-AI code analysis. Use when you need multiple AI perspectives on code questions.
agent-test-long-runner
ruvnet
Agent skill for test-long-runner - invoke with $agent-test-long-runner
explore
Lee-SiHyeon
Contextual grep for codebases. Answers 'Where is X?', 'Which file has Y?', 'Find the code that does Z'. Fire multiple in parallel for broad searches. Specify thoroughness: quick/medium/very thorough. (Explore - oh-my-opencode port)
py
crazyguitar
Comprehensive Python programming reference covering syntax, concurrency, networking, databases, ML/LLM development, and HPC. Use for: Python questions, Python interview preparation, debugging, performance optimization, async patterns, library examples, code review, best practices, MLOps workflows, d