deepsearch

Search codebases for queries and trace dependencies across components and services.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/suhwan/claude-registry --skill deepsearch-suhwan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deepsearch
Source: https://github.com/suhwan/claude-registry/tree/main/skills/project/deepsearch
Command: npx skills add https://github.com/suhwan/claude-registry --skill deepsearch-suhwan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Perform a thorough search of the codebase for a specified query, pattern, or concept.

Core Features & Use Cases

  • Broad search to locate exact matches and related terms across components, utils, services, and hooks.
  • Deep dive to read matching files, inspect imports/exports, and trace dependencies.
  • Synthesize to map usage, identify main implementations, and surface related functionality.

Quick Start

Run the deepsearch skill against the current repository to locate all occurrences of a given term and inspect their context.

Frequently Asked Questions about deepsearch

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

FAQPage Schema
How do I search for a specific pattern across my codebase?

To search for a specific pattern across your codebase, this skill performs a thorough search to locate exact matches and related terms across components, utilities, services, and hooks.

How can I trace code usage and understand dependencies in my repositories?

You can trace code usage and understand dependencies by deep diving into matching files, inspecting imports and exports, and mapping usage patterns to identify main implementations and related functionality.

What is the best way to locate all occurrences of a function or concept in a repo?

The best way to locate all occurrences of a function or concept is to run a broad search that synthesizes usage context, surfacing primary locations, related files, and key insights.

Does this codebase search approach work with existing repositories and components?

Yes, this codebase search approach works directly with existing repositories to inspect context across components, utils, services, and hooks without requiring additional dependencies.

Can I inspect imports and exports when tracing implementations?

Yes, you can inspect imports and exports when tracing implementations, allowing you to read matching files and map dependencies across components, utilities, services, and hooks.