Yeachan-Heo

deepsearch

3,436
275
# Install this skill:
npx skills add Yeachan-Heo/oh-my-claudecode --skill "deepsearch"

Install specific skill from multi-skill repository

# Description

Thorough codebase search

# SKILL.md


name: deepsearch
description: Thorough codebase search


Deep Search Mode

[DEEPSEARCH MODE ACTIVATED]

Objective

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

Search Strategy

  1. Broad Search
  2. Search for exact matches
  3. Search for related terms and variations
  4. Check common locations (components, utils, services, hooks)

  5. Deep Dive

  6. Read files with matches
  7. Check imports/exports to find connections
  8. Follow the trail (what imports this? what does this import?)

  9. Synthesize

  10. Map out where the concept is used
  11. Identify the main implementation
  12. Note related functionality

Output Format

  • Primary Locations (main implementations)
  • Related Files (dependencies, consumers)
  • Usage Patterns (how it's used across the codebase)
  • Key Insights (patterns, conventions, gotchas)

Focus on being comprehensive but concise. Cite file paths and line numbers.

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.