What problem does it solve?
Explore-codebase turns an unfamiliar repository into a clear, navigable understanding so you can move from guesswork to confident implementation.
Core Features & Use Cases
- Systematic codebase discovery: Reads project meta, identifies entry points, checks tests, and performs source spot checks.
- Actionable project mapping: Writes a populated
.ohc/PROJECT.md with stack, architecture, conventions, entry points, and gotchas.
- Tooling assist for accurate detection: Uses provided generator scripts to auto-detect the tech stack and fill the tech stack table.
Use cases: Start-of-project onboarding, entering a new feature area, and resuming after a long gap where prior context has been forgotten.
Quick Start
Run node skills/explore-codebase/scripts/generate-project-map.js to auto-detect the repository’s tech stack and set up the .ohc/PROJECT.md groundwork.