deep-search

Identify symbols, patterns, and dependencies in a codebase using parallel search tracks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Jimmy-Jung/claude_symbiote --skill deep-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deep-search
Source: https://github.com/Jimmy-Jung/claude_symbiote/tree/main/.claude/skills/deep-search
Command: npx skills add https://github.com/Jimmy-Jung/claude_symbiote --skill deep-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow enables developers to perform deep, multi-strategy codebase exploration to reveal hidden relationships, dependencies, and patterns that are not visible with a single search method.

Core Features & Use Cases

  • Parallel 3-track search: exact matches (Grep), semantic reasoning, and file-pattern discovery run concurrently to maximize coverage.
  • Dependency tracing: analyze import/use relationships, interface adoption, and circular references to map the code graph.
  • Structured reports: compile findings with source paths, dependencies, and recommended follow-ups for stakeholders.

Quick Start

Specify the target codebase and scope, then run all three search tracks in parallel to begin the deep-dive.

Frequently Asked Questions about deep-search

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

FAQPage Schema
How do I map code relationships and dependencies in a large codebase for refactoring?

To map code relationships in a large codebase for refactoring, apply a parallel 3-track search combining exact matches, semantic reasoning, and file-pattern discovery to identify symbols, patterns, and dependencies concurrently.

What is the best way to search for symbols and patterns across a large repository?

The best way to search for symbols and patterns across a large repository is running three parallel tracks: exact string matching, semantic reasoning, and file-pattern discovery to maximize coverage.

Can I trace import and dependency graphs using semantic codebase search?

Yes, you can trace import and dependency graphs using semantic codebase search by analyzing import relationships, interface adoption, and circular references to map the complete code graph during audits or feature discovery.

Does parallel codebase search work for dependency tracing and interface adoption analysis?

Yes, parallel codebase search works for dependency tracing and interface adoption analysis by running concurrent tracks that map import relationships and circular references, compiling findings into structured reports with source paths.

When do I need multi-strategy codebase exploration instead of standard grep?

You need multi-strategy codebase exploration instead of standard grep when single-method searches cannot reveal hidden dependencies. Combining exact matches, semantic reasoning, and file discovery exposes complex code relationships during audits or feature discovery.