When you need to search across a large codebase and grep feels sluggish, this gives you WarpGrep under the hood, which the docs claim is 20x faster. It handles both simple text searches and regex patterns, so you can hunt down function definitions, imports, or any code pattern across your project. The skill also bundles in basic file editing capability, though the real value is in the search speed. You'll need a Morph API key and MCP server setup to use it. If you're doing structural searches where syntax matters, ast-grep is still the better choice, but for fast text-based searches this does the job.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill morph-search