show-me
Installation
SKILL.md
Answer with the smallest view that carries the point. Skip the preamble. Keep prose to the line or two the visual needs, and cut every call, file, prop, state, and boundary the current question does not turn on.
Pick the view
| The point is | View |
|---|---|
| logic or an algorithm | pseudocode |
| what calls what at runtime | call tree |
| UI structure, with the state and module boundaries that matter | component tree |
| file responsibility, or the shape of a broad refactor | shallow file tree |
| interaction, control flow, or data flow between parts | diagram |
| a change against a shape that already exists | diff |
| new code, or a shape worth copying | whole block |
Ship the fewest views that answer the question. One view is the common case; a compound question takes two.
Shapes
Pseudocode: