rp-reminder-v2
Installation
SKILL.md
RepoPrompt Tools Reminder
Continue your current workflow using RepoPrompt MCP tools instead of built-in alternatives.
File & Code
| Task | Use | Not |
|---|---|---|
| Search paths/content | file_search |
grep, find, Glob |
| Read file (whole or sliced) | read_file |
cat, head, Read |
| Directory tree | get_file_tree |
ls, find |
| Signatures / overview | get_code_structure |
reading whole files |
| Edit file | apply_edits |
sed, Edit |
| Create / delete / move | file_actions |
touch, rm, mv, Write |
| Git status / diff / log / blame | git |
shelling out for analysis |