Deep Dive banner
josix josix

Deep Dive

Development community

Description

--- name: deep-dive description: Gather comprehensive codebase context using parallel exploration agents argument-hint: [--full | --focus=<path> | --refresh] --- # Deep-Dive Command Gather comprehensive codebase context for the current session using parallel exploration agents. ## Arguments - `--full` (default): Full codebase exploration - `--focus=<path>`: Focus exploration on a specific path (e.g., `--focus=src/auth`) - `--refresh`: Refresh existing deep-dive context ## State Initializati

Installation

Installs to ~/.claude/skills/josix-agent-flow-deep-dive/SKILL.md

Terminal
mkdir -p ~/.claude/skills/josix-agent-flow-deep-dive && curl -fsSL https://raw.githubusercontent.com/josix/agent-flow/HEAD/commands/deep-dive.md -o ~/.claude/skills/josix-agent-flow-deep-dive/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository