Skip to main content

fast-grep

Stars13
Forks3
UpdatedMay 1, 2026 at 05:48

Use fast-grep (`fgr`) for regex and literal text search across this repository. When an index exists it is dramatically faster than `grep`/`ripgrep`; without an index it is comparable to ripgrep. TRIGGER when: searching for code (function, symbol, identifier, string), counting occurrences, or listing files matching a pattern in this repo. SKIP for: git-history search (use `git log -G`/`git grep`), binary files, or patterns that require lookaround / backreferences (the Rust `regex` crate does not support them โ€” fall back to `rg -P` or `grep -P`).

Installation

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.

SKILL.md
readonly