get_onboarding_guide
Creates a developer onboarding guide for a codebase in markdown format, covering overview, setup, layout, entry points, modules, and testing. No indexing required.
Instructions
Generate a developer onboarding guide for a codebase. Returns a markdown narrative with project overview, getting started instructions, repository layout, entry points, key modules, and testing info. No prior indexing required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the repository | |
| detail_level | No | Output detail level (default: standard) |