
Mgrep Code Search
- 279 repo stars
- Updated April 25, 2026
- intellectronica/agent-skills
Ask natural-language questions across large or nested repos when ripgrep alone cannot surface intent, features, or unfamiliar modules.
About
mgrep-code-search is an agent skill that wraps mgrep semantic search for developers exploring sizable or deeply nested repositories. It is meant for moments when you know what you are looking for in plain language—authentication flow, retry logic, feature flags—but exact strings are unknown or scattered. The skill positions semantic retrieval alongside traditional grep and ripgrep so your coding agent can map unfamiliar modules, trace cross-cutting concerns, and validate assumptions before edits. Install it when your project crosses the documented threshold of more than thirty non-gitignored files or when folder depth makes linear search tedious. It supports Claude Code, Cursor, Codex, and similar agents that need procedural guidance for when to reach for mgrep instead of burning tokens on blind file walks. Complexity is intermediate because you still must phrase queries well and verify hits against source truth.
- mgrep-powered semantic search over non-gitignored sources in repos beyond ~30 files
- Natural-language queries for features, behavior, and intent—not only string literals
- Designed to complement grep/ripgrep rather than replace exact-match search
- Targets nested directory layouts where flat text search misses structure and context
- Explicit trigger: use when the codebase is large or hierarchically organized
Mgrep Code Search by the numbers
- Data as of Jul 20, 2026 (Skillselion catalog sync)
/plugin marketplace add intellectronica/agent-skills/plugin install mgrep-code-search@intellectronica-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 279 |
|---|---|
| Last updated | April 25, 2026 |
| Repository | intellectronica/agent-skills ↗ |
What it does
Ask natural-language questions across large or nested repos when ripgrep alone cannot surface intent, features, or unfamiliar modules.
Files
Semantic code search using mgrep for efficient codebase exploration. This skill should be used when searching or exploring codebases with more than 30 non-gitignored files and/or nested directory structures. It provides natural language semantic search that complements traditional grep/ripgrep for finding features, understanding intent, and exploring unfamiliar code.
mgrep-code-search
Source: ./plugins/mgrep-code-search
{ "name": "mgrep-code-search", "source": "./plugins/mgrep-code-search", "version": "0.1.1768936949", "category": "development", "description": "Semantic code search using mgrep for efficient codebase exploration. This skill should be used when searching or exploring codebases with more than 30 non-gitignored files and/or nested directory structures. It provides natural language semantic search that complements traditional grep/ripgrep for finding features, understanding intent, and exploring unfamiliar code." }