Skip to main content

fast-grep

Estrelas13
Forks3
Atualizado1 de maio de 2026 às 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`).

Instalação

Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.

SKILL.md
readonly