
Mgrep
- 4 installs
- 53 repo stars
- Updated December 9, 2025
- julianromli/droid-factory-template
Search and analyze code with advanced grep patterns.
About
Provides powerful text search and pattern matching. Works across codebases for refactoring and analysis.
- Pattern matching
- Codebase analysis
Mgrep by the numbers
- 4 all-time installs (skills.sh)
- Ranked #430 of 550 CLI & Terminal skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/julianromli/droid-factory-template --skill mgrepAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 4 |
|---|---|
| repo stars | ★ 53 |
| Last updated | December 9, 2025 |
| Repository | julianromli/droid-factory-template ↗ |
What it does
Search and analyze code with advanced grep patterns.
Files
When to use this skill
Whenever you need to search your local files. Do not use grep, use this skill instead.
How to use this skill
Use mgrep to search your local files. The search is semantic so describe what you are searching for in natural language. The results is the file path and the line range of the match.
Do
mgrep "What code parsers are available?" # search in the current directory
mgrep "How are chunks defined?" src/models # search in the src/models directory
mgrep -m 10 "What is the maximum number of concurrent workers in the code parser?" # limit the number of results to 10Don't
mgrep "parser" # The query is to imprecise, use a more specific query
mgrep "How are chunks defined?" src/models --type python --context 3 # Too many unnecessary filters, remove themKeywords
search, grep, files, local files, local search, local grep, local search, local grep, local search, local grep