ripgrep

Installation
SKILL.md

ripgrep (rg)

Fast recursive search tool that searches files line-by-line for patterns.

Basic Usage

rg <pattern> [path]        # Recursive search (default)
rg -F <literal> [path]     # Fixed string (no regex)
rg 'pattern' -g '*.rs'     # With glob filter

Key Features

Automatic Filtering (Default)

Installs
1
Repository
jr2804/prompts
First Seen
Aug 17, 2026
ripgrep — jr2804/prompts