ripgrep (rg) is a line-oriented search tool that recursively searches directories for regex patterns while respecting .gitignore rules. Written in Rust, it outperforms grep, ag, and ack on large codebases by significant margins and supports Unicode by default.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill ripgrep-recursive-regex-search-tool --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ripgrep Recursive Regex Search Tool?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-ripgrep-recursive-regex-search-tool)More formats (shields.io, HTML) on the badges page.
---
name: "ripgrep Recursive Regex Search Tool"
slug: "ripgrep-recursive-regex-search-tool"
description: "ripgrep (rg) is a line-oriented search tool that recursively searches directories for regex patterns while respecting .gitignore rules. Written in Rust, it outperforms grep, ag, and ack on large codebases by significant margins and supports Unicode by default."
github_stars: 61743
verification: "security_reviewed"
source: "https://github.com/BurntSushi/ripgrep"
category: "Developer Tools"
framework: "Claude Code"
tool_ecosystem:
github_repo: "BurntSushi/ripgrep"
github_stars: 61743
---
# ripgrep Recursive Regex Search Tool
ripgrep (rg) is a line-oriented search tool that recursively searches directories for regex patterns while respecting .gitignore rules. Written in Rust, it outperforms grep, ag, and ack on large codebases by significant margins and supports Unicode by default.
## Installation
Use the upstream install or setup path that matches your environment:
- $ brew install ripgrep
- $ cargo install ripgrep
- $ cargo binstall ripgrep
- $ git clone https://github.com/BurntSushi/ripgrep
Requirements and caveats from upstream:
- For example, rg -tpy foo limits your search to Python files and rg -Tjs
Basic usage or getting-started notes:
- This example searches the entire
- The binary name for ripgrep is rg.
- **[Archives of precompiled binaries for ripgrep are available for Windows,
- Source: https://github.com/BurntSushi/ripgrep
- Extracted from upstream docs: https://raw.githubusercontent.com/BurntSushi/ripgrep/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/ripgrep-recursive-regex-search-tool/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!