code-search

Installation
SKILL.md

Repomix Code Search

Overview

Generate a repository snapshot with Repomix to stdout and use it as the primary source to find symbol definitions before diving into individual files.

Workflow

  1. Run Repomix on this repository and send to stdout:
npx repomix --stdout
  1. Analyze the snapshot to locate symbol definitions (classes, functions, constants, types).
  2. If you need exact locations or extra context, use read/search tools on the real files.

Notes

  • Regenerate the snapshot if you changed relevant files in src/.
  • If the repo is large, consider --include and --ignore to narrow the snapshot.
Related skills
Installs
11
First Seen
Mar 2, 2026