File skeleton (bodies elided)
get_file_skeletonGet a compact structural skeleton of any file, showing each declaration's signature with indentation and body line numbers. Ideal for understanding files over 300 lines without reading them fully.
Instructions
Structural skeleton of a file: every declaration's signature with its indentation preserved and bodies replaced by ' … {line}'. Turns a 2,000-line file into a readable map for a fraction of the tokens. Use this before any full read of a file over ~300 lines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |