morph-warpgrep
Installation
SKILL.md
Morph WarpGrep & Fast Apply
Morph provides two tools that significantly improve coding agent performance:
- WarpGrep: Agentic code search that's 5x faster than regular search, uses parallel tool calls, achieves 0.73 F1 in ~4 steps
- Fast Apply: Merges AI edits into code at 10,500 tok/s with 98% accuracy (2x faster than search-replace)
Prerequisites
- Get a Morph API key from https://www.morphllm.com/dashboard
- Set environment variable:
export MORPH_API_KEY="your-api-key"
- Install the Morph SDK: