maestro/skills/analysis/morph-search/SKILL.md
Fast codebase search via WarpGrep (20x faster than grep)
npx skillsauth add scooter-lacroix/maestro morph-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
tools
Wiring Verification
tools
Create and configure Maestro sub-agents with custom prompts, tools, and models
data-ai
Create and use Maestro slash commands - quick prompts, bash execution, file references
development
Upgrade any skill to v5 Hybrid format using decision theory + modal logic