Skip to main content

fast-grep

星标13
分支3
更新时间2026年5月1日 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`).

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

SKILL.md
readonly