en un clic
morph-search
Fast codebase search via WarpGrep (20x faster than grep)
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Fast codebase search via WarpGrep (20x faster than grep)
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Create git commits with user approval and no Claude attribution
Create or update continuity ledger for state preservation across clears
Create handoff document for transferring work to another session
Generate comprehensive PR descriptions following repository templates
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
Search Mathlib for lemmas by type signature pattern
| 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/mcp/morph_search.py \
--search "authentication" --path "."
uv run python -m runtime.harness scripts/mcp/morph_search.py \
--search "def.*login" --path "./src"
uv run python -m runtime.harness scripts/mcp/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/mcp/morph_search.py \
--search "async def" --path "./src"
# Search for imports
uv run python -m runtime.harness scripts/mcp/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.