# Explore

> Deep-dive into a codebase area. Traces execution paths, maps architecture, documents dependencies and patterns.

- Skill: `iabhisekbosepm/explore` (Agent Skill)
- Install (CLI): `npx skillmds@latest add iabhisekbosepm/explore`
- Raw SKILL.md: https://api.skillmd.com/api/skills/iabhisekbosepm/explore/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: iabhisekbosepm (https://skillmd.com/u/iabhisekbosepm)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/iabhisekbosepm/explore

---


# /explore — Codebase Deep Dive

Analyze: **$ARGUMENTS**. See `agents/code-explorer.md`.

1. **Entry points** — Find main entry points for the feature/area
2. **Execution tracing** — Follow call chains, note branching and async boundaries
3. **Architecture mapping** — Identify layers, communication patterns, boundaries
4. **Pattern recognition** — Document patterns, naming conventions, abstractions
5. **Dependencies** — Map external libraries and internal module dependencies
6. **Recommendations** — Patterns to follow, utilities to reuse, anti-patterns to avoid

