Skill
4
Agent
All Skills
Search
Tools
中文
|
EN
Explore
Loading...
Home
/
All Skills
/
Tools & Utilities
/
deepsearch
deepsearch
Original:🇺🇸 English
Translated
Thorough codebase search
1
installs
Source
yeachan-heo/oh-my-claudecode
Added on
2026-02-08
NPX Install
npx skill4agent add yeachan-heo/oh-my-claudecode deepsearch
Tags
Translated version includes tags in frontmatter
codebase-search
deep-search
code-navigation
code-analysis
search-strategy
SKILL.md Content
View Translation Comparison →
Deep Search Mode
[DEEPSEARCH MODE ACTIVATED]
Objective
Perform thorough search of the codebase for the specified query, pattern, or concept.
Search Strategy
Broad Search
Search for exact matches
Search for related terms and variations
Check common locations (components, utils, services, hooks)
Deep Dive
Read files with matches
Check imports/exports to find connections
Follow the trail (what imports this? what does this import?)
Synthesize
Map out where the concept is used
Identify the main implementation
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.