morph-warpgrep

Search large codebases with WarpGrep and apply AI-generated edits via Fast Apply.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/Zurybr/lefarma-skills --skill morph-warpgrep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: morph-warpgrep
Source: https://github.com/Zurybr/lefarma-skills/tree/main/tools/morph-warpgrep
Command: npx skills add https://github.com/Zurybr/lefarma-skills --skill morph-warpgrep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @morphllm/morphsdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of efficiently searching and modifying large codebases for AI agents, overcoming the limitations of traditional search tools and slow editing processes.

Core Features & Use Cases

  • WarpGrep: Provides agentic code search that is significantly faster than standard methods, ideal for deep logic queries, bug tracing, and code path analysis in large repositories.
  • Fast Apply: Enables AI-generated code edits to be merged into existing code with high accuracy and speed, outperforming simple search-replace operations.
  • Use Case: When debugging a complex issue in a large project, use WarpGrep to quickly locate all instances of a specific function or error pattern, then use Fast Apply to implement the fix suggested by the AI.

Quick Start

Use the morph-warpgrep skill to search the current repository for 'authentication logic'.

Frequently Asked Questions about morph-warpgrep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and modify large codebases for AI agents efficiently?

Agentic code search uses WarpGrep to execute parallel tool execution for deep logic queries and bug tracing, providing significantly faster results than standard search methods for large repositories.

How do I merge AI-generated code edits into existing files accurately?

To merge AI-generated code edits into existing files accurately, use Fast Apply to outperform simple search-replace operations by executing high-throughput code merging with precision.

Do I need an API key and ripgrep to run parallel code search tools?

Yes, you need an API key, the Morph SDK, and ripgrep installed to run parallel tool execution and achieve high-throughput agentic code search and merging within your development environment.

What is the best way to trace bugs and analyze code paths in large repositories?

For large project debugging, the optimal approach is using WarpGrep to quickly locate all instances of a specific function or error pattern, then applying AI-suggested fixes via Fast Apply.

Are there limitations when using agentic code search for deep logic queries?

Agentic code search limitations include the strict dependency on the Morph SDK, ripgrep, and a valid API key to function, requiring proper environment setup for high-throughput execution.

Can I use morph-warpgrep to find authentication logic across a repository?

Yes, you can use morph-warpgrep to search the current repository for authentication logic by leveraging WarpGrep to quickly locate specific code patterns and logic paths.