# Explore Codebase

> Explore the codebase to find relevant files, patterns, and examples for a feature or bug.

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

---


## Intent
Use when you need to understand existing code patterns before making changes.

## Steps
1. Search with rg for entry points, related terms, and existing patterns.
2. Read relevant files and follow import chains.
3. Identify routes, services, configs, tests, and utilities.
4. Summarize findings with file paths and brief purpose.

## Output format
- Relevant files (path + purpose)
- Patterns/conventions found
- Dependencies or external integrations
- Gaps requiring docs

