kuva
Installation
SKILL.md
Kuva — CLI Scientific Plotting
27 chart types from stdin, CSV, or TSV. Output format is inferred from -o extension: .png, .svg, or .pdf.
Workflow — Always Show Plots
Every generated plot MUST be shown to the user. Never generate a plot and silently save it.
Save plots to /tmp by default. Never write plots to the current working directory unless the user explicitly requests it.
Single Plot
- Run
kuva ... -o /tmp/plot.png - Immediately call
read /tmp/plot.pngto show the user - If the plot looks wrong, regenerate with corrected parameters
- Only proceed once the user has seen the output