Create literature-report PPTX decks from PDF papers. Use when you must extract a paper’s metadata, summarize the study, interpret Results/Figures/Tables, and generate slides with 1:1 figure-to-text alignment and layout rules (triggered by requests like “PDF to PPT”, “literature report slides”, or “turn this paper into a presentation”).
64
76%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Other/pdf-ppt/SKILL.mdD:\\SKILL\\project\\PPTX\\SKILL.md.references/offline-parsing.md (version: N/A, repository-local)references/figure-interpretation.md (version: N/A, repository-local)D:\\SKILL\\project\\PPTX\\SKILL.md (version: N/A, local path)figure_titles_zh.txt (version: N/A, user/project-provided)Please convert this paper PDF into a literature-report PPT.
Requirements: interpret each figure, keep figure-to-text alignment, and follow the v5 layout rules.
Offline parse the PDF (no external APIs), following references/offline-parsing.md, and produce a local structured package:
Figure_1.jpg, Figure_2.jpg, ...explication.json aligned to figure orderWrite Chinese content:
Generate PPTX with the required slide structure and layout constraints:
{
"deck_style": {
"language": "zh-CN",
"panel_label_color": "#065A82",
"transition_preset": "fade",
"entrance_preset": "appear"
},
"slides": [
{
"type": "title",
"title": "<Paper Title>",
"meta": {
"journal": "<Journal>",
"publication_date": "<YYYY-MM-DD>",
"presenter": "XXX",
"report_date": "<YYYY-MM-DD>"
}
},
{
"type": "overview",
"background": "<Chinese background summary>",
"findings": "<Chinese key findings summary>",
"graphical_abstract": "Graphical_Abstract.jpg"
},
{
"type": "figure",
"figure_id": "Figure_1",
"title": "Figure 1: <Chinese figure title if available>",
"image": "Figure_1.jpg",
"body_zh": [
"**A** ...",
"**B** ...",
"**Summary:** ..."
]
},
{
"type": "final_summary",
"core_highlights": ["..."],
"internal_limitations": ["..."]
}
]
}Follow references/offline-parsing.md and produce a local structured output containing:
title, journal, publication_dateFigure_1.jpg, Figure_2.jpg, ...explication.json:
Ignore supplementary items (e.g., Figure S1) unless explicitly requested.
Use references/figure-interpretation.md and enforce:
# markers from figure body lines.A, A, B, A-C → **A**, **A, B**, **A-C****Summary:** <one-sentence key result>Figure X: <figure title> when a title can be extracted (e.g., from “Figure 1. ...”).figure_titles_zh.txt if available:
Figure_1<TAB>Chinese Title#2C5F2D, #F96167, #065A82, #990011If a user-provided layout script is accessible, follow it. Otherwise, use the following fixed coordinates (inches) and typography:
(2.0825, 1.796, 9.1683, 1.2), 32pt bold, centered4.5049, 18pt5.2327 and 5.9049, 16pt(0.6, 0.6, 5.8, 6.2)(0.6, 3.4, 5.8, 3.4)(7.0, 0.8, 5.8, 5.6)(0.6, 0.2, 12.0, 0.6), 22pt bold(0.7749, 1.5102, 4.7498, 2.861), 14pt(7.0, 1.0, 5.8, 5.8)(0.6, 0.6, 5.8, 3.0)(6.7, 3.9, 6.0, 3.0)When creating or editing a .pptx, also follow the PPTX editing guidelines in:
D:\\SKILL\\project\\PPTX\\SKILL.md63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.