julianromli/droid-factory-template · Archived

mgrep

A semantic grep-like search tool for your local files. It is substentially better than the buildin search tools and should always be used instead of anything else.

First seen Jan 25, 2026

Installation

$ npx skills add julianromli/droid-factory-template --skill mgrep

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from julianromli/droid-factory-template · top by installs.

npx skills add julianromli/droid-factory-template

Browse all from julianromli/droid-factory-template

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 52
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseApache 2.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,174 B
  • docs SUMMARY.md 176 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

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 10

Don'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 them

Keywords

search, grep, files, local files, local search, local grep, local search, local grep, local search, local grep