ggrep

Locate code by concept with semantic search returning file paths, line numbers, and snippets.

2|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/GoodFarming/goodgrep --skill ggrep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ggrep
Source: https://github.com/GoodFarming/goodgrep/tree/main/Tools/ggrep/plugins/ggrep/skills/ggrep
Command: npx skills add https://github.com/GoodFarming/goodgrep --skill ggrep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers locate code by concept rather than exact text, accelerating understanding and debugging by answering questions like "where is authentication implemented?" and returning precise file paths, line numbers, and concise previews.

Core Features & Use Cases

  • Semantic code search: Find relevant code by intent, not just literal matches.
  • Local, CPU-first: All indexing and searching runs locally without cloud calls or API keys.
  • Contextual results: Each result includes path, line number, and a short snippet for quick context.
  • Use Case: Quickly locate where a feature is implemented or how a behavior is wired across a codebase.

Quick Start

To start using this Skill, run a natural-language query such as: ggrep "where is authentication implemented?" in your repository to see related files and their surrounding code.