dennisonbertramdennisonbertramCommunityยท1 Agent Skills Included

lgrep

Semantic code search, context building, and refactor impact analysis

Finds code by meaning instead of exact text, locating authentication logic, definitions, and usages across large codebases. Detects dead code, circular dependencies, and duplicated functions, and previews the blast radius before renaming or refactoring. Builds ready-to-use context packages for coding tasks and routes natural-language questions to the right search command. Runs locally or against a shared hosted index so teams and agents always query up-to-date code.
npx skills add dennisonbertram/lgrep --all -g -y
Available:

Instructs your AI agent to prefer lgrep over grep for code discovery, follow local versus cloud storage rules, and use the right search, callers, impact, and context commands during a session.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’