deepsearch

Search codebases for queries by tracing imports, references, and dependency trails.

28|5|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/MeroZemory/oh-my-droid --skill deepsearch-merozemory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deepsearch
Source: https://github.com/MeroZemory/oh-my-droid/tree/main/skills/deepsearch
Command: npx skills add https://github.com/MeroZemory/oh-my-droid --skill deepsearch-merozemory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The deepsearch skill eliminates hit-or-miss code lookups by guiding a thorough exploration of the codebase for any query, pattern, or concept so critical details are never overlooked.

Core Features & Use Cases

  • Broad search strategy: Surface exact matches, close variants, and common locations such as components, utils, services, and hooks.
  • Deep dive methodology: Read matching files, trace imports and exports, and follow dependency trails to understand how each piece connects.
  • Insight synthesis: Collect primary locations, related files, and usage patterns to document main implementations and related functionality for debugging or onboarding.

Quick Start

Ask deepsearch to perform a thorough search for the feature or bug you are investigating across the repository.

Frequently Asked Questions about deepsearch

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

FAQPage Schema
How do I trace imports and find all usages of a function across a complex repository?

Trace imports and map usage patterns by executing a comprehensive codebase search that reads matching files, follows dependency trails, and documents primary locations alongside related components.

What is the best way to search for feature implementations in large codebases?

Searching for feature implementations requires deep search heuristics that surface exact matches, close variants, and common locations like components, utils, services, and hooks across the repository.

Can I use deep search to map dependencies for debugging in complex projects?

Mapping dependencies for debugging is supported by collecting primary locations, related files, and usage patterns that document main implementations and related functionality across components.

How do I find related files when onboarding to a new codebase?

Find related files by performing a thorough codebase exploration that surfaces exact matches and common locations, then traces imports and exports to understand how each piece connects.

Does code search work for identifying services and hooks across components?

Identifying services and hooks across components is achieved by targeting repositories with complex projects and enumerating common locations, usage insights, and dependency trails.

Why does my standard code lookup miss critical implementation details?

Standard code lookups miss critical implementation details because they lack a deep dive methodology that reads matching files, follows dependency trails, and synthesizes usage patterns.