Mgrep

Use this skill when the user wants to search code semantically

javimosch 1610bde 672 B Updated

File contents

Mgrep Plugin

search code semantically

Commands

  • mgrep self version — Print mgrep version
  • mgrep _ _ — Passthrough to mgrep CLI

Usage Examples

  • "Search for error handling patterns"
  • "Find all authentication code"
  • "Semantic search across the codebase"

Installation

npm install -g mgrep

Examples

mgrep "error handling" --lang rust
mgrep "authentication" --dir src/
mgrep "database connection" --context 3

Key Features

  • Semantic code understanding
  • Context-aware results
  • Multiple language support
  • Fast indexing

javimosch/supercli/tree/main/plugins/mgrep/skills/quickstart commit 1610bdec8e

Frequently asked questions

npx skillmds@latest add javimosch/mgrep