repoprompt

Use RepoPrompt CLI for token-efficient codebase exploration

By parcadei · 500 installs

npx skills add parcadei/continuous-claude-v3 --skill repoprompt

Source repository · Upstream listing

RepoPrompt Skill When to Use Explore codebase structure (tree, codemaps) Search code with context lines Get code signatures without full file content (token efficient) Read file slices (specific line ranges) Build context for tasks Token Optimization RepoPrompt is more token efficient than raw file reads: structure → signatures only (not full content) read start line limit → slices instead of full files search context lines → relevant matches with context CLI Usage Commands Reference File Tree Code Structure (Codemaps) TOKEN EFFICIENT Search Read Files TOKEN EFFICIENT Selection Management Workspace Context Chain Commands Workspaces AI Chat (uses RepoPrompt's models) Context Builder (AI powered file selection) Workflow Shorthand Flags Script Files (.rp) For repeatable workflows, save commands to a script: Run with: CLI Flags Flag Purpose e 'cmd' Execute command(s) w <id Target window ID q Quiet mode d <cmd Detailed help for command wait for server 5 Wait for connection (scripts) Async Operations (tmux) For long running operations like builder , use the async script: Note Requires RepoPrompt app running with MCP Server enabled.