searching-code

Intelligent codebase search via WarpGrep. Use when user asks "how does X work", "trace flow", "find all implementations", "understand codebase", or needs cross-file exploration in large repos (1000+ files).

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "searching-code" with this command: npx skills add alexei-led/claude-code-config/alexei-led-claude-code-config-searching-code

Intelligent Code Search with WarpGrep

WarpGrep is an RL-trained search agent that reasons about code, not just pattern matches.

How It Works

  • 8 parallel searches per turn (explores multiple hypotheses)
  • 4 reasoning turns (follows causal chains across files)
  • F1=0.73 in ~3.8 steps (vs 12.4 for standard search)

When to Use WarpGrep

Use WarpGrepUse Built-in Grep
"How does auth flow work?""Find class UserService"
"Trace data from API to DB"Simple regex patterns
"Find all error handling""Where is X defined?"
Large repos (1000+ files)Known file patterns
Before major refactoringQuick needle lookups

Query Formulation

Good queries (reasoning required):

"How does authentication flow from the login handler to the database?"
"Find all places where user permissions are checked"
"Trace the request lifecycle from router to response"

Bad queries (use Grep instead):

"Find UserService" → use Grep
"Search for 'import React'" → use Grep

Workflow

  1. Formulate query: Describe WHAT you want to understand, not just WHAT to find
  2. Run WarpGrep: mcp__morphllm__warpgrep_codebase_search
  3. Interpret results: Ranked snippets with file paths and line numbers
  4. Follow up: Read specific files for deeper understanding

Parameters

search_string: "natural language description of what to find"
repo_path: "/absolute/path/to/repo"

Tips

  • Be specific about the behavior or flow you're investigating
  • Include context: "in the API layer" or "during startup"
  • WarpGrep handles ambiguity better than exact pattern matching
  • Results include surrounding context for understanding

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

brainstorming-ideas

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

testing-e2e

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

refactoring-code

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

writing-typescript

No summary provided by upstream source.

Repository SourceNeeds Review