🎯

mgrep-code-search

🎯Skill

from doggy8088/agent-skills

VibeIndex|
What it does

Enables semantic code search using natural language queries to efficiently explore and understand complex codebases with over 30 files.

πŸ“¦

Part of

doggy8088/agent-skills(20 items)

mgrep-code-search

Installation

Quick InstallInstall with npx
npx skills add intellectronica/agent-skills --skill skill-name
Quick InstallInstall with npx
npx skills add intellectronica/agent-skills --skill anki-connect
Quick InstallInstall with npx
npx skills add intellectronica/agent-skills --skill beautiful-mermaid
Quick InstallInstall with npx
npx skills add intellectronica/agent-skills --skill context7
Quick InstallInstall with npx
npx skills add intellectronica/agent-skills --skill copilot-sdk

+ 16 more commands

πŸ“– Extracted from docs: doggy8088/agent-skills
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

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.

Overview

# mgrep Code Search

Overview

mgrep is a semantic search tool that enables natural language queries across code, text, PDFs, and images. It is particularly effective for exploring larger or complex codebases where traditional pattern matching falls short.

When to Use This Skill

Use mgrep when:

  • The codebase contains more than 30 non-gitignored files
  • There are nested directory structures
  • Searching for concepts, features, or intent rather than exact strings
  • Exploring an unfamiliar codebase
  • Need to understand "where" or "how" something is implemented

Use traditional grep/ripgrep when:

  • Searching for exact patterns or symbols
  • Regex-based refactoring
  • Tracing specific function or variable names

Quick Start

Indexing

Before searching, start the watcher to index the repository:

```bash

bunx @mixedbread/mgrep watch

```

The watch command indexes the repository and maintains synchronisation with file changes. It respects .gitignore and .mgrepignore patterns.

Searching

```bash

bunx @mixedbread/mgrep "your natural language query" [path]

```

Search Commands

Basic Search

```bash

bunx @mixedbread/mgrep "where is authentication configured?"

bunx @mixedbread/mgrep "how do we handle errors in API calls?" src/

bunx @mixedbread/mgrep "database connection setup" src/lib

```

Search Options

| Option | Description |

|--------|-------------|

| -m | Maximum results (default: 10) |

| -c, --content | Display full result content |

| -a, --answer | Generate AI-powered synthesis of results |

| -s, --sync | Update index before searching |

| --no-rerank | Disable relevance optimisation |

Examples with Options

```bash

# Get more results

bunx @mixedbread/mgrep -m 25 "user authentication flow"

# Show full content of matches

bunx @mixedbread/mgrep -c "error handling patterns"

# Get an AI-synthesised answer

bunx @mixedbread/mgrep -a "how does the caching layer work?"

# Sync index before searching

bunx @mixedbread/mgrep -s "payment processing" src/services

```

Workflow

  1. Start watcher (once per session or when files change significantly):

```bash

bunx @mixedbread/mgrep watch

```

  1. Search semantically:

```bash

bunx @mixedbread/mgrep "what you're looking for" [optional/path]

```

  1. Refine as needed using path constraints or options:

```bash

bunx @mixedbread/mgrep -m 20 -c "refined query" src/specific/directory

```

Environment Variables

Configure defaults via environment variables:

| Variable | Purpose |

|----------|---------|

| MGREP_MAX_COUNT | Default result limit |

| MGREP_CONTENT | Enable content display (1/true) |

| MGREP_ANSWER | Enable AI synthesis (1/true) |

| MGREP_SYNC | Pre-search sync (1/true) |

Important Notes

  • Always use bunx @mixedbread/mgrep to run commands (not npm/npx or direct installation)
  • Run bunx @mixedbread/mgrep watch before searching to ensure the index is current
  • mgrep respects .gitignore patterns automatically
  • Create .mgrepignore for additional exclusions

More from this repository10

🎯
copilot-sdk🎯Skill

Streamlines AWS Copilot CLI interactions, simplifying container application deployment and management on Amazon ECS and Fargate

🎯
markdown-converter🎯Skill

Converts diverse file types like PDF, DOCX, images, and web content to clean, structured Markdown for easy LLM processing.

🎯
nano-banana-pro🎯Skill

Generates and edits images using Google's Nano Banana Pro API, supporting text-to-image creation and image modification with configurable resolutions.

🎯
gpt-image-1-5🎯Skill

Generates or edits images using OpenAI's GPT Image 1.5 model, supporting text-to-image creation and precise image modifications with optional masking.

🎯
context7🎯Skill

Retrieves up-to-date documentation for software libraries and frameworks by querying the Context7 API with library names and specific topics.

🎯
promptify🎯Skill

Transforms natural language prompts into structured, executable code snippets across multiple programming languages.

🎯
beautiful-mermaid🎯Skill

I apologize, but I cannot generate a description without seeing the actual content or details of the "beautiful-mermaid" skill. Could you provide more context about what this skill does, its functi...

🎯
todoist-api🎯Skill

Interacts with Todoist REST API v2 using curl and jq, enabling authenticated CRUD operations on tasks, projects, sections, labels, and comments with built-in safety confirmations.

🎯
raindrop-api🎯Skill

Retrieves and manages Raindrop.io bookmarks through an API, enabling efficient bookmark organization and synchronization.

🎯
ultrathink🎯Skill

Renders a vibrant, multicolored ANSI art display of the word "ultrathink" in stylized block letters.