deepsearch

Search codebases for queries, patterns, and import/export trails.

20|6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/sigridjineth/oh-my-codex --skill deepsearch-sigridjineth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deepsearch
Source: https://github.com/sigridjineth/oh-my-codex/tree/main/skills/deepsearch
Command: npx skills add https://github.com/sigridjineth/oh-my-codex --skill deepsearch-sigridjineth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers and engineers find specific information, patterns, or concepts within a codebase efficiently.

Core Features & Use Cases

  • Comprehensive Search: Goes beyond simple keyword matching to find related terms and connections.
  • Codebase Mapping: Identifies primary implementations, related files, and usage patterns.
  • Use Case: You need to understand how a specific feature, like user authentication, is implemented across a large project. This Skill will help you locate all relevant files, understand the flow, and identify key components.

Quick Start

Use the deepsearch skill to find all occurrences of the 'UserService' class and its related usages.

Frequently Asked Questions about deepsearch

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

FAQPage Schema
How do I search a codebase to understand how a specific feature is implemented?

To search a codebase for feature implementation, use a tool that analyzes exact matches, related terms, and import/export trails to map usage and identify main architectural components.

What is the best way to find all usages of a class across a large project?

Finding all class usages across a large project requires a thorough codebase search that follows import/export trails and locates related files to map the complete usage flow.

Can I locate specific patterns and concepts in a codebase beyond simple keyword matching?

Yes, you can locate specific patterns in a codebase beyond simple keyword matching by using a comprehensive search that identifies common locations, related terms, and primary implementations.

How do I map architectural components and usage patterns in an unfamiliar codebase?

Mapping architectural components in an unfamiliar codebase involves performing a deep dive search to locate primary implementations, analyze related files, and satisfy the need for in-depth code exploration.

Does a thorough codebase search help with refactoring by identifying related files?

A thorough codebase search helps with refactoring by identifying related files, tracing import/export trails, and mapping usage patterns to ensure all affected components are located before changes.