osgrep
Semantic code search that finds code by meaning, not strings
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install osgrep?▼
Run `npx skills add Ryandonofrio3/osgrep --all -g -y` in your terminal to install all tools in this suite globally.
What is semantic code search?▼
It finds code by meaning rather than exact text, so a query like 'where do we handle authentication' returns the right functions even if those words never appear in the code.
Does osgrep work with Claude Code?▼
Yes. It ships a Claude Code plugin whose hooks auto-start the search server, so your agent uses semantic search automatically during sessions.
Is my code sent to the cloud?▼
No. All embeddings run locally on your machine via onnxruntime, and each repository gets its own private local index.
How does osgrep save LLM tokens?▼
It returns only relevant code snippets with line ranges and call graphs, so your agent reads targeted sections instead of entire files, cutting token use by about 20%.
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