with one click
rp-reminder
Reminder to use RepoPrompt MCP tools
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Reminder to use RepoPrompt MCP tools
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Controls Windscribe VPN via the windscribe-cli command-line tool. Use when installing Windscribe, connecting or disconnecting VPN, switching server locations or protocols, checking VPN status, managing the firewall kill switch, listing available locations, troubleshooting VPN issues, automating privacy and security workflows, or testing geo-dependent features across regions. All operations use shell commands via windscribe-cli. Not for Windscribe account management, billing, or browser extension control.
Generates code and provides documentation for the Genkit Dart SDK. Use when the user asks to build AI agents in Dart, use Genkit flows, or integrate LLMs into Dart/Flutter applications.
Develop AI-powered applications using Genkit in Go. Use when the user asks to build AI features, agents, flows, or tools in Go using Genkit, or when working with Genkit Go code involving generation, prompts, streaming, tool calling, or model providers.
Develop AI-powered applications using Genkit in Node.js/TypeScript. Use when the user asks about Genkit, AI agents, flows, or tools in JavaScript/TypeScript, or when encountering Genkit errors, validation issues, type errors, or API problems.
Develop AI-powered applications using Genkit in Python. Use when the user asks about Genkit, AI agents, flows, or tools in Python, or when encountering Genkit errors, import issues, or API problems.
Official skill for integrating Firebase AI Logic (Gemini API) into web applications. Covers setup, multimodal inference, structured output, and security.
| name | rp-reminder |
| description | Reminder to use RepoPrompt MCP tools |
| repoprompt_managed | true |
| repoprompt_skills_version | 29 |
| repoprompt_variant | mcp |
Continue your current workflow using RepoPrompt MCP tools instead of built-in alternatives.
| Task | Use This | Not This |
|---|---|---|
| Find files/content | file_search | grep, find, Glob |
| Read files | read_file | cat, Read |
| Edit files | apply_edits | sed, Edit |
| Create/delete/move | file_actions | touch, rm, mv, Write |
// Search (path or content)
{"tool":"file_search","args":{"pattern":"keyword","mode":"auto"}}
// Read file (or slice)
{"tool":"read_file","args":{"path":"Root/file.swift"}}
{"tool":"read_file","args":{"path":"Root/file.swift","start_line":50,"limit":30}}
// Edit (search/replace)
{"tool":"apply_edits","args":{"path":"Root/file.swift","search":"old","replace":"new"}}
// File operations
{"tool":"file_actions","args":{"action":"create","path":"Root/new.swift","content":"..."}}
{"tool":"file_actions","args":{"action":"delete","path":"/absolute/path.swift"}}
{"tool":"file_actions","args":{"action":"move","path":"Root/old.swift","new_path":"Root/new.swift"}}
// Check selection
{"tool":"manage_selection","args":{"op":"get","view":"files"}}
// Add files for chat context
{"tool":"manage_selection","args":{"op":"add","paths":["Root/path/file.swift"]}}
Continue with your task using these tools.