morph-search
Fast codebase search via WarpGrep (20x faster than grep)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Fast codebase search via WarpGrep (20x faster than grep)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Maestro spec-driven development for Claude Code. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Maestro spec-driven development for Gemini CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Maestro spec-driven development for Amp CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Show users how Maestro works - the opinionated setup with hooks, memory, and coordination
Full 5-layer analysis of a specific function for debugging or deep understanding
Get a token-efficient overview of any project using the TLDR stack
| name | morph-search |
| description | Fast codebase search via WarpGrep (20x faster than grep) |
| allowed-tools | ["Bash","Read"] |
Fast, AI-powered codebase search using WarpGrep. 20x faster than traditional grep.
uv run python -m runtime.harness scripts/morph_search.py \
--search "authentication" --path "."
uv run python -m runtime.harness scripts/morph_search.py \
--search "def.*login" --path "./src"
uv run python -m runtime.harness scripts/morph_search.py \
--edit "/path/to/file.py" --content "new content"
| Parameter | Description |
|---|---|
--search | Search query/pattern |
--path | Directory to search (default: .) |
--edit | File path to edit |
--content | New content for file (use with --edit) |
# Find all async functions
uv run python -m runtime.harness scripts/morph_search.py \
--search "async def" --path "./src"
# Search for imports
uv run python -m runtime.harness scripts/morph_search.py \
--search "from fastapi import" --path "."
| Tool | Best For |
|---|---|
| morph/warpgrep | Fast text/regex search (20x faster) |
| ast-grep | Structural code search (understands syntax) |
Requires morph server in mcp_config.json with MORPH_API_KEY.