https://github.com/terrylica/cc-skills/issues/3 如何让你的Claudecode在搜索代码仓库的时候快5到10倍
GitHub
Performance: Enable 5-10x Faster Grep with System Ripgrep in Claude Code · Issue #3 · terrylica/cc-skills
Summary Claude Code's "Grep" tool is actually powered by ripgrep (rg), not GNU grep. By default, it uses a bundled version via @vscode/ripgrep npm package, which incurs Node.js wrappe...