Skip to main content

rg-budget-search

Codex built-in skill for budgeted ripgrep-style repository search that avoids huge terminal output by narrowing files and bounded hit windows.

Jump to install

Source facts

Repository
Rycen7822/skill-retrieval-mcp
Last source activity
May 10, 2026 at 17:34
Detected SKILL.md language
English
Stars
2
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
rg-budget-search
description
Codex built-in skill for budgeted ripgrep-style repository search that avoids huge terminal output by narrowing files and bounded hit windows.
tags
["codex-builtin","ripgrep","search-budget","code-search"]
# rg-budget-search ## When to Use Use when searching a large repository with strict terminal-output budget, first files-only then bounded hits and exact spans. ## Do Not Use When Do not use when an AST structural query is required; use ast-grep for code-shape matching. ## Required Inputs Search pattern, target directory, file globs, and output budget. ## Workflow 1. Run a files-only search first. 2. Narrow by path or glob. 3. Read bounded hit spans. 4. Record exactly which ranges were inspected.
View on GitHub