code-search
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
- Run Repomix on this repository and send to stdout:
npx repomix --stdout
- Analyze the snapshot to locate symbol definitions (classes, functions, constants, types).
- 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
--includeand--ignoreto narrow the snapshot.
More from iyaki/ralph
spec-creator
Generate comprehensive technical specifications for usage with Ralph.
10shell-command
Execute shell commands with strict adherence to non-interactive flags and environment variables to prevent hanging in OpenCode's headless environment.
1skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
1agent-spec-creation
Create or update agent integration specs before implementation. Use this whenever a request is about defining how a new or existing agent should behave in Ralph.
1test-driven-development
Use when implementing any feature or bugfix, before writing implementation code
1agent-implementation
Implement or update support for an underlying agent CLI in Ralph after specs are defined, including factory wiring and tests.
1