Results to Slides
Turns experiment folders and git history into an editable, styled research PPTX
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · c8b6a58
Ran the bundled md_to_pptx.py converter live on a 3-slide sample (title with chips, an image slide, and a table slide) and it emitted a valid 57KB editable PPTX with the light background, a real embedded PNG, and a rendered table. Without the skill, the baseline for 'turn my experiments into slides' is raw markdown or a text outline and no themed deck. The skill's strict style rules also ban editorializing words like 'breakthrough' and 'key insight' and force every slide to carry a visual. python-pptx 1.0.2 was already present; the converter, theme.css, and backgrounds are all self-contained after copy.
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 5/5
What Results to Slides does
Discovers experiments from git log, output folders, and scripts, collects images and metrics, and organizes them into a chronological, image-first slide deck. Produces slide markdown plus an editable PPTX via a bundled python-pptx converter, and enforces factual, non-editorializing slide copy. Runs as /results-to-slides with an optional MMDD date range.
How to install Results to Slides
git clone https://github.com/saidwivedi/research-skills
mkdir -p ~/.claude/skills
cd research-skills && cp -r plugins/results-to-slides/skills/results-to-slides ~/.claude/skills/results-to-slides
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Results to Slides
-
/results-to-slidesTurns experiment folders and git history into an editable, styled research PPTX
It also activates on plain-language prompts like these:
-
Turn my experiment folders and git history into a research slide deck. -
Build me an editable PPTX from these markdown results, with charts. -
Organize this month's experiment output into a chronological deck.
Frequently asked questions
- Is the Results to Slides skill free?
- Yes. The skill itself is free from saidwivedi/research-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Results to Slides work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. Ran the bundled md_to_pptx.py converter live on a 3-slide sample (title with chips, an image slide, and a table slide) and it emitted a valid 57KB editable PPTX with the light background, a real embedded PNG, and a rendered table. Without the skill, the baseline for 'turn my experiments into slides' is raw markdown or a text outline and no themed deck. The skill's strict style rules also ban editorializing words like 'breakthrough' and 'key insight' and force every slide to carry a visual. python-pptx 1.0.2 was already present; the converter, theme.css, and backgrounds are all self-contained after copy.
- What is the Results to Slides SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Results to Slides?
- 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 Results to Slides 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.