card-toneslisted
Install: claude install-skill zapgun-ai/clawback
# clawback share-card tone proof
Run `.skills/card-tones/scripts/preview_card_tones.sh` from the project root.
It renders the share card in both tones so a renderer change can be eyeballed
in one pass. **Design proof only — neither card is a publishable result.**
```bash
.skills/card-tones/scripts/preview_card_tones.sh <neg-run-dir> <out-dir>
# e.g.
.skills/card-tones/scripts/preview_card_tones.sh runs/L0-headline-haiku /tmp/cardcheck
```
Writes `share_card.neg.{png,svg}` and `share_card.pos.{png,svg}` under
`<out-dir>`.
## The two cards
1. **neg** — a REAL run's amber regression card: the deep-purple core with the
corona tone-gated OFF.
2. **pos** — a SYNTHETIC win card, built only to exercise the renderer's `pos`
branch (purple core **plus** the faint cyan corona). It borrows the neg
run's bare chart and carries a fabricated positive-token summary purely so
the graph and lens-flare compose — the number is a render fixture, never a
published metric. Staged in a temp dir and removed on exit.
## Depends on
The shared `.skills/scripts/preview_card.sh` (walks Chrome → `sips` →
SVG-only), which is the single card renderer the
[preview_card](../preview_card/SKILL.md) and [finish](../finish/SKILL.md)
skills also use.