What problem does it solve?
It prevents wasting time on blind, whole-repository reading by helping you build an evidence-backed understanding of a codebase quickly.
Core Features & Use Cases
- Project-type identification: Establishes what kind of system you’re dealing with before diving in.
- Shallow-to-deep exploration workflow: Creates a shallow map (entry points, configs, tests) and then expands only where needed.
- Evidence-backed mapping: Prioritizes the smallest relevant files first and grows through imports, call sites, routes, schemas, and tests to reduce guesswork.
- Use Case: When you’re preparing a feature change, debugging an issue, or refactoring safely, you can generate a focused repo map that points you to likely entry points, data flow, patterns, and the most relevant tests and files.
Quick Start
Use the omk-repo-explorer skill to produce a relevant-files map, entry points, data flow, existing patterns, test locations, unclear areas, and recommended next files for the current repository.