Быстрый поиск по кодовой базе с WarpGrep

automation

morph-search is a Claude Code skill that searches codebases via WarpGrep, delivering speeds up to 20x faster than traditional grep. It accepts a `--search` parameter for patterns or regex (e.g., `def.*login`, `async def`) and a `--path` parameter to target specific directories, while also supporting programmatic file editing through `--edit` and `--content` flags. The skill runs via `uv run python -m runtime.harness` and requires a morph MCP server configured with a `MORPH_API_KEY` in `mcp_config.json`. It's the right choice for developers who need to locate functions, variables, or imports across large repositories quickly — where raw text search is sufficient and ast-grep's structural analysis would be overkill.