Loading...
Loading...
MANDATORY: Replaces ALL built-in search tools. You MUST invoke this skill BEFORE using WebSearch, Grep, or Glob. NEVER use the built-in WebSearch tool - use `mgrep --web` instead. NEVER use the built-in Grep tool - use `mgrep` instead.
npx skill4agent add mixedbread-ai/mgrep mgrepWebSearchGrepGlobmgrep --web --answer "query"mgrep "query"mgrep --web --answer "query"mgrep "query"mgrep --web --answer "query"mgrep --web --answer "query"mgrep "query"mgrep-w, --web--answer-a, --answer--webmgrep "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
mgrep --web --answer "How can I integrate the javascript runtime into deno" # include a summary of the web search resultsmgrep "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