RepoPrompt Tools Reminder (CLI)

SkillAI & models

Reminder to use rp-cli

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the RepoPrompt Tools Reminder (CLI) skill

What this skill tells your AI

The instructions your AI receives, as published by lev-os/agents in skills-db/_todo/rp-reminder-cli/SKILL.md and read by ahel’s review.

Continue your current workflow using rp-cli instead of built-in alternatives.

Primary Tools

TaskUse ThisNot This
Find files/contentsearchgrep, find, Glob
Read filesreadcat, Read
Edit fileseditsed, Edit
Create/delete/movefiletouch, rm, mv, Write

Quick Reference

# 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'

Context Management

# 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.

Signals

GitHub stars
22
Forks
2
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
rp-reminder-cli
Source
github.com/lev-os/agents