source-search

star 499

Fast, repository-wide search to locate symbols, routes, env vars, error codes, and other artifacts (read-only).

pilinux By pilinux schedule Updated 2/19/2026

name: source-search description: Fast, repository-wide search to locate symbols, routes, env vars, error codes, and other artifacts (read-only). license: MIT metadata: mode: read-only purpose: search

Source Search

When to Use

  • You need to locate where a symbol, string, env var, or error code is defined or referenced across the codebase.

Rules

  • Read-only: do not modify files.
  • Prefer grep for broad discovery, then targeted read for the best matches.
  • Narrow with glob patterns to reduce noise.

Workflow

  1. Identify exact search keys and likely variants.
  2. Glob by folder or pattern to limit scope.
  3. Grep and rank results by relevance.
  4. Return top matches with path:line and a short note.

Output

  • Definitions and top usages with path:line citations.
  • Brief note on next steps or likely primary file to inspect.

Examples

  • "Where is PrefixJtiBlacklist defined?" - search config/ for the constant.
  • "Which files reference ACTIVATE_JWT?" - grep across config/, setTestEnv.sh, .env.sample.

Related Skills

  • code-navigation (impact mapping), file-reader (detailed read)
Install via CLI
npx skills add https://github.com/pilinux/gorest --skill source-search
Repository Details
star Stars 499
call_split Forks 63
navigation Branch main
article Path SKILL.md
More from Creator