If you're tired of burning thousands of tokens just to understand a codebase, this is your tool. RepoPrompt gives Claude token-efficient ways to explore code through signatures, line slices, and targeted searches instead of dumping entire files into context. The structure command shows you function signatures without full implementations, read can grab specific line ranges, and search returns matches with just the context you need. It's especially useful when you're working with large repos where context limits actually matter. The CLI syntax is straightforward, and there's an async mode for long-running operations like the AI-powered context builder. Requires the RepoPrompt app running locally with MCP enabled.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill repoprompt