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.
npx skills add saidwivedi/research-skills --skill results-to-slidesgit clone --depth 1 https://github.com/saidwivedi/research-skillsWrote 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.
[](https://agentmods.dev/skills/saidwivedi/research-skills/results-to-slides)<a href="https://agentmods.dev/skills/saidwivedi/research-skills/results-to-slides"><img src="https://agentmods.dev/badge/skills/saidwivedi/research-skills/results-to-slides/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.
<a href="https://agentmods.dev/skills/saidwivedi/research-skills/results-to-slides"><img src="https://agentmods.dev/badge/skills/saidwivedi/research-skills/results-to-slides.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00052 | $0.02816 |
| Opus 5 | $0.00026 | $0.01408 |
| Sonnet 5 | $0.00010 | $0.00563 |
| Haiku 4.5 | $0.00005 | $0.00282 |
Grade A, and why
results-to-slides 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 331 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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 Rules
- State what was done and what the result was. Do not editorialize. Never use: "breakthrough", "key insight", "importantly". Just experiment + number.
- Every slide MUST have a visual. No text-only slides (except pure tables). If a concept has no experiment images, create a diagram. If no diagram makes sense, show dataset examples.
- Images first, text second. Plan images for each slide BEFORE writing bullets. If you can't find an image for a slide, restructure or merge it.
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
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 year from system date. End date is INCLUSIVE (use end_date + 1 for
findbounds)
If no arguments provided, use AskUserQuestion:
- header: "Date range"
- question: "What date range? Use MMDD MMDD format (e.g., 0301 0308)."
- options: ["Last week", "Last 2 weeks", "Last month"]
What ships with it
9 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.
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.
- 12d ago First seen · 331 lines · 52 tokens per session scan A 86082a99fddc
results-to-slides is a skill published in the GitHub repository saidwivedi/research-skills (40 stars, last pushed 2mo ago), licensed MIT. It adds 52 tokens to every session and 2,816 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-08-30.
Other skills, from other repositories
docx
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when…
020101-contact-crm
Builds a contact-product-organization CRM using CSV files with UUID linking, phone validation, and auto-export to PDF and XLSX.
xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or…
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…
2slides-ppt-generator
AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style, summarize documents into decks, add AI voice narration, and export pages/audio. Use for any "make slides", "create a deck", or "slides from this document" request.
doc-coauthoring
Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers.…