RepoPrompt — экономный анализ кодовой базы

engineering

repoprompt is a Claude Code skill that enables token-efficient codebase exploration through the RepoPrompt CLI using `rp-cli -e` commands. Instead of reading entire files, it uses structural analysis (`structure` — function and class signatures only), context-aware search (`search --context-lines`), and file slicing (`read --start-line --limit`), significantly reducing token consumption when navigating large codebases. The skill covers file selection management (`select add/set/clear`), workspace switching, command chaining, and an AI-powered context builder that automatically identifies relevant files for a given task. Long-running operations like `builder` run asynchronously via a tmux wrapper with `start`, `status`, and `result` actions. Requires the RepoPrompt app running with MCP Server enabled.