What problem does it solve? Manuscript figures and generated tables often fail in predictable ways: mismatched fonts across figures, error bars without stated n or interval type, captions that cannot stand alone, and tables rounded to false precision. This Skill enforces the rules that make generated figures and tables readable, honest evidence in papers and reports. ## Core Features & Use Cases - Publication figure rules: Set figure size in the script (not in LaTeX), match the document's font family and size via a shared style module, and export vector output at final size. - Statistical honesty in visuals: Plot the paired per-seed difference for comparisons, show n behind every error bar, and label whether intervals are SD, SEM, or bootstrap CI. - Generated table conventions: Emit bare tabular environments, mark the comparison column of interest, bold only pre-registered winners, and round to the interval's precision. - Use Case: Before regenerating a results figure for a two-arm seed comparison, apply this Skill to produce a paired-difference plot at column width with the document's fonts, a standalone caption, and a colorblind-safe palette. ## Quick Start Use the dev-viz skill to review and regenerate my results figure so it matches the manuscript's column width, fonts, and error-bar conventions.