get_code_samples
Preview key source files from a codebase to understand project structure, including entry points, configuration, frequently modified files, and test examples.
Instructions
Get previews (first ~60 lines) of representative source files from the codebase. Includes entry points, config files, hot files (frequently changed), test examples, and one file per directory for breadth. Read files natively for full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | Yes | Absolute path to the project root directory | |
| count | No | Maximum number of files to sample (default: 15) |