deepsearch

Search codebases for queries and map usage across files.

2|2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/chrisxue90/oh-my-qwencode --skill deepsearch-chrisxue90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deepsearch
Source: https://github.com/chrisxue90/oh-my-qwencode/tree/main/skills/deepsearch
Command: npx skills add https://github.com/chrisxue90/oh-my-qwencode --skill deepsearch-chrisxue90

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Broad Search: Search for exact matches, related terms, and variations across common locations like components, utils, services, and hooks.
  • Deep Dive: Read files with matches, inspect imports/exports, and trace connections.
  • Synthesize: Map usage, identify main implementations, and note related functionality.
  • Output Details: List primary locations, related files, usage patterns, and key insights with file paths and line references.

Quick Start

Ask Deep Search to scan the codebase for a given query and return a structured report of findings.

Frequently Asked Questions about deepsearch

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

FAQPage Schema
How do I search a large codebase for all usages and references of a specific pattern?

To search a large codebase for pattern usages and references, perform a comprehensive scan across components, utils, and services to map implementations. This process reads matched files and traces cross-file connections to output a structured report detailing primary locations and usage insights.

What is the best way to map cross-file relationships and implementation details in a repository?

Mapping cross-file relationships in a repository involves reading files with exact matches and inspecting imports and exports. This deep dive traces connections across the codebase to identify main implementations and output a structured result of related files and key insights.

How do I find where a specific concept or query is implemented across my project files?

Finding where a specific concept is implemented requires a broad search for exact matches, related terms, and variations across common project locations. It synthesizes findings to map usage and output primary locations, related files, and key insights with file paths and line references.

Can I trace imports and exports to understand usage patterns across a large codebase?

Yes, you can trace imports and exports to understand usage patterns by reading files with matches and inspecting their connections. This deep dive across the codebase synthesizes cross-file relationships and outputs a structured result detailing usage patterns and key insights.

What does a structured codebase search report include when looking for specific terms and variations?

A structured codebase search report includes primary locations, related files, usage patterns, and key insights. It provides specific file paths and line references for exact matches, related terms, and variations found across common locations like components, utils, and services.