mgrep

star 39

Use this skill when the user wants to search code semantically

javimosch By javimosch schedule Updated 6/4/2026

name: mgrep description: Use this skill when the user wants to search code semantically

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
Install via CLI
npx skills add https://github.com/javimosch/supercli --skill mgrep
Repository Details
star Stars 39
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator