con un clic
rp-reminder
Reminder to use rp-cli
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Reminder to use rp-cli
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Validate both the standard Forgeloop HUD and the spectator-facing Director Mode against the same canonical loopback state. Use when changing elixir/priv/static/ui/*, when adding stream/broadcast presentation features, or when you need to prove the HUD spectacle still reflects repo-local truth.
Create reviewable, heavy-atom git commits from current changes (working tree by default; optionally staged/unstaged/range), then push a branch and open a PR. Use when you need to split mixed changes into a small number of cohesive commits (not tiny commits) and ship via GitHub PR.
Build with rp-cli context builder plan → implement
Deep investigation with rp-cli commands: tools gather evidence, follow-up reasoning synthesizes selected context
Export a ChatGPT-ready Question / Plan / Review prompt using rp-cli
Refactoring assistant using rp-cli to analyze and improve code organization
| name | rp-reminder |
| description | Reminder to use rp-cli |
| repoprompt_managed | true |
| repoprompt_skills_version | 28 |
| repoprompt_variant | cli |
Continue your current workflow using rp-cli instead of built-in alternatives.
| Task | Use This | Not This |
|---|---|---|
| Find files/content | search | grep, find, Glob |
| Read files | read | cat, Read |
| Edit files | edit | sed, Edit |
| Create/delete/move | file | touch, rm, mv, Write |
# Search (path or content)
rp-cli -w <window_id> -e 'search "keyword"'
# Read file (or slice)
rp-cli -w <window_id> -e 'read Root/file.swift'
rp-cli -w <window_id> -e 'read Root/file.swift --start-line 50 --limit 30'
# Edit (search/replace) - JSON format required
rp-cli -w <window_id> -e 'call apply_edits {"path":"Root/file.swift","search":"old","replace":"new"}'
rp-cli -w <window_id> -e 'call apply_edits {"path":"Root/file.swift","search":"a\nb","replace":"c\nd"}'
# File operations
rp-cli -w <window_id> -e 'file create Root/new.swift "content..."'
rp-cli -w <window_id> -e 'file delete /absolute/path.swift'
rp-cli -w <window_id> -e 'file move Root/old.swift Root/new.swift'
# Check selection
rp-cli -w <window_id> -e 'select get'
# Add files for chat context
rp-cli -w <window_id> -e 'select add Root/path/file.swift'
Continue with your task using these tools.