sgrep
Fast local semantic code search with natural language
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install sgrep?โผ
Run `npx skills add Rika-Labs/sgrep --all -g -y` in your terminal to install the skill globally for your agent.
How to search code by meaning instead of keywords?โผ
Run `sgrep search "where do we handle authentication?"` and sgrep returns relevant code chunks ranked by semantic meaning, not just text matches.
Does sgrep work offline?โผ
Yes. sgrep uses local embeddings by default, and `sgrep --offline` disables all network fetches once the model cache is warmed up.
Does sgrep work with Claude Code and Codex?โผ
Yes. sgrep ships plugins for Claude Code, Codex CLI, Pi, OpenCode, and Factory, each auto-managing the index during your session.
How does sgrep keep search results up to date?โผ
Run `sgrep watch` and it incrementally re-indexes files as you edit, so search results always reflect your latest code.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core