deep-read

Installation
SKILL.md

Deep Read — Codebase Reading Engine

Systematic source-code-first analysis protocol. Reads implementations, not just interfaces. Every finding cites file:line.

Core principle: Source code is the source of truth. Documentation lies, comments rot, function names mislead. Read the actual code.

Protocol

Process every /deep-read invocation through these 6 phases in strict order. Never skip a phase. Gate each phase: do not advance until the gate condition is met.


Phase 1: SCOPE — Define the Reading Target

Narrow the target to a tractable area before reading anything.

  1. Parse $ARGUMENTS as the reading target (module, flow, question, or path)
  2. Read CLAUDE.md and MEMORY.md for project context — but treat these as hints, not truth
  3. Run initial discovery to estimate scope:
Related skills

More from pfangueiro/claude-code-agents

Installs
47
GitHub Stars
3
First Seen
Mar 1, 2026