← Browse

@jwm0203/figure-maker

B

Publication-grade figures. Uses matplotlib to generate figures from a script (never hand-drawn, never pasted from an unknown source); each figure has a rerunnable script. Layer the global CCF-Figure skill for figure conventions / top-venue layout. Use to draw paper figures and iterate to publication quality.

skillclaude

Install

agr install @jwm0203/figure-maker --target claude

Writes 1 file into .claude/skills/, pinned to git-b77e9971.

  • .claude/skills/figure-maker/SKILL.md

Document


name: figure-maker description: Publication-grade figures. Uses matplotlib to generate figures from a script (never hand-drawn, never pasted from an unknown source); each figure has a rerunnable script. Layer the global CCF-Figure skill for figure conventions / top-venue layout. Use to draw paper figures and iterate to publication quality.

figure-maker

Steps

  1. Each figure = a script runs/<run>/outputs/fig_<name>.py that reads outputs/results.json or inputs/ data and saves outputs/fig_<name>.png (+ a vector .pdf).
  2. Iterate by editing the script and rerunning, preserving "figure generated by code".
  3. For top-venue figure prompts / paper-figure taxonomy, layer the global CCF-Figure skill (classify first, then draw).

Publication defaults

  • dpi >= 300, vector preferred (PDF/SVG), font >= 7pt, colorblind-safe palette, error bars with stated meaning (SD/SEM/CI), n annotated.
  • Caption states data source and statistical method.

Hard rules

  • What the figure plots must match what the script computed (the reviewer checks figure=code). No Photoshop / hand-edited data points.

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-b77e997183e02026-07-31