repoprompt

Explore codebases with token-efficient RepoPrompt commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SiTaggart/claude-devbench --skill repoprompt-sitaggart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repoprompt
Source: https://github.com/SiTaggart/claude-devbench/tree/main/plugins/devbench/skills/repoprompt
Command: npx skills add https://github.com/SiTaggart/claude-devbench --skill repoprompt-sitaggart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides token-efficient ways to explore and understand a codebase using RepoPrompt commands that minimize token usage while preserving context.

Core Features & Use Cases

  • Read-only codebase navigation with token-efficient tree and structure views.
  • Contextual code searches with context lines to balance detail and cost.
  • Read specific file slices and code signatures to understand behavior without loading full files.
  • Build context for tasks by summarizing current code structure.

Quick Start

  • Explore the project tree: rp-cli -e 'tree'
  • Get structure for a path: rp-cli -e 'structure src/auth/'
  • Read a file slice: rp-cli -e 'read path/to/file.ts --start-line 50 --limit 30'