Explore Codebase Skill Pattern for exploring codebases efficiently with parallel subagents. When to Load This Skill - You need to understand parts of the codebase - You're gathering context before making decisions - You need to find patterns, conventions, or existing implementations Exploration Strategy For Quick Searches (Do Yourself) Use when looking for a specific thing. For Broad Understanding (Spawn Explorers) Spawn parallel explorer subagents: Spawn multiple for different areas simultaneously. Note: Use (lowercase) for the custom dotagent agent defined in . The built-in (capitalized) is…