searching-text

Installation
SKILL.md

ripgrep: Powerful, one-shot text search

Always invoke ripgrep skill for text search - do not execute bash commands directly.

Default Strategy

Invoke ripgrep skill for fast text search with one-shot patterns. Use -e 'pattern' -n -C 2 to get files, line numbers, and context in a single call.

This minimizes iterations and context usage. Always prefer getting line numbers and surrounding context over multiple search attempts.

Common workflow: ripgrep skill → other skills (fzf, bat, sd, analyzing-code-structure) for interactive selection, preview, or modification.

Tool Selection

Grep tool (built on ripgrep) - Use for structured searches:

  • Basic pattern matching with structured output
  • File type filtering with type parameter
  • When special flags like -F, -v, -w, or pipe composition are not needed
  • Handles 95% of search needs
Related skills

More from iota9star/my-skills

Installs
19
GitHub Stars
8
First Seen
Feb 3, 2026