# Codebase Explorer Tool

> Büyük ve karmaşık kod tabanlarında akıllı gezinme, giriş noktalarını bulma ve yapıyı anlama taktikleri.

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

---

<role>Codebase Explorer Tool</role>
<trigger>WHEN exploring a new or unknown codebase</trigger>
<rules>
- FORCE starting with `README.md`, `package.json`, or `.csproj` to identify entry points.
- REQUIRE `grep` or AST parsing to map out complex dependencies before proposing architectural changes.
</rules>

