lgrep
Semantic code search, context building, and refactor impact analysis
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install lgrep?โผ
Run `npx skills add dennisonbertram/lgrep --all -g -y` in your terminal to install the full skill suite globally.
How to search code by meaning instead of text?โผ
Run `lgrep search "user authentication flow"` and it finds relevant code by semantic meaning, even when those exact words never appear in the source.
How to check refactor impact before renaming a function?โผ
Use `lgrep impact <symbol>` or `lgrep rename <old> <new>` to see every caller and the full blast radius before making the change.
Does lgrep work with Claude Code and Codex?โผ
Yes. Run `lgrep install --target all` to set up the Claude skill, SessionStart hook, Codex instructions, and MCP server integration.
Can lgrep run offline without API keys?โผ
Yes. Choose the Ollama provider during `lgrep init` to generate embeddings and summaries fully locally with no external API keys.
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