スキル一覧に戻る
eaasxt

warp-grep

by eaasxt

0🍴 0📅 2026年1月6日
GitHubで見るManusで実行

SKILL.md


name: warp-grep description: Parallel code search with Warp-Grep MCP. Use for codebase discovery, understanding how things work, data flow analysis, or when the user asks "how does X work" about the codebase.

Warp-Grep (MCP Server)

Parallel codebase search. Runs 8 searches per turn for efficient discovery.

When This Applies

SignalAction
"How does X work?"Use Warp-Grep
Data flow across filesUse Warp-Grep
Cross-cutting concernsUse Warp-Grep
Understanding architectureUse Warp-Grep

How It Works

Warp-Grep is an MCP tool that activates automatically for natural language code questions. It:

  1. Interprets your question
  2. Runs up to 8 parallel searches
  3. Returns relevant code snippets with context

When to Use Warp-Grep

Use CaseUse Warp-Grep?
"How does authentication work?"YES
Data flow analysisYES
Understanding module interactionsYES
Finding all usages of a patternYES

When NOT to Use Warp-Grep

Use CaseUse Instead
Known function namerg (ripgrep) or Grep tool
Known exact fileJust open it with Read
Simple existence checkGlob or rg
Single specific searchGrep tool

Query Tips

Good queries:

  • "How does the payment processing flow work?"
  • "Where are user sessions managed?"
  • "How is error handling done in the API layer?"
  • "What happens when a request comes in?"

Less effective:

  • "Find function X" → Use rg or Grep instead
  • "Open file Y" → Use Read tool

Integration with Other Tools

NeedTool
Codebase discoveryWarp-Grep
Specific pattern searchGrep / rg
Past session contentCASS
Current documentationExa
Task graphbv

Requirements

Requires Morph API key configured:

claude mcp add morph-fast-tools -s user \
  -e MORPH_API_KEY=your-key \
  -e ALL_TOOLS=true \
  -- npx -y @morphllm/morphmcp

See Also

  • external-docs/ — Grounding with web sources via Exa
  • cass-search/ — Past session search

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です