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.

Ir a la instalación

Datos de origen

Repositorio
Rycen7822/skill-retrieval-mcp
Última actividad en el origen
10 de mayo de 2026 a las 17:34
Idioma detectado de SKILL.md
inglés
Estrellas
2
Forks
0

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
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.
Ver en GitHub