**TL;DR:** Read your codebase, generate an interactive onboarding map, identify the high-leverage files every new engineer needs to read first — all from a single CLI command.
```bash
npm install @mrtech/codebase-onboarding --save-dev
```
```bash
npx codebase-onboarding generate --repo ./ --out ./onboarding/
```
```bash
npx codebase-onboarding serve --port 3002
```
| Dimension | Rating | Notes |
|-----------|--------|-------|
| Speed | 5/5 | Full map in under 2 minutes |
| File Ranking | 4/5 | Git history + AST analysis surfaces key files |
| Interactive Output | 4/5 | HTML dashboard with navigable dependency graph |
Codebase Onboarding addresses onboarding debt directly. The dependency graph visualization alone is worth the install. Re-run it quarterly or after major refactors.
Skill: codebase-onboarding | Ecosystem: claude-code | Runtime: node | Auth: api-key