sgrep

Official

Find code by meaning, not just text.

AuthorRika-Labs
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables semantic code search across codebases, allowing you to locate relevant implementations using natural language queries rather than brittle text matches. It saves time digging through large repositories and reduces cognitive load when exploring unfamiliar code.

Core Features & Use Cases

  • Semantic search: query code meaning rather than exact tokens, surfacing relevant patterns like authentication, error handling, or database access.
  • Indexing & performance: builds and utilizes an index to deliver fast results across large repos.
  • Automation-friendly outputs: supports JSON output for automation and agent integrations, enabling scripted analysis or summaries.

Quick Start

Ensure sgrep is installed and available in your environment, then run: sgrep search "how is user authentication implemented?"

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: sgrep
Download link: https://github.com/Rika-Labs/sgrep/archive/main.zip#sgrep

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository