data-viz-deck

data-viz-deck is a skill for Claude Code, Codex from thatrebeccarae/claude-marketing. It costs 69 tokens per session (1,899 once invoked), scanned A, original, MIT.

A tool for turning structured data and analysis into presentation slides, interactive web dashboards, or visually formatted reports. It can add charts, tables, and summaries to these deliverables.

In plain words
What is it for?
Use it to create PowerPoint decks, interactive HTML dashboards, and visual Markdown reports from audits, reports, or other structured analyses.
Why use it?
It removes the manual work of reshaping audit results or performance data into materials that are easier to present and share.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; positional $N argument; mentions Claude Code.

Good fit Use it to create PowerPoint decks, interactive HTML dashboards, and visual Markdown reports from audits, reports, or other structured analyses.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thatrebeccarae/claude-marketing/data-viz-deck
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add thatrebeccarae/claude-marketing --skill data-viz-deck
Clone the repo
git clone --depth 1 https://github.com/thatrebeccarae/claude-marketing

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for data-viz-deck

README.md
[![agentmods](https://agentmods.dev/badge/skills/thatrebeccarae/claude-marketing/data-viz-deck/github.svg)](https://agentmods.dev/skills/thatrebeccarae/claude-marketing/data-viz-deck)
Your own site
<a href="https://agentmods.dev/skills/thatrebeccarae/claude-marketing/data-viz-deck"><img src="https://agentmods.dev/badge/skills/thatrebeccarae/claude-marketing/data-viz-deck/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for data-viz-deck

Your own site · 80×15
<a href="https://agentmods.dev/skills/thatrebeccarae/claude-marketing/data-viz-deck"><img src="https://agentmods.dev/badge/skills/thatrebeccarae/claude-marketing/data-viz-deck.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,899 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00069 $0.01899
Opus 5 $0.00034 $0.00949
Sonnet 5 $0.00014 $0.00380
Haiku 4.5 $0.00007 $0.00190

Measured 6d ago against content hash 0022704166f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

data-viz-deck scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/data-viz-deck/SKILL.md · 179 lines

How it starts

The opening of the file, as written. The whole thing — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Data Visualization & Deck Builder

Transform structured data and analysis into polished visual deliverables: presentation decks, interactive dashboards, and visual reports.

Install

git clone https://github.com/thatrebeccarae/claude-marketing.git && cp -r claude-marketing/skills/data-viz-deck ~/.claude/skills/

When to Use This Skill

  • User has completed an audit or analysis and wants a visual deliverable
  • User says "make a deck," "create a presentation," "build a dashboard," "visualize this"
  • User wants to turn a markdown report into client-ready slides
  • User needs charts, tables, or visual summaries from performance data

Output Formats

1. PPTX Deck (Primary)

Native PowerPoint with editable charts, styled tables, and professional layouts. Best for client handoffs and presentations.

Requires: python-pptx (installed), pandas (installed)

2. Interactive HTML Dashboard

Single-file HTML with plotly.js charts (loaded via CDN), filterable tables, and responsive layout. Best for sharing interactive reports.

Requires: jinja2 (installed), pandas (installed). Plotly.js loaded via CDN at runtime.

3. Visual Markdown Report

Enhanced markdown with embedded chart images (requires matplotlib: pip install matplotlib). Best for vault reports and documentation.

Workflow

Step 1: Identify the Data Source

Read the source file (audit markdown, CSV, JSON, or database query results). Parse the key metrics, tables, and findings into a pandas DataFrame or structured dict.

Step 2: Select Chart Types

Data Pattern Chart Type When to Use
Categories with values Bar chart (horizontal) Revenue by category
Categories + benchmark Bar chart with reference line Performance vs benchmark
Parts of a whole Doughnut/Pie chart Revenue concentration, channel mix
Values over time Line chart Trend data, period-over-period
Two variables Scatter plot Correlation analysis
Performance scoring Heatmap table Color-coded metrics (green/amber/red)
Before/after or gaps Waterfall chart Revenue opportunity sizing
Ranked items Horizontal bar Top 10 sorted
Funnels Funnel chart Delivered > opened > clicked > converted
Status overview Scorecard/KPI tiles Executive summary metrics

Read the full file on GitHub · 179 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 179 lines · 69 tokens per session scan A 0022704166f3

Subscribe to this mod's changes

data-viz-deck is a skill published in the GitHub repository thatrebeccarae/claude-marketing (134 stars, last pushed 3mo ago), licensed MIT. It adds 69 tokens to every session and 1,899 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

yt-dlp-downloader

Generate and run yt-dlp download commands with probe-driven format selection, safe output naming, retry defaults, and structured execution reports. Use when users want to download videos, extract audio, fetch playlists, grab subtitles, handle authenticated/age-gated content, or download live streams. Covers single…

johnqtcg/awesome-skills · 96 tokens

presentation-builder

Création de présentations percutantes avec structure, storytelling, visuels et delivery. Se déclenche avec "présentation", "slides", "PowerPoint", "Keynote", "présenter", "pitch deck". Also triggers on "build a presentation", "slide deck structure", "present my project".

khalilbenaz/claude-skills-collection · 66 tokens

music-composer

Komponiert video-synchronisierte Hintergrundmusik aus einem Storyline-JSON per lokaler Waveform-Synthese (numpy + ffmpeg). Stile: Chiptune, Ambient, Electronic. Deterministisch, offline, kein Cloud-Dienst.

ellmos-ai/skills · 55 tokens

video-transcriber

Fetch video transcripts (subtitles) and metadata from online video sources and output them as Markdown, JSON, or plain text. Currently supported: YouTube. Prefers manually created subtitles, falls back to auto-generated ones.

ellmos-ai/skills · 0 tokens

transkription

Transcribes audio/video files to text. Uses Whisper (openai-whisper) or Vosk (offline) as optional backend — both are detected via presence check. Without backend: placeholder mode with dummy output (dry-run).

ellmos-ai/skills · 0 tokens

brainstorm

Structured creativity methods for idea generation: SCAMPER, Six Thinking Hats, Mind Mapping, Reverse Brainstorming, TRIZ, and Rapid Ideation.

ellmos-ai/skills · 0 tokens