PPT Report Generator

Data into a 16:9 web deck: one file per slide, CSV-driven, 5 themes, PDF export

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (SKILL.md not found in repo tree). The test below is what we measured on Jul 17, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

Built the same two-slide weekly-signup deck twice from one CSV and screenshotted both in Chromium at 1600x900. The hand-rolled baseline rendered a bare chart on 60% empty canvas with the numbers typed straight into the JS — and one of those hardcoded numbers was wrong, a "+29.8% W4 vs W3" that is really the W4-vs-W1 delta; the skill path computed +34.7% off the CSV. Its bundled `check_deck.py` ran live on both decks and caught a real defect in each, including the baseline's KPIs having no source attribution. Changing one number in the CSV and rerunning `build.py` propagated it into the deck with zero edits to render code, and the built deck ships a working five-theme switcher; the rough edge is that chart-helper legends default to Chinese labels (主指标/副指标), which leaks into an English deck.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 4/5

What PPT Report Generator does

Builds data reports into a 16:9 browser-native slide deck that plays fullscreen and exports to PDF or PNG, with each slide split into its own HTML/JS/CSS, chart data kept in separate CSV/XLSX/JSON files, nine landscape and ten portrait templates, ECharts charts, and five switchable themes. Triggers on monthly or quarterly review decks, turning a dataset plus conclusions into a shareable web presentation.

How to install PPT Report Generator

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger PPT Report Generator

  • /ppt-report-generator Data into a 16:9 web deck: one file per slide, CSV-driven, 5 themes, PDF export

It also activates on plain-language prompts like these:

  • Build a two-slide deck from this weekly signup CSV with real charts
  • I need a quarterly review deck that exports to PDF from this dataset
  • Turn these numbers into a 16:9 web presentation with a theme switcher

Frequently asked questions

Is the PPT Report Generator skill free?
Yes. The skill itself is free from myunwang/ppt-report-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does PPT Report Generator work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. Built the same two-slide weekly-signup deck twice from one CSV and screenshotted both in Chromium at 1600x900. The hand-rolled baseline rendered a bare chart on 60% empty canvas with the numbers typed straight into the JS — and one of those hardcoded numbers was wrong, a "+29.8% W4 vs W3" that is really the W4-vs-W1 delta; the skill path computed +34.7% off the CSV. Its bundled `check_deck.py` ran live on both decks and caught a real defect in each, including the baseline's KPIs having no source attribution. Changing one number in the CSV and rerunning `build.py` propagated it into the deck with zero edits to render code, and the built deck ships a working five-theme switcher; the rough edge is that chart-helper legends default to Chinese labels (主指标/副指标), which leaks into an English deck.
What is the PPT Report Generator SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
How do I install PPT Report Generator?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use PPT Report Generator with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.