flow-next-rp-explorer

Solid

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.

AI & Automation 621 stars 47 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
93
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
72
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# RP-Explorer Token-efficient codebase exploration using RepoPrompt CLI. ## Trigger Phrases Activates when user combines "use rp" or "use repoprompt" with an action: - "use rp to explore how auth works" - "use repoprompt to find similar patterns" - "use rp to understand the data flow" - "use repoprompt to search for API endpoints" ## CLI Reference Read [cli-reference.md](cli-reference.md) for complete command documentation. ## Quick Start ### Step 1: Get Overview ```bash rp-cli -e 'tree' rp-cli -e 'structure .' ``` ### Step 2: Find Relevant Files ```bash rp-cli -e 'search "auth" --context-lines 2' rp-cli -e 'builder "understand authentication"' ``` ### Step 3: Deep Dive ```bash rp-cli -e 'select set src/auth/' rp-cli -e 'structure --scope selected' rp-cli -e 'read src/auth/login.ts' ``` ### Step 4: Export Context ```bash rp-cli -e 'context --all > codebase-map.md' ``` ## Token Efficiency - Use `structure` instead of reading full files (10x fewer tokens) - Use `builder` for AI-powered file discovery - Select only relevant files before exporting context ## Tab Isolation `builder` creates an isolated compose tab automatically. Use `-t` to target it: ```bash # 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' ``` ## Requirements RepoPrompt v1.5.62+ with rp-cli installed.

Details

Author
gmickel
Repository
gmickel/flow-next
Created
5 months ago
Last Updated
4 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

repoprompt

Use RepoPrompt CLI for token-efficient codebase exploration

3,795 Updated 4 months ago
parcadei
AI & Automation Solid

repoprompt

Use RepoPrompt CLI for token-efficient codebase exploration

496 Updated 1 months ago
vibeeval
AI & Automation Listed

repo-explorer

Explore and analyze any repository (local path or remote GitHub/GitLab URL) by delegating to Claude Code CLI (`claude -p`) in non-interactive mode with read-only access. Use when the user asks to explore, analyze, investigate, or research a repository or codebase. Triggers on "explore repo", "analyze repo", "investigate repo", "research codebase", "what does this repo do", "how does this codebase work", "ask about repo", "codebase question", "explore repository", "what API does this project have", "analyze this GitHub repo", "explore https://github.com/...", or any request to understand a repository's structure, API, architecture, or implementation details. Works with both local paths and remote URLs (GitHub, GitLab, Bitbucket).

77 Updated 6 days ago
CodeAlive-AI
AI & Automation Listed

ai-explore

Codebase-only read-only research dispatcher. Thin wrapper around the ai-explore agent for architecture mapping, dependency tracing, pattern identification, and risk surfacing. Trigger for 'explore the codebase', 'where does X live', 'map this module', 'what depends on Y', 'trace this import chain'. Not for external evidence with citations; use /ai-research instead.

49 Updated today
arcasilesgroup
AI & Automation Listed

exploring-codebases

First-encounter codebase orientation. Chains tree-sitting (structural inventory) and featuring (feature synthesis) into an EDA workflow for unfamiliar repositories. Use when someone says "explore this repo", "what does this do", "I just cloned this", "help me understand this codebase", or when starting work on an unfamiliar repository. This is the divergent "what's here?" skill — for targeted "where is X?" queries, use searching-codebases instead.

124 Updated 3 days ago
oaustegard