What problem does it solve?
This Skill eliminates the limitation of exact string and regex search tools like Grep, which cannot find code or information based on intent, natural language, or conceptual meaning, leaving users unable to locate relevant resources without knowing exact keywords.
Core Features & Use Cases
- Local semantic code search: Find code logic, patterns, and implementations across your codebase using descriptive natural language queries instead of exact matches.
- Integrated web search: Look up up-to-date technical documentation, API references, security standards, and best practices directly without switching to a separate search tool.
- Use case: For example, when building a new authentication feature, you can use this Skill to quickly find all existing authentication-related code in your project, or look up the latest OAuth 2.0 specification for implementation guidance.
Quick Start
Use the mgrep skill to find all code in your project that handles user input validation and rate limiting.