What problem does it solve? Supplementary tables often lose their connection to the figures they back, forcing reviewers and collaborators to guess which sheet belongs to which panel. This Skill stamps every table with provenance metadata (figure_id, build script, source path, sha256, timestamp) so the link between data and figure is never lost. ## Core Features & Use Cases - Dual-format output: Write the same data as xlsx (with a dedicated Provenance sheet and per-sheet banner rows) and csv/tsv (with #-prefixed comment headers) in one call, with matching sha256 hashes proving the formats contain identical data. - Per-sheet figure mapping: Multi-sheet workbooks support panel-level granularity via per-sheet figure, source, and description overrides. - Library and CLI interfaces: Call write_csv, write_tsv, or write_xlsx from Python figure-build scripts, or use the CLI for ad-hoc post-hoc stamping of existing files. - Use Case: A bioinformatics pipeline generates figure 3 panel b from a summary JSON; the build script calls write_xlsx so the exported table_s1.xlsx carries a banner reading "Backs Figure 3 Panel B" plus a Provenance sheet with the script path and content hash. ## Quick Start Ask the AI to write your analysis rows to a supplementary table xlsx and csv stamped with the figure id, build script, and source path using the supplementary-table skill.