results-to-slideslisted
Install: claude install-skill nerk1456/research-skills
# Results to Slides
Discover experiments, collect images/metrics, organize into slides. You provide the story —
this skill handles the grunt work. Output: slide markdown + editable PPTX.
## Core Rule
**State what was done and what the result was. Do not editorialize.** The researcher adds
interpretation during their talk. Never use: "breakthrough", "key insight", "importantly",
"this suggests", "this shows that", "the critical finding". Just state experiment + number.
---
## Parallel Execution
Maximize use of the Agent tool. Whenever you have 2+ independent tasks, launch parallel agents.
- **Phase 1**: Launch agents in parallel to read CLAUDE.md, README.md, memory files
- **Phase 2 (biggest win)**: Launch separate agents for git log, output folders, scripts, media
- **Phase 3**: Launch agents in parallel to read different experiment scripts and output folders
- **Phase 5+6**: Sequential (markdown must be written before converting)
---
## Important Paths
- Skill directory: `${CLAUDE_SKILL_DIR}`
- Converter: `${CLAUDE_SKILL_DIR}/md_to_pptx.py`
- Backgrounds: `${CLAUDE_SKILL_DIR}/backgrounds/`
- Theme CSS: `${CLAUDE_SKILL_DIR}/theme.css`
- Slide element reference: [slide_reference.md](slide_reference.md)
---
## Phase 0: Parse Arguments & Setup
The user provides: `/results-to-slides START_DATE END_DATE`
Arguments come as `$ARGUMENTS` containing two MMDD date strings (e.g., `0301 0308`).
**Parse the dates:**
- `$0` = start date (MMDD), `$1` = end date (MMDD)
- Infer