
Nature Paper2ppt
- 18 installs
- 45 repo stars
- Updated June 23, 2026
- yuanyuanma03/academic-research-skills
This is a copy of nature-paper2ppt by yuan1z0825 - installs and ranking accrue to the original listing.
Helps with ai & agent building tasks.
About
nature-paper2ppt is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- nature-paper2ppt
- AI & Agent Building
- AI-coding skill
Nature Paper2ppt by the numbers
- 18 all-time installs (skills.sh)
- Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/yuanyuanma03/academic-research-skills --skill nature-paper2pptAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 18 |
|---|---|
| repo stars | ★ 45 |
| Last updated | June 23, 2026 |
| Repository | yuanyuanma03/academic-research-skills ↗ |
What it does
Helps with ai & agent building tasks.
Files
Purpose
Transform a scientific paper or paper-derived notes into a complete Chinese, figure-integrated PPTX presentation package with a Nature-style reporting logic.
The skill must not stop at an outline or script. The expected end product is a real .pptx deck. Keep supporting files minimal unless the user asks for more traceability.
Use this skill for papers across scientific fields, including:
- life sciences and medicine
- chemistry and materials science
- environmental and earth sciences
- physics and engineering
- computational biology, AI, and methods papers
- interdisciplinary Nature-family style research
- reviews, perspectives, resources, datasets, and benchmark papers
Core Principle
Use the paper's scientific argument as the presentation spine.
The default slide logic should help the audience answer, in order: 1. Why does this problem matter? 2. What gap or bottleneck does the paper address? 3. What did the authors do? 4. What is the key evidence? 5. Why should we trust the result? 6. What is new, reusable, or broadly meaningful? 7. Where are the boundaries and open questions?
This is more important than copying the paper section order.
Lean Operating Mode
Default to the lowest-overhead workflow that still produces a usable PPTX.
Do:
- read only the source material needed to understand the paper's argument,
- extract only figures/tables that will actually appear in the deck,
- create the PPTX as the primary deliverable,
- design slides with varied, evidence-led composition rather than rigid AI-looking card templates,
- prevent text overflow by writing shorter on-slide copy, using larger text boxes, and splitting slides when needed,
- run at least one self-audit and correction pass on the generated PPTX,
- run lightweight structural checks on the PPTX package after revision,
- write a short QA report.
Avoid by default:
- exhaustive extraction of every figure, page, image, table, or supplement,
- full OCR unless normal text extraction fails or the PDF is scanned,
- saving full raw extracted paper text unless it is needed for debugging or reuse,
- installing new dependencies when an existing tool can complete the task,
- launching GUI apps or desktop automation just to render previews,
- generating long markdown scripts when the user only needs a deck,
- rendering every slide when no reliable headless renderer is available.
Toolchain Policy
Use a cross-platform Python-first stack unless the user explicitly asks for something else:
- PyMuPDF for metadata, text extraction, page rendering, and page-level crops,
- Pillow for figure crops, contact sheets, and lightweight preview images,
- python-pptx for slide authoring and PPTX-safe editing,
- zipfile plus a reopen pass through python-pptx for package validation.
This stack must work on macOS, Linux, and Windows. Use pathlib paths, project-local output directories, and Office-safe fonts or theme fonts. Do not hardcode OS font paths or platform-specific file locations. If Python packages are missing, create a local virtual environment and install the minimum packages only when policy permits; do not install broad document suites just to finish a normal deck.
Treat LibreOffice/soffice as optional, only when it is already available and a real rendered preview is worth the cost. Avoid Keynote, PowerPoint desktop automation, AppleScript, Preview, Finder, open, and any OS-specific font or path dependency in helper scripts. If a preview can be made from extracted slide objects or assets, prefer that over re-rendering the whole deck.
Ask or document the tradeoff before doing expensive extras such as full supplementary-material processing, high-resolution recreation of many figures, full slide-by-slide rendered QA, or very long decks.
Accepted Inputs
The skill may receive:
- a full paper PDF
- supplementary figures or tables
- Word or markdown converted paper text
- abstract + results + figure legends
- structured reading notes
- manually pasted article content
- an
input/source.mdfile - a user-provided PPTX template
Default output language is simplified Chinese unless the user requests otherwise. Preserve important technical terms, abbreviations, gene/protein names, model names, dataset names, equations, and statistical terms in English when needed.
Default Fast Path
For a normal selectable-text paper PDF, run the shortest complete path: 1. Extract metadata, abstract, headings, figure legends, and table captions with PyMuPDF. 2. Identify the paper type, argument, and candidate figures before rendering high-resolution pages. 3. Render low-resolution contact sheets only when figure locations are unclear. 4. Render high-resolution images only for selected figure/table pages and crop only assets that will appear in the deck. 5. Build the PPTX directly with python-pptx, using native tables/charts when values are explicit and figure crops when the original visual carries the evidence. 6. Run the self-review and revision loop: inspect crop quality, slide density, layout bounds, source labels, notes, and figure readability; fix high- and medium-severity issues before final validation. 7. Verify by reopening the PPTX and inspecting package structure; render slide previews only if a reliable cross-platform headless renderer is already available.
OCR, full supplementary extraction, all-page high-resolution rendering, all-slide rendered QA, and long script files are opt-in or justified exceptions, not defaults.
Workflow
Step 1. Read and extract source material
Extract, when available:
- title, authors, journal/preprint server, year, DOI
- field and subfield
- paper type
- central problem and knowledge gap
- main claim or thesis
- study design, workflow, model, dataset, or experimental system
- key methods and controls
- main results and quantitative findings
- key figures, tables, and figure legends
- validation, robustness, ablation, or sensitivity analyses
- limitations and unresolved questions
- broader scientific, clinical, technical, environmental, or translational meaning
Do not invent missing numbers, mechanisms, datasets, or figure details. Use a two-pass reading strategy: first capture metadata, abstract, headings, figure legends, and table captions; then read only the result and methods pages needed to support the slides.
Step 2. Classify the paper before designing slides
Identify the primary paper type. Choose the closest fit:
- discovery / mechanism paper
- translational or applied science paper
- clinical or population study
- methods / algorithm / tool paper
- resource / dataset / atlas paper
- omics, single-cell, spatial, or multi-modal study
- materials / chemistry / engineering performance study
- environmental, ecological, or earth-system study
- benchmark / evaluation paper
- review / perspective / commentary
- meta-analysis / systematic review
Then identify the best presentation logic:
claim-first: useful when the paper has one strong central claimquestion-to-evidence: useful for mechanism and discovery papersproblem-to-solution: useful for methods, tools, and engineering papersworkflow-to-validation: useful for datasets, atlases, omics, and benchmarksevidence-map: useful for reviews and perspectives
Step 3. Build the Chinese presentation plan
Default length: 12-16 slides for a 15-20 minute report.
The default structure is: 1. 标题页 2. 研究背景:为什么这个问题重要 3. 知识缺口 / 技术瓶颈 4. 论文核心问题与主张 5. 研究设计 / 技术路线 / 分析框架 6. 关键证据1 7. 关键证据2 8. 关键证据3 9. 验证、对照或稳健性证据 10. 机制模型 / 方法优势 / 综合框架 11. 创新点与可复用价值 12. 局限性与未解决问题 13. 总结与讨论
Adapt this structure to the paper type. Do not force every paper into the same template.
For a quick or unspecified request, prefer 10-14 slides. Expand beyond 16 slides only when the user asks for a detailed seminar deck or the paper genuinely needs the extra space to stay readable.
Plan the visual rhythm before authoring
Before creating slides, assign each slide a visual role and avoid repeating the same role too often.
Use a rhythm such as:
- opener / conceptual claim,
- problem setup,
- mechanism or workflow,
- evidence slide,
- evidence slide with cropped subpanel,
- comparison or ablation,
- boundary / limitation,
- synthesis / discussion.
For each slide, choose one of these composition types:
figure-dominant: figure owns most of the slide; text is a quiet margin note or bottom strip,process-wide: full-width workflow with small stage labels,claim-led: one strong sentence with 2-3 supporting fragments, no fake cards,comparison: table/chart or two evidence blocks with a single conclusion line,discussion: open layout with a few sharp prompts, not a dense bullet page.
Do not create the whole deck from one generic layout family. If the plan shows repeated three cards + takeaway or figure left + rail right slides, revise the plan before building.
Step 4. Select figures as evidence, not decoration
Inspect the source for:
- graphical abstracts or summary models
- study design and workflow diagrams
- central result figures
- microscopy or imaging panels
- heatmaps, dimensionality reduction, networks, maps, or spatial plots
- survival curves, forest plots, calibration curves, or statistical result plots
- materials characterization and performance plots
- model architecture, benchmark, ablation, or error analysis figures
- key tables
- validation or control figures
Prioritize figures that carry the paper's argument: 1. design/workflow, 2. main evidence, 3. validation or robustness, 4. mechanism/model/synthesis, 5. practical or conceptual implication.
Prefer a few readable key panels over many unreadable full figures.
Step 5. Extract and prepare figure assets
When the source contains usable figures:
- extract original images from the PDF or source package when possible, but only for selected figures,
- render high-resolution page images only for pages containing selected figures or tables,
- crop relevant panels when full figures are too dense,
- keep original data visuals unchanged,
- save images under
output/assets/figures/, - use clear filenames such as
fig1_workflow.png,fig2b_main_result.png, orfig4ef_validation.png, - record source page, figure number, panel, crop status, and intended slide in
output/asset_manifest.md.
For a standard 10-14 slide journal-club deck, usually select 4-8 figure/table assets. Add more only when they directly support distinct evidence slides.
For tables and simple quantitative comparisons, prefer editable PPT-native tables/charts when values are explicit in the paper text or table. Use table screenshots only when recreating the table would risk transcription errors or when layout/formatting itself is the evidence.
If extraction fails, use the best available fallback:
- rendered page screenshot with careful crop,
- recreated editable table only when values are explicitly available,
- clearly labeled placeholder only when the visual is unavailable.
Figure crop self-check before slide insertion
Before building the final PPTX, create a quick contact sheet or inspect selected crops directly. This is a cheap way to catch the most common deck defects before they become slide defects.
Check every selected figure/table asset for:
- clipped titles, axis labels, legends, panel letters, or source figure labels,
- irrelevant surrounding paper text or captions included in the crop,
- too little margin around the crop, especially at the top and left edges,
- unreadable small text after the planned slide scaling,
- dense multi-panel figures that should be split into separate slides or cropped to key panels,
- low-resolution or blurry rendering.
Revise the crop before placing it in the PPTX when any scientific context is cut off. A figure crop that loses a title, y-axis label, legend, or panel label is a defect, not an acceptable tradeoff.
Step 6. Write slide-by-slide content
For each slide, write:
- Chinese title
- slide purpose
- suggested layout
- 3-4 concise Chinese bullets
- selected figure or table asset, if any
- Chinese figure caption and interpretation
- one core takeaway sentence
- Chinese speaker note when oral explanation is useful
Each slide should make one point. Result slides should answer:
- What does this figure show?
- Why does it matter for the paper's claim?
- What should the audience believe after seeing it?
Speaker notes should be useful but concise. Do not write long narration for every slide when the slide content is self-explanatory.
On-slide text budget
Write for the slide, not for the manuscript. Most explanation belongs in speaker notes.
Use these default limits unless a user-provided template clearly supports more:
- title: one line preferred; two lines allowed only when the slide still has enough vertical space,
- normal slide: 2-3 bullets, each no more than about 18 Chinese characters or 8-10 English words,
- result slide: 1 short interpretation sentence plus at most 2 compact callouts,
- card body: 1 sentence, usually no more than 24 Chinese characters,
- metric label: 1 line whenever possible,
- source label: small and short; do not let source text compete with the figure.
If the point needs more words, split the slide or move the explanation to speaker notes. Do not rely on shrinking text below readable size to make an overfull slide work.
Evidence hierarchy on a slide
For any result slide, order the visual logic like this: 1. hero figure or main table crop, 2. narrow interpretation rail or short annotation band, 3. only the minimum labels needed to read the evidence, 4. any deeper explanation moves to speaker notes or the next slide.
Do not let the interpretation block become as large or louder than the evidence itself.
Layout adaptation rule
Do not default to a fixed 50/50 left-right split. Choose the layout from the figure's aspect ratio, density, and role in the argument:
- use a full-width or near-full-width visual when the figure is wide, complex, or the slide's main evidence,
- use a tall image with a narrow text rail when the figure is vertically oriented or the caption/interpretation is short,
- use a top/bottom stack when the figure needs more horizontal room or the slide benefits from a short argument above and a visual below,
- use an asymmetric split such as 70/30, 75/25, or 65/35 when one side clearly dominates,
- use a compact visual-plus-callout layout when the slide only needs a few annotations,
- use a table or figure crop instead of shrinking a dense graphic into a small frame.
Treat equal-weight 1:1 layouts as the exception, not the default. Use them only when the text and image truly carry comparable weight and neither needs dominance. In most result slides, one side should clearly dominate.
Prefer the smallest text block that still makes the claim legible. If the visual needs space, give it space; if the text is the main point, let the slide breathe and keep the figure smaller or move it to its own slide.
For dense figures or tables, crop to the most relevant panels and avoid squeezing them into equal columns. For sparse slides, do not pad the page with extra boxes just to fill space.
Anti-template design rule
Avoid layouts that look like generic AI-generated slides. Academic restraint does not mean mechanical repetition.
Do not overuse:
- three equal cards with icon/number strips,
- rows of identical metric pills,
- the same right-hand interpretation rail on every figure slide,
- nested rectangles and fake dashboard cards,
- evenly spaced boxes that ignore the shape of the evidence,
- generic "problem / solution / impact" grids when the paper's argument has a more specific structure.
Instead, vary the composition based on the evidence:
- let one figure own the page when it is the evidence,
- use a single large quote-like claim line only when the slide is conceptual,
- use small edge annotations, direct labels, or a narrow marginal note instead of big explanatory boxes,
- use full-width process diagrams for workflows,
- split a dense figure across two slides instead of adding a crowded explanation rail,
- place summary text as a quiet bottom strip or margin note when the figure is dominant.
Before finalizing, scan the deck at slide-sorter scale. If five or more slides share the same composition, redesign at least some of them so the deck has a natural rhythm.
Slide archetype defaults
Use these defaults unless the source strongly suggests otherwise:
- Cover slide: one dominant visual or typographic idea, no balanced split, no dashboard-like grid.
- Background/problem slide: short setup text plus one compact context visual or schematic.
- Workflow/method slide: full-width or top-to-bottom process diagram, not two equal text/figure columns.
- Result/evidence slide: one dominant figure or table crop with a narrow interpretation rail; avoid 1:1 layouts unless the evidence and explanation truly balance.
- Comparison/table slide: full-width table or split table across slides if it becomes cramped.
- Model/summary slide: a large central model with a brief takeaway strip or short annotation band.
- Conclusion/discussion slide: text-led but open composition, with 2-4 bullets and no unnecessary containers.
Title writing rule
Use conclusion-style titles whenever possible. A good title states the slide's point, not just its topic. Prefer sentences like “PathAgent 主动识别信息不足并补充证据” over labels like “Case Study” or “Figure 3”.
Visual density rule
Do not downscale a dense figure, table, or multi-panel graphic into a tiny slot just to preserve symmetry. If a visual cannot be read at presentation scale, crop it, split it, or give it its own slide. Prefer one legible visual over several cramped ones.
Step 7. Build the actual PPTX deck
Create a real .pptx file as the primary deliverable.
Use python-pptx as the default authoring tool for scientific paper decks because it creates editable PPTX files and runs on macOS, Linux, and Windows. Use a user-provided PPTX template if supplied. Use the local Presentations plugin or other PPTX tooling only when it is already available and clearly reduces work without violating the cross-platform policy.
Use tools already available in the environment first. Install only the minimum Python dependencies when the PPTX cannot otherwise be created and the environment policy permits it.
The PPTX should:
- use 16:9 widescreen layout by default,
- include the selected original figures,
- use Chinese titles, bullets, captions, and speaker notes,
- include source labels for figure slides,
- keep slide text concise and readable,
- use text boxes sized for their content, with conservative margins and no expected clipping,
- avoid text-only result slides when visuals are available,
- maintain consistent typography, spacing, titles, captions, and section transitions,
- avoid repetitive, rigid, card-heavy layouts that make the deck feel machine-generated.
Use compact, evidence-first page composition. Avoid making every result slide a rigid two-column template or any balanced 1:1 scaffold. Let slide geometry follow the figure rather than forcing the figure to fit a template.
When a slide has one dominant figure, let that figure own the page. Keep the annotation rail narrow and short, and move secondary explanation into speaker notes or a follow-up slide rather than expanding the slide horizontally into a symmetrical split.
Text fitting implementation rules
When authoring with python-pptx or similar tooling:
- Treat automatic text shrinking (
fit_textor equivalent) as a last resort, not the layout strategy. It can fail silently, behave differently across platforms, or make text too small. - Prefer writing shorter text, increasing the text box, or splitting the slide.
- Use explicit line breaks for known long phrases, model names, and metric labels.
- Keep text box margins conservative; avoid tiny text boxes with long Chinese-English mixed strings.
- If using auto-fit, still verify the rendered or estimated text size and document the fallback.
- Never accept a slide where text is expected to overflow, be clipped, or require manual resizing by the user.
Step 8. Self-review and corrective revision loop
After creating the first PPTX draft, run at least one explicit self-review pass before declaring the deck final. Treat this as a defect-finding step, not a confirmation step.
The loop is: 1. Inspect the generated PPTX and extracted assets. 2. Write a short defect list with severity (high, medium, low) and slide numbers. 3. Correct every high-severity issue and every medium-severity issue that can be fixed without expanding the task substantially. 4. Regenerate the PPTX after edits. 5. Re-run verification and update output/qa_report.md with what was checked, what was fixed, and what remains.
Self-review checklist
Check content and structure:
- slide order follows the paper's argument, not merely the paper section order,
- each slide has one dominant claim,
- slide titles are conclusion-style where possible,
- no invented numbers, mechanisms, datasets, claims, or unsupported implications,
- result slides include source labels and do not remove original scientific labels,
- speaker notes exist when planned and are useful for oral explanation.
Check visual and layout quality:
- no cropped-off figure titles, axes, legends, panel labels, or important annotations,
- no source figure is squeezed so far that the evidence becomes unreadable,
- dense figures are split or cropped rather than placed as tiny full-figure screenshots,
- text boxes, figures, captions, source labels, and takeaway bands do not overlap,
- no text visually exceeds or is likely to exceed its text box; text overflow is a delivery-blocking defect,
- all shapes stay inside slide bounds,
- text density is reasonable; move excess explanation into speaker notes or split the slide,
- layout rhythm feels intentional rather than generated from one repeated card/rail template,
- no slide uses equal cards or metric chips merely to fill space,
- cards, metrics, and captions have consistent spacing and alignment,
- font choices are Office-safe; avoid relying on a font that is unavailable in the environment for text fitting.
Severity rules
Use high for defects that can mislead the audience or make the deck look broken:
- clipped scientific evidence such as axes, legends, panel labels, table rows, figure titles, or method labels,
- unreadable main evidence on a key result slide,
- overlapping text/figures, text cut off by its box, or text extending beyond a visible boundary,
- wrong slide order or missing central evidence,
- fabricated or unsupported quantitative statements.
Use medium for defects that reduce professionalism or comprehension:
- overly dense slides,
- rigid AI-looking layouts, especially repeated equal cards, repeated right-side rails, or decorative metric rows,
- weak crop margins,
- figure captions detached from the visual,
- excessive repeated layouts,
- missing or unhelpful speaker notes,
- ambiguous source attribution.
Use low for cosmetic issues that do not affect comprehension:
- minor alignment imperfections,
- palette or typography refinements,
- optional split of a readable but dense figure.
Programmatic checks when using python-pptx
When generating with python-pptx, perform a lightweight audit in code after the first draft and again after revision:
- reopen the PPTX with
Presentation(output_path), - count slides and embedded media,
- count non-empty notes slides if notes were planned,
- check every shape's left/top/right/bottom stays within the slide canvas,
- flag text-heavy slides by character count and number of text boxes,
- flag any text box whose estimated text length is too large for its width/height, especially mixed Chinese-English strings,
- flag long unbroken tokens or labels that may overflow narrow boxes,
- count repeated layout patterns and flag decks that reuse the same composition too often,
- flag images whose displayed size is too small for their role,
- scan for placeholder text such as
lorem,xxxx, or accidental unreplaced labels.
These checks cannot prove visual perfection, but they reliably catch many failures and should trigger a manual/self-review pass.
Rendered preview policy
Render slide previews when a reliable headless renderer is readily available. If rendered previews are available, inspect them for:
- missing images,
- distorted or low-resolution figures,
- unreadable panels,
- text overflow,
- overlapping captions, bullets, and figures,
- excessive bullet density,
- wrong slide order,
- missing source labels,
- missing or unhelpful speaker notes.
If rendered preview reveals defects, revise and regenerate the PPTX. Do not deliver a deck with obvious visual defects merely because the package validates.
If no reliable renderer is available, still complete the self-review loop using:
- crop/contact-sheet inspection for selected assets,
- python-pptx structural checks,
- slide-by-slide text and shape inspection,
- a clear note in
output/qa_report.mdthat rendered preview was unavailable.
Step 9. Final verification
After revision, perform lightweight verification:
- reopen the PPTX with the generation library when possible,
- check slide count,
- check embedded media count,
- check speaker notes presence when notes were planned,
- check obvious shape bounds if tooling supports it,
- create a contact sheet from selected extracted assets when figures were cropped.
Do not stop at "PPTX opens" if the self-review found high-severity issues. Correct them first, then verify again. Document any remaining limitation in output/qa_report.md.
Paper-Type Guidance
Discovery / mechanism papers
Use a question-to-evidence arc: 1. phenomenon and importance, 2. unknown mechanism, 3. hypothesis or question, 4. experimental design, 5. evidence chain, 6. model, 7. limitations and next experiments.
Methods, AI, tool, or algorithm papers
Use a problem-to-solution arc: 1. current bottleneck, 2. proposed method, 3. workflow or architecture, 4. evaluation design, 5. performance compared with baselines, 6. ablation, robustness, or failure cases, 7. reuse scenarios and limitations.
Resource, dataset, atlas, omics, or benchmark papers
Use a workflow-to-validation arc: 1. why the resource is needed, 2. dataset/cohort/sample design, 3. generation and quality control workflow, 4. main landscape or map, 5. validation and reproducibility, 6. example biological or technical insights, 7. access, reuse, and boundaries.
Clinical, population, or intervention studies
Use a design-to-inference arc: 1. clinical/public-health problem, 2. study question, 3. cohort/trial/design, 4. endpoints and variables, 5. primary result, 6. subgroup/sensitivity/secondary analyses, 7. bias, limitations, and practical implication.
Materials, chemistry, physics, engineering papers
Use a property-to-mechanism or design-to-performance arc: 1. target property or technical challenge, 2. design principle, 3. synthesis/fabrication/setup, 4. characterization, 5. performance evidence, 6. mechanism or structure-property relationship, 7. scalability, stability, or application boundary.
Reviews and perspectives
Use an evidence-map arc: 1. why the topic matters now, 2. conceptual framework, 3. theme 1, 4. theme 2, 5. theme 3, 6. controversy or unresolved problem, 7. author's synthesis, 8. future directions.
Style Rules
Use a restrained Nature-style academic presentation design:
- clean white or very light background,
- dark readable text,
- one or two muted accent colors,
- compact but not crowded layouts,
- figure-first result slides,
- concise captions,
- no decorative stock images,
- no decorative gradients,
- no exaggerated marketing-style section pages.
Use Chinese suitable for oral academic reporting:
- avoid rigid translation,
- avoid long paragraphs,
- avoid jargon stacking,
- preserve technical terms where Chinese translation would reduce precision,
- prefer evidence-based interpretation over vague praise.
Borrow Nature-style figure-page composition principles, but keep this skill self-contained and independent from any other skill. Treat each slide like a publication figure page: one dominant idea, one clear evidence hierarchy, and asymmetry when the story needs it.
Nature-style page composition
- Prefer one hero visual per slide when the evidence is complex or the claim is central.
- Use asymmetric layouts by default when the visual and the text are not equally important.
- Keep gutters real and tight. Use whitespace to separate roles, not to make a balanced grid.
- Use small panel labels (
a,b,c) when a slide contains multiple visual subpanels. - Use direct labels or a shared legend strip when categories repeat across panels.
- Reuse one restrained palette across the slide or slide family; reserve green/red for gains, drops, or directional change.
- If a slide has a schematic and data, let one dominate and the other validate.
- Use dark backgrounds only when the dominant visual is an image plate or the source content benefits from it; keep normal chart slides light.
- Avoid decorative boxes, fake cards, and symmetrical two-column scaffolds unless the content truly calls for them.
- If a figure would become unreadable when scaled down, crop it, split it, or move it to its own slide.
Typography system
- Build a clear three-level hierarchy: title, body, caption/source. Do not let every text block look like the same font at slightly different sizes.
- Use one Chinese sans-serif family for most copy and one English/number companion font for metrics, abbreviations, model names, DOI, and small metadata.
- Prefer title sizes roughly in the 24-32 pt range, body copy in the 12-16 pt range, and source/caption text in the 7-9 pt range unless the template clearly calls for something else.
- Let titles carry more weight than bullets. Large metrics may stand out, but they must not overpower the slide title or the main figure.
- Keep captions and source labels lighter in color and smaller in size than the main argument text.
- Avoid mixing many font families on one slide. One Chinese family plus one English/numeric companion is the default maximum.
Figure-text coordination
- Do not let figures look pasted onto the page. Pair them with a clear shared field: a tight frame, a caption edge, an interpretation rail, or a short takeaway strip.
- When a slide has one dominant figure, let the figure own about 55-75% of the slide area and keep the explanatory text to a narrow rail or short band.
- Keep captions attached to the figure edge or inside a bottom caption band. Avoid detached caption text floating far from the visual.
- Use 1-3 metric callouts or a short interpretation strip to help read the figure; do not surround the figure with many equal-weight boxes.
- If the source figure is very dense, prefer a cropped hero panel plus one or two callouts over shrinking the entire figure and compensating with long bullets.
- Use text to guide the reading order and interpretation of the figure, not to repeat every panel label in prose.
Page fullness rule
- Slides should feel complete rather than empty. Most slides should have a stable top anchor, a dominant middle block, and a bottom anchor such as a takeaway strip, source strip, or conclusion line.
- Add fullness through evidence-supporting elements: metric chips, compact interpretation bands, short source strips, or a narrow comparison block.
- Avoid large unstructured blank areas caused by tiny figures, short bullets marooned in one corner, or captions that sit far from the visual.
- If a slide still feels sparse after placing the main claim and figure, add one concise support layer before adding more bullets.
- Do not fill space with decoration alone. Any added block should clarify hierarchy, guide reading order, or improve figure readability.
Slide archetype recipes
- Hero figure result slide: 60-75% visual area, 20-30% interpretation rail, and a short takeaway band.
- Workflow slide: one full-width or near-full-width process visual plus a compact annotation strip, not two equal columns of text and diagram.
- Comparison slide: one chart or table block plus a slim metric or conclusion rail; split into two slides if the table becomes cramped.
- Text-led synthesis slide: 2-4 strong bullets or 3 compact claim cards, plus one summary sentence or discussion strip at the bottom.
- Cover slide: one dominant visual or typographic block, a small metadata band, and no dashboard-like grid of equally weighted mini-elements.
Citation and Attribution Rules
Include source information:
- title slide: paper title, authors if useful, journal/preprint server, year, DOI if available,
- figure slides: small labels such as
Source: Fig. 2b, Nature, 2024, - adapted or redrawn content: label as
整理自or改绘自, - do not remove original figure labels or alter scientific data.
Output Files
Generate a minimal but complete output package by default.
1. output/final_presentation_cn.pptx
The main deliverable: a complete Chinese PPTX deck with figures, captions, takeaways, source labels, and speaker notes.
2. output/qa_report.md
A short quality report:
- PPTX creation status,
- slide count,
- figures inserted,
- missing or placeholder figures,
- self-review defects found, grouped by severity,
- defects corrected during the revision pass,
- text overflow and text-fit checks performed,
- design-rhythm / anti-template review performed,
- verification method used after revision,
- known limitations,
- manual follow-up if needed.
3. output/assets/figures/
Extracted or cropped figure assets used in the deck.
4. output/asset_manifest.md
Figure asset traceability file, generated only when external figure/table assets are extracted:
- asset filename,
- original figure / panel,
- source page or source file,
- extraction method,
- slide placement,
- quality notes, including whether titles, axes, legends, and panel labels are preserved.
If no external figure/table assets are extracted, omit asset_manifest.md or write a one-line note in qa_report.md instead.
Create these optional files only when useful for review, debugging, or user-requested traceability:
Optional: output/ppt_outline_cn.md
Chinese outline:
- paper information,
- paper type,
- central argument,
- slide structure,
- slide purpose.
Optional: output/figure_plan.md
Figure selection plan:
- figure / panel,
- what it shows,
- why it matters,
- recommended slide,
- Chinese caption,
- interpretation.
Optional: output/ppt_script_cn_with_figures.md
Slide-by-slide script:
## Slide X. [中文标题]
- Purpose:
- Layout:
- On-slide bullets:
- ...
- ...
- ...
- Figure/Table:
- Chinese caption:
- Core takeaway:
- Speaker note:Optional: output/rendered/
Rendered slide previews only when a reliable headless renderer is available or the user requests visual QA.
Skip the optional outline/script/figure-plan files by default unless they materially reduce back-and-forth, help verify a complex paper, or are explicitly requested.
Quality Rules
- Build the
.pptxwhenever tooling is available. - Do not stop at a markdown outline or script.
- Do not fabricate results, methods, numbers, or figure details.
- Do not add expensive processing steps unless they improve the deck or were requested.
- Do not overload slides with text.
- Do not deliver slides with text extending beyond visible boxes, clipped by boxes, or likely to overflow after font substitution.
- Do not make result slides text-only when figures are available.
- Make every slide serve the paper's argument.
- Ensure figures are readable at presentation scale.
- Ensure selected figure crops preserve all scientifically necessary context before placing them in slides.
- Ensure text, captions, and figures do not overlap.
- Ensure font hierarchy is consistent across slides and that figures, captions, and metrics feel visually related rather than independently placed.
- Ensure the visual rhythm does not feel like a repeated AI template; vary composition based on evidence role and figure geometry.
- Ensure the deck is not visually underfilled: empty regions should be intentional whitespace, not leftover template space from an undersized figure or text block.
- Run at least one self-review and corrective revision pass; do not deliver a first draft with known high-severity defects.
- Document uncertainty and missing source material clearly.
Fallback Rules
If only partial content is available:
- still create a useful PPTX structure when possible,
- clearly mark uncertain slides or missing details,
- use placeholders only when a required figure is unavailable,
- do not invent exact values or claims,
- write
output/qa_report.mdexplaining what could not be verified.
If PPTX tooling is unavailable:
- generate a concise markdown outline and figure plan,
- prepare figure assets if possible,
- explain why the PPTX could not be built in the current environment,
- keep the outputs structured enough for a downstream PPTX builder to run without re-reading the paper.
name: nature-paper2ppt
version: 2.0.0
description: >
Declarative manifest for the static/dynamic split. SKILL.md uses this to
decide which fragments to load for a given paper-to-PPTX request. The main
axis is the paper type, which selects the presentation narrative arc and the
default slide structure. Design, figure, and self-review depth live in
on-demand references so each invocation stays cheap.
always_load:
# Shared layer — common to the nature-* skills
- ../_shared/core/terminology-ledger.md
# Skill-local core
- static/core/principles.md
- static/core/toolchain.md
- static/core/workflow.md
- static/core/output-and-quality.md
axes:
paper_type:
detect: |
Classify the paper before designing slides, then map it onto one of the
six presentation arcs below. Use the user's stated framing first; fall
back to inference from the source.
discovery — discovery / mechanism papers -> question-to-evidence arc
methods — methods / AI / tool / algorithm papers -> problem-to-solution arc
resource — resource / dataset / atlas / omics / benchmark papers -> workflow-to-validation arc
clinical — clinical / population / intervention studies -> design-to-inference arc
materials — materials / chemistry / physics / engineering papers -> property-to-mechanism or design-to-performance arc
review — reviews / perspectives / commentaries / meta-analyses -> evidence-map arc
If the paper is interdisciplinary, pick the arc matching its dominant
argument, not its field label.
values:
discovery: static/fragments/paper_type/discovery.md
methods: static/fragments/paper_type/methods.md
resource: static/fragments/paper_type/resource.md
clinical: static/fragments/paper_type/clinical.md
materials: static/fragments/paper_type/materials.md
review: static/fragments/paper_type/review.md
default: discovery
multi: false
references:
on_demand:
- condition: designing or auditing slide composition, visual rhythm, layout, typography, anti-template, archetypes, on-slide text budget
path: references/design-and-layout.md
- condition: selecting, extracting, cropping, and quality-checking figure/table assets
path: references/figure-assets.md
- condition: running the self-review/corrective revision loop, severity grading, programmatic python-pptx checks, rendered-preview policy, final verification
path: references/self-review.md
nature-paper2ppt 技能
nature-paper2ppt 用于把科研论文转换为简洁中文 PowerPoint,用于文献汇报、组会、实验室会议或论文分享,并以 Nature 风格证据叙事组织内容。
该技能可以接收论文 PDF、预印本、文章文本、摘要加图注,或结构化阅读笔记。它会识别论文类型、提取科学论证、只选择支撑论证的关键图表,撰写中文幻灯片内容和演讲备注,生成真实 .pptx,并做轻量级包体 QA。
功能
- 将科研论文转换为 10-16 页中文演示文稿。
- 使用论文的科学论证作为幻灯片主线,而不是照搬章节顺序。
- 先判断论文类型,再选择叙事逻辑。
- 把关键图、表或面板作为证据,而不是装饰。
- 当完整大图难以阅读时,对密集图版进行裁剪或拆分。
- 撰写中文标题、精简 bullet、图注、takeaway 和 speaker notes。
- 生成可编辑的
.pptx作为主交付物。 - 提取图表时记录 asset manifest。
- 对页数、嵌入媒体、speaker notes 和 PPTX 包结构做轻量 QA。
来源与设计层级
- Nature 风格科学叙事:问题、缺口、claim、证据、验证、复用价值、局限和讨论。
- 学术 journal club 实践:面向现场报告的短幻灯片,而不是密集读书笔记。
- 证据优先的幻灯片设计:结果页尽量以一个主图或主表为核心。
- 低开销生产:只有在实质提升成稿质量时,才做耗时的 OCR、图像提取和渲染。
文件结构
该技能采用 router/static-dynamic 结构:短 SKILL.md 路由配合 manifest.yaml,只加载当前任务需要的片段。
nature-paper2ppt/
├── SKILL.md # 短路由:识别 paper_type,加载 fragments
├── manifest.yaml # always_load core + paper_type axis + 按需 references
├── README.md
├── static/
│ ├── core/ # 始终加载
│ │ ├── principles.md # 目的、核心原则、lean mode、输入、语言
│ │ ├── toolchain.md # 跨平台 Python 栈与默认快速路径
│ │ ├── workflow.md # 9 步主线
│ │ └── output-and-quality.md# 输出包、引用、质量、fallback 规则
│ └── fragments/
│ └── paper_type/ # 每类论文一条汇报弧线
│ ├── discovery.md # question-to-evidence
│ ├── methods.md # problem-to-solution
│ ├── resource.md # workflow-to-validation
│ ├── clinical.md # design-to-inference
│ ├── materials.md # property-to-mechanism / design-to-performance
│ └── review.md # evidence-map
└── references/ # 按需打开
├── design-and-layout.md # 构图、版式、字体、反模板、页面原型
├── figure-assets.md # 图表选择、提取、裁剪自查
└── self-review.md # 自审循环、严重程度、程序检查、验证共享术语表 ../_shared/core/terminology-ledger.md 会在每次任务中加载,以保证幻灯片中的技术术语一致。
适用场景
- 根据研究论文 PDF 制作 PPT 或 PPTX。
- 准备 journal club、组会、实验室会议、论文分享或学位汇报。
- 将 Nature 系列论文总结成中文幻灯片。
- 把文章文本、图注或阅读笔记转成演示文稿。
- 需要图文结合的 deck,而不只是大纲或摘要。
- 需要 speaker notes、来源标签和 QA 报告。
默认输出包
默认输出是一个小型工作目录:
output/
├── final_presentation_cn.pptx
├── qa_report.md
├── asset_manifest.md # 提取源图表时生成
└── assets/
└── figures/如果有助于审阅或调试,可以额外生成大纲或讲稿文件,但 .pptx 始终是主交付物。
汇报逻辑
默认叙事弧线帮助听众回答:
1. 这个问题为什么重要? 2. 论文解决了什么缺口或瓶颈? 3. 作者做了什么? 4. 关键证据是什么? 5. 为什么结果可信? 6. 新意、可复用价值或广泛意义在哪里? 7. 边界和开放问题是什么?
技能会按论文类型调整这条弧线。Discovery paper 使用 question-to-evidence 逻辑;methods、AI 和工具论文使用 problem-to-solution;resource 和 atlas 论文使用 workflow-to-validation;review 使用 evidence-map 结构。
设计意图
该技能应创建可直接用于学术口头报告的 deck。它应简洁、图表主导、证据敏感,不能编造源论文没有支持的数值、方法、机制、数据集或图像解释。
密集结果图应裁剪、拆分或单独成页,不能压缩进不可读的对称双栏版式。幻灯片正文要短,深入解释放进 speaker notes。
注意事项
- 默认语言为简体中文,同时保留重要技术术语、缩写、基因名、模型名、公式和统计术语的英文。
- 该技能适用于多个研究领域,不限于生物医学论文。
- 如果没有可靠的 headless renderer,技能会进行结构 QA,并记录跳过渲染预览 QA 的原因。
Design and layout
Open this reference when planning visual rhythm (step 3), writing slide content (step 6), or building the PPTX (step 7). It holds the full composition, layout, typography, and anti-template rules.
Plan the visual rhythm before authoring
Before creating slides, assign each slide a visual role and avoid repeating the same role too often. Use a rhythm such as: opener / conceptual claim, problem setup, mechanism or workflow, evidence slide, evidence slide with cropped subpanel, comparison or ablation, boundary / limitation, synthesis / discussion.
For each slide, choose one of these composition types:
figure-dominant: figure owns most of the slide; text is a quiet margin note or bottom strip,process-wide: full-width workflow with small stage labels,claim-led: one strong sentence with 2-3 supporting fragments, no fake cards,comparison: table/chart or two evidence blocks with a single conclusion line,discussion: open layout with a few sharp prompts, not a dense bullet page.
Do not create the whole deck from one generic layout family. If the plan shows repeated three cards + takeaway or figure left + rail right slides, revise the plan before building.
On-slide text budget
Write for the slide, not for the manuscript. Most explanation belongs in speaker notes. Use these default limits unless a user-provided template clearly supports more:
- title: one line preferred; two lines allowed only when the slide still has enough vertical space,
- normal slide: 2-3 bullets, each no more than about 18 Chinese characters or 8-10 English words,
- result slide: 1 short interpretation sentence plus at most 2 compact callouts,
- card body: 1 sentence, usually no more than 24 Chinese characters,
- metric label: 1 line whenever possible,
- source label: small and short; do not let source text compete with the figure.
If the point needs more words, split the slide or move the explanation to speaker notes. Do not rely on shrinking text below readable size to make an overfull slide work.
Evidence hierarchy on a slide
For any result slide, order the visual logic: 1) hero figure or main table crop, 2) narrow interpretation rail or short annotation band, 3) only the minimum labels needed to read the evidence, 4) any deeper explanation moves to speaker notes or the next slide. Do not let the interpretation block become as large or louder than the evidence itself.
Layout adaptation rule
Do not default to a fixed 50/50 left-right split. Choose the layout from the figure's aspect ratio, density, and role:
- full-width or near-full-width visual when the figure is wide, complex, or the main evidence,
- tall image with a narrow text rail when the figure is vertical or the caption is short,
- top/bottom stack when the figure needs horizontal room or the slide benefits from a short argument above and a visual below,
- asymmetric split such as 70/30, 75/25, or 65/35 when one side dominates,
- compact visual-plus-callout layout when the slide needs only a few annotations,
- a table or figure crop instead of shrinking a dense graphic into a small frame.
Treat equal-weight 1:1 layouts as the exception. In most result slides, one side should clearly dominate. Prefer the smallest text block that still makes the claim legible. For dense figures, crop to the most relevant panels; for sparse slides, do not pad with extra boxes.
Anti-template design rule
Avoid layouts that look like generic AI-generated slides. Academic restraint does not mean mechanical repetition. Do not overuse: three equal cards with icon/number strips; rows of identical metric pills; the same right-hand interpretation rail on every figure slide; nested rectangles and fake dashboard cards; evenly spaced boxes that ignore the shape of the evidence; generic "problem / solution / impact" grids when the argument has a more specific structure.
Instead, vary the composition based on the evidence: let one figure own the page when it is the evidence; use a single large quote-like claim line only when the slide is conceptual; use small edge annotations or a narrow marginal note instead of big explanatory boxes; use full-width process diagrams for workflows; split a dense figure across two slides instead of adding a crowded rail; place summary text as a quiet bottom strip when the figure is dominant.
Before finalizing, scan the deck at slide-sorter scale. If five or more slides share the same composition, redesign at least some of them so the deck has a natural rhythm.
Slide archetype defaults
Use these defaults unless the source strongly suggests otherwise:
- Cover slide: one dominant visual or typographic idea, no balanced split, no dashboard-like grid.
- Background/problem slide: short setup text plus one compact context visual or schematic.
- Workflow/method slide: full-width or top-to-bottom process diagram, not two equal text/figure columns.
- Result/evidence slide: one dominant figure or table crop with a narrow interpretation rail; avoid 1:1 layouts unless evidence and explanation truly balance.
- Comparison/table slide: full-width table or split table across slides if it becomes cramped.
- Model/summary slide: a large central model with a brief takeaway strip or short annotation band.
- Conclusion/discussion slide: text-led but open composition, with 2-4 bullets and no unnecessary containers.
Title writing rule
Use conclusion-style titles whenever possible. A good title states the slide's point, not just its topic. Prefer "PathAgent 主动识别信息不足并补充证据" over labels like "Case Study" or "Figure 3".
Visual density rule
Do not downscale a dense figure, table, or multi-panel graphic into a tiny slot just to preserve symmetry. If a visual cannot be read at presentation scale, crop it, split it, or give it its own slide. Prefer one legible visual over several cramped ones.
Text-fitting implementation rules
When authoring with python-pptx or similar tooling:
- Treat automatic text shrinking (
fit_textor equivalent) as a last resort, not the layout strategy. It can fail silently, behave differently across platforms, or make text too small. - Prefer writing shorter text, increasing the text box, or splitting the slide.
- Use explicit line breaks for known long phrases, model names, and metric labels.
- Keep text box margins conservative; avoid tiny text boxes with long Chinese-English mixed strings.
- If using auto-fit, still verify the rendered or estimated text size and document the fallback.
- Never accept a slide where text is expected to overflow, be clipped, or require manual resizing by the user.
Style rules
Use a restrained Nature-style academic presentation design: clean white or very light background; dark readable text; one or two muted accent colors; compact but not crowded layouts; figure-first result slides; concise captions; no decorative stock images; no decorative gradients; no exaggerated marketing-style section pages.
Use Chinese suitable for oral academic reporting: avoid rigid translation; avoid long paragraphs; avoid jargon stacking; preserve technical terms where Chinese translation would reduce precision; prefer evidence-based interpretation over vague praise.
Treat each slide like a publication figure page: one dominant idea, one clear evidence hierarchy, and asymmetry when the story needs it.
Nature-style page composition
- Prefer one hero visual per slide when the evidence is complex or the claim is central.
- Use asymmetric layouts by default when the visual and the text are not equally important.
- Keep gutters real and tight. Use whitespace to separate roles, not to make a balanced grid.
- Use small panel labels (
a,b,c) when a slide contains multiple visual subpanels. - Use direct labels or a shared legend strip when categories repeat across panels.
- Reuse one restrained palette across the slide or slide family; reserve green/red for gains, drops, or directional change.
- If a slide has a schematic and data, let one dominate and the other validate.
- Use dark backgrounds only when the dominant visual is an image plate or benefits from it; keep normal chart slides light.
- Avoid decorative boxes, fake cards, and symmetrical two-column scaffolds unless the content truly calls for them.
- If a figure would become unreadable when scaled down, crop it, split it, or move it to its own slide.
Typography system
- Build a clear three-level hierarchy: title, body, caption/source. Do not let every text block look like the same font at slightly different sizes.
- Use one Chinese sans-serif family for most copy and one English/number companion font for metrics, abbreviations, model names, DOI, and small metadata.
- Prefer title sizes roughly in the 24-32 pt range, body copy in the 12-16 pt range, and source/caption text in the 7-9 pt range unless the template clearly calls for something else.
- Let titles carry more weight than bullets. Large metrics may stand out but must not overpower the slide title or main figure.
- Keep captions and source labels lighter in color and smaller in size than the main argument text.
- Avoid mixing many font families on one slide. One Chinese family plus one English/numeric companion is the default maximum.
Figure-text coordination
- Do not let figures look pasted onto the page. Pair them with a clear shared field: a tight frame, a caption edge, an interpretation rail, or a short takeaway strip.
- When a slide has one dominant figure, let the figure own about 55-75% of the slide area and keep explanatory text to a narrow rail or short band.
- Keep captions attached to the figure edge or inside a bottom caption band. Avoid detached caption text floating far from the visual.
- Use 1-3 metric callouts or a short interpretation strip to help read the figure; do not surround the figure with many equal-weight boxes.
- If the source figure is very dense, prefer a cropped hero panel plus one or two callouts over shrinking the entire figure and compensating with long bullets.
- Use text to guide the reading order and interpretation of the figure, not to repeat every panel label in prose.
Page fullness rule
- Slides should feel complete rather than empty. Most slides should have a stable top anchor, a dominant middle block, and a bottom anchor such as a takeaway strip, source strip, or conclusion line.
- Add fullness through evidence-supporting elements: metric chips, compact interpretation bands, short source strips, or a narrow comparison block.
- Avoid large unstructured blank areas caused by tiny figures, short bullets marooned in one corner, or captions far from the visual.
- If a slide still feels sparse after placing the main claim and figure, add one concise support layer before adding more bullets.
- Do not fill space with decoration alone. Any added block should clarify hierarchy, guide reading order, or improve figure readability.
Slide archetype recipes
- Hero figure result slide: 60-75% visual area, 20-30% interpretation rail, and a short takeaway band.
- Workflow slide: one full-width or near-full-width process visual plus a compact annotation strip, not two equal columns.
- Comparison slide: one chart or table block plus a slim metric or conclusion rail; split into two slides if the table becomes cramped.
- Text-led synthesis slide: 2-4 strong bullets or 3 compact claim cards, plus one summary sentence or discussion strip at the bottom.
- Cover slide: one dominant visual or typographic block, a small metadata band, and no dashboard-like grid of equally weighted mini-elements.
Figure and table assets
Open this reference for steps 4-5: selecting figures as evidence, extracting and preparing assets, and the figure-crop self-check.
Step 4 detail — select figures as evidence, not decoration
Inspect the source for: graphical abstracts or summary models; study design and workflow diagrams; central result figures; microscopy or imaging panels; heatmaps, dimensionality reduction, networks, maps, or spatial plots; survival curves, forest plots, calibration curves, or statistical result plots; materials characterization and performance plots; model architecture, benchmark, ablation, or error analysis figures; key tables; validation or control figures.
Prioritize figures that carry the paper's argument:
1. design/workflow, 2. main evidence, 3. validation or robustness, 4. mechanism/model/synthesis, 5. practical or conceptual implication.
Prefer a few readable key panels over many unreadable full figures.
Step 5 detail — extract and prepare figure assets
When the source contains usable figures:
- extract original images from the PDF or source package when possible, but only for selected figures,
- render high-resolution page images only for pages containing selected figures or tables,
- crop relevant panels when full figures are too dense,
- keep original data visuals unchanged,
- save images under
output/assets/figures/, - use clear filenames such as
fig1_workflow.png,fig2b_main_result.png, orfig4ef_validation.png, - record source page, figure number, panel, crop status, and intended slide in
output/asset_manifest.md.
For a standard 10-14 slide journal-club deck, usually select 4-8 figure/table assets. Add more only when they directly support distinct evidence slides.
For tables and simple quantitative comparisons, prefer editable PPT-native tables/charts when values are explicit in the paper text or table. Use table screenshots only when recreating the table would risk transcription errors or when layout/formatting itself is the evidence.
If extraction fails, use the best available fallback:
- rendered page screenshot with careful crop,
- recreated editable table only when values are explicitly available,
- clearly labeled placeholder only when the visual is unavailable.
Figure crop self-check before slide insertion
Before building the final PPTX, create a quick contact sheet or inspect selected crops directly. This is a cheap way to catch the most common deck defects before they become slide defects.
Check every selected figure/table asset for:
- clipped titles, axis labels, legends, panel letters, or source figure labels,
- irrelevant surrounding paper text or captions included in the crop,
- too little margin around the crop, especially at the top and left edges,
- unreadable small text after the planned slide scaling,
- dense multi-panel figures that should be split into separate slides or cropped to key panels,
- low-resolution or blurry rendering.
Revise the crop before placing it in the PPTX when any scientific context is cut off. A figure crop that loses a title, y-axis label, legend, or panel label is a defect, not an acceptable tradeoff.
Self-review and verification
Open this reference for step 8 (self-review/corrective revision loop) and step 9 (final verification).
The loop
After creating the first PPTX draft, run at least one explicit self-review pass before declaring the deck final. Treat this as a defect-finding step, not a confirmation step.
1. Inspect the generated PPTX and extracted assets. 2. Write a short defect list with severity (high, medium, low) and slide numbers. 3. Correct every high-severity issue and every medium-severity issue that can be fixed without expanding the task substantially. 4. Regenerate the PPTX after edits. 5. Re-run verification and update output/qa_report.md with what was checked, what was fixed, and what remains.
Self-review checklist
Check content and structure:
- slide order follows the paper's argument, not merely the paper section order,
- each slide has one dominant claim,
- slide titles are conclusion-style where possible,
- no invented numbers, mechanisms, datasets, claims, or unsupported implications,
- result slides include source labels and do not remove original scientific labels,
- speaker notes exist when planned and are useful for oral explanation.
Check visual and layout quality:
- no cropped-off figure titles, axes, legends, panel labels, or important annotations,
- no source figure is squeezed so far that the evidence becomes unreadable,
- dense figures are split or cropped rather than placed as tiny full-figure screenshots,
- text boxes, figures, captions, source labels, and takeaway bands do not overlap,
- no text visually exceeds or is likely to exceed its text box; text overflow is a delivery-blocking defect,
- all shapes stay inside slide bounds,
- text density is reasonable; move excess explanation into speaker notes or split the slide,
- layout rhythm feels intentional rather than generated from one repeated card/rail template,
- no slide uses equal cards or metric chips merely to fill space,
- cards, metrics, and captions have consistent spacing and alignment,
- font choices are Office-safe; avoid relying on a font that is unavailable in the environment for text fitting.
Severity rules
Use high for defects that can mislead the audience or make the deck look broken:
- clipped scientific evidence such as axes, legends, panel labels, table rows, figure titles, or method labels,
- unreadable main evidence on a key result slide,
- overlapping text/figures, text cut off by its box, or text extending beyond a visible boundary,
- wrong slide order or missing central evidence,
- fabricated or unsupported quantitative statements.
Use medium for defects that reduce professionalism or comprehension:
- overly dense slides,
- rigid AI-looking layouts, especially repeated equal cards, repeated right-side rails, or decorative metric rows,
- weak crop margins,
- figure captions detached from the visual,
- excessive repeated layouts,
- missing or unhelpful speaker notes,
- ambiguous source attribution.
Use low for cosmetic issues that do not affect comprehension:
- minor alignment imperfections,
- palette or typography refinements,
- optional split of a readable but dense figure.
Programmatic checks when using python-pptx
When generating with python-pptx, perform a lightweight audit in code after the first draft and again after revision:
- reopen the PPTX with
Presentation(output_path), - count slides and embedded media,
- count non-empty notes slides if notes were planned,
- check every shape's left/top/right/bottom stays within the slide canvas,
- flag text-heavy slides by character count and number of text boxes,
- flag any text box whose estimated text length is too large for its width/height, especially mixed Chinese-English strings,
- flag long unbroken tokens or labels that may overflow narrow boxes,
- count repeated layout patterns and flag decks that reuse the same composition too often,
- flag images whose displayed size is too small for their role,
- scan for placeholder text such as
lorem,xxxx, or accidental unreplaced labels.
These checks cannot prove visual perfection, but they reliably catch many failures and should trigger a manual/self-review pass.
Rendered preview policy
Render slide previews when a reliable headless renderer is readily available. If rendered previews are available, inspect them for: missing images; distorted or low-resolution figures; unreadable panels; text overflow; overlapping captions, bullets, and figures; excessive bullet density; wrong slide order; missing source labels; missing or unhelpful speaker notes.
If rendered preview reveals defects, revise and regenerate the PPTX. Do not deliver a deck with obvious visual defects merely because the package validates.
If no reliable renderer is available, still complete the self-review loop using: crop/contact-sheet inspection for selected assets; python-pptx structural checks; slide-by-slide text and shape inspection; and a clear note in output/qa_report.md that rendered preview was unavailable.
Step 9 — final verification
After revision, perform lightweight verification: reopen the PPTX with the generation library when possible; check slide count; check embedded media count; check speaker notes presence when notes were planned; check obvious shape bounds if tooling supports it; create a contact sheet from selected extracted assets when figures were cropped.
Do not stop at "PPTX opens" if the self-review found high-severity issues. Correct them first, then verify again. Document any remaining limitation in output/qa_report.md.
Output files, citation, and quality rules
Citation and attribution rules
Include source information:
- title slide: paper title, authors if useful, journal/preprint server, year, DOI if available,
- figure slides: small labels such as
Source: Fig. 2b, Nature, 2024, - adapted or redrawn content: label as
整理自or改绘自, - do not remove original figure labels or alter scientific data.
Output files
Generate a minimal but complete output package by default.
1. output/final_presentation_cn.pptx
The main deliverable: a complete Chinese PPTX deck with figures, captions, takeaways, source labels, and speaker notes.
2. output/qa_report.md
A short quality report: PPTX creation status; slide count; figures inserted; missing or placeholder figures; self-review defects found, grouped by severity; defects corrected during the revision pass; text overflow and text-fit checks performed; design-rhythm / anti-template review performed; verification method used after revision; known limitations; manual follow-up if needed.
3. output/assets/figures/
Extracted or cropped figure assets used in the deck.
4. output/asset_manifest.md
Figure asset traceability file, generated only when external figure/table assets are extracted: asset filename; original figure / panel; source page or source file; extraction method; slide placement; quality notes, including whether titles, axes, legends, and panel labels are preserved.
If no external figure/table assets are extracted, omit asset_manifest.md or write a one-line note in qa_report.md instead.
Optional files
Create these only when useful for review, debugging, or user-requested traceability, and skip them by default unless they materially reduce back-and-forth:
output/ppt_outline_cn.md— Chinese outline: paper information, paper type, central argument, slide structure, slide purpose.output/figure_plan.md— figure selection plan: figure / panel, what it shows, why it matters, recommended slide, Chinese caption, interpretation.output/ppt_script_cn_with_figures.md— slide-by-slide script (Purpose / Layout / On-slide bullets / Figure-Table / Chinese caption / Core takeaway / Speaker note per slide).output/rendered/— rendered slide previews only when a reliable headless renderer is available or the user requests visual QA.
Quality rules
- Build the
.pptxwhenever tooling is available; do not stop at a markdown outline or script. - Do not fabricate results, methods, numbers, or figure details.
- Do not add expensive processing steps unless they improve the deck or were requested.
- Do not overload slides with text.
- Do not deliver slides with text extending beyond visible boxes, clipped by boxes, or likely to overflow after font substitution.
- Do not make result slides text-only when figures are available.
- Make every slide serve the paper's argument.
- Ensure figures are readable at presentation scale, and that selected crops preserve all scientifically necessary context before placement.
- Ensure text, captions, and figures do not overlap.
- Ensure font hierarchy is consistent across slides and that figures, captions, and metrics feel visually related rather than independently placed.
- Ensure the visual rhythm does not feel like a repeated AI template; vary composition based on evidence role and figure geometry.
- Ensure the deck is not visually underfilled: empty regions should be intentional whitespace, not leftover template space.
- Run at least one self-review and corrective revision pass; do not deliver a first draft with known high-severity defects.
- Document uncertainty and missing source material clearly.
Fallback rules
If only partial content is available: still create a useful PPTX structure when possible; clearly mark uncertain slides or missing details; use placeholders only when a required figure is unavailable; do not invent exact values or claims; write output/qa_report.md explaining what could not be verified.
If PPTX tooling is unavailable: generate a concise markdown outline and figure plan; prepare figure assets if possible; explain why the PPTX could not be built in the current environment; keep the outputs structured enough for a downstream PPTX builder to run without re-reading the paper.
Core principles (paper2ppt)
Purpose
Transform a scientific paper or paper-derived notes into a complete Chinese, figure-integrated PPTX presentation package with a Nature-style reporting logic.
The skill must not stop at an outline or script. The expected end product is a real .pptx deck. Keep supporting files minimal unless the user asks for more traceability.
Use this skill for papers across scientific fields, including life sciences and medicine; chemistry and materials science; environmental and earth sciences; physics and engineering; computational biology, AI, and methods papers; interdisciplinary Nature-family style research; and reviews, perspectives, resources, datasets, and benchmark papers.
Core principle
Use the paper's scientific argument as the presentation spine. The default slide logic should help the audience answer, in order:
1. Why does this problem matter? 2. What gap or bottleneck does the paper address? 3. What did the authors do? 4. What is the key evidence? 5. Why should we trust the result? 6. What is new, reusable, or broadly meaningful? 7. Where are the boundaries and open questions?
This is more important than copying the paper section order.
Lean operating mode
Default to the lowest-overhead workflow that still produces a usable PPTX.
Do:
- read only the source material needed to understand the paper's argument,
- extract only figures/tables that will actually appear in the deck,
- create the PPTX as the primary deliverable,
- design slides with varied, evidence-led composition rather than rigid AI-looking card templates,
- prevent text overflow by writing shorter on-slide copy, using larger text boxes, and splitting slides when needed,
- run at least one self-audit and correction pass on the generated PPTX,
- run lightweight structural checks on the PPTX package after revision,
- write a short QA report.
Avoid by default:
- exhaustive extraction of every figure, page, image, table, or supplement,
- full OCR unless normal text extraction fails or the PDF is scanned,
- saving full raw extracted paper text unless it is needed for debugging or reuse,
- installing new dependencies when an existing tool can complete the task,
- launching GUI apps or desktop automation just to render previews,
- generating long markdown scripts when the user only needs a deck,
- rendering every slide when no reliable headless renderer is available.
Accepted inputs
The skill may receive: a full paper PDF; supplementary figures or tables; Word or markdown converted paper text; abstract + results + figure legends; structured reading notes; manually pasted article content; an input/source.md file; or a user-provided PPTX template.
Default output language is simplified Chinese unless the user requests otherwise. Preserve important technical terms, abbreviations, gene/protein names, model names, dataset names, equations, and statistical terms in English when needed, and keep them consistent via the Terminology Ledger.
Toolchain policy and fast path
Toolchain policy
Use a cross-platform Python-first stack unless the user explicitly asks for something else:
- PyMuPDF for metadata, text extraction, page rendering, and page-level crops,
- Pillow for figure crops, contact sheets, and lightweight preview images,
- python-pptx for slide authoring and PPTX-safe editing,
- zipfile plus a reopen pass through python-pptx for package validation.
This stack must work on macOS, Linux, and Windows. Use pathlib paths, project-local output directories, and Office-safe fonts or theme fonts. Do not hardcode OS font paths or platform-specific file locations. If Python packages are missing, create a local virtual environment and install the minimum packages only when policy permits; do not install broad document suites just to finish a normal deck.
Treat LibreOffice/soffice as optional, only when it is already available and a real rendered preview is worth the cost. Avoid Keynote, PowerPoint desktop automation, AppleScript, Preview, Finder, open, and any OS-specific font or path dependency in helper scripts. If a preview can be made from extracted slide objects or assets, prefer that over re-rendering the whole deck.
Ask or document the tradeoff before doing expensive extras such as full supplementary-material processing, high-resolution recreation of many figures, full slide-by-slide rendered QA, or very long decks.
Default fast path
For a normal selectable-text paper PDF, run the shortest complete path:
1. Extract metadata, abstract, headings, figure legends, and table captions with PyMuPDF. 2. Identify the paper type, argument, and candidate figures before rendering high-resolution pages. 3. Render low-resolution contact sheets only when figure locations are unclear. 4. Render high-resolution images only for selected figure/table pages and crop only assets that will appear in the deck. 5. Build the PPTX directly with python-pptx, using native tables/charts when values are explicit and figure crops when the original visual carries the evidence. 6. Run the self-review and revision loop: inspect crop quality, slide density, layout bounds, source labels, notes, and figure readability; fix high- and medium-severity issues before final validation. 7. Verify by reopening the PPTX and inspecting package structure; render slide previews only if a reliable cross-platform headless renderer is already available.
OCR, full supplementary extraction, all-page high-resolution rendering, all-slide rendered QA, and long script files are opt-in or justified exceptions, not defaults.
Workflow
Run these nine steps for any paper-to-deck job. The paper-type fragment loaded for this job sets the narrative arc; this workflow is the shared spine. Deep design, figure, and self-review material lives in the on-demand references named below.
Step 1. Read and extract source material
Extract, when available: title, authors, journal/preprint server, year, DOI; field and subfield; paper type; central problem and knowledge gap; main claim or thesis; study design, workflow, model, dataset, or experimental system; key methods and controls; main results and quantitative findings; key figures, tables, and figure legends; validation, robustness, ablation, or sensitivity analyses; limitations and unresolved questions; broader scientific, clinical, technical, environmental, or translational meaning.
Do not invent missing numbers, mechanisms, datasets, or figure details. Use a two-pass reading strategy: first capture metadata, abstract, headings, figure legends, and table captions; then read only the result and methods pages needed to support the slides. Start the Terminology Ledger here.
Step 2. Classify the paper and choose the presentation logic
The router already detected the paper_type axis and loaded the matching arc fragment. Confirm the classification against the source, then follow that fragment's arc (claim-first, question-to-evidence, problem-to-solution, workflow-to-validation, or evidence-map) when ordering slides.
Step 3. Build the Chinese presentation plan
Default length: 12-16 slides for a 15-20 minute report; prefer 10-14 for a quick or unspecified request; expand beyond 16 only for a detailed seminar deck or when the paper genuinely needs the space. Use the default slide structure from the loaded paper-type fragment and adapt it to the paper. Do not force every paper into the same template.
Before authoring, plan the visual rhythm: assign each slide a visual role and a composition type, and avoid repeating the same role/composition too often. For the composition-type catalogue and the rule against single-layout-family decks, open references/design-and-layout.md.
Step 4. Select figures as evidence, not decoration
Prioritize figures that carry the argument: design/workflow, main evidence, validation/robustness, mechanism/model/synthesis, then practical/conceptual implication. Prefer a few readable key panels over many unreadable full figures. For the full selection checklist, open references/figure-assets.md.
Step 5. Extract and prepare figure assets
Extract or render only selected figures, crop dense panels, keep original data visuals unchanged, save under output/assets/figures/, and record traceability in output/asset_manifest.md. For a standard 10-14 slide deck, usually select 4-8 assets. Prefer editable PPT-native tables/charts when values are explicit. Run the figure-crop self-check before insertion. Full extraction, crop, and self-check rules are in references/figure-assets.md.
Step 6. Write slide-by-slide content
For each slide write: Chinese title (conclusion-style where possible), slide purpose, suggested layout, 2-4 concise Chinese bullets, the selected figure/table asset if any, Chinese caption and interpretation, one core takeaway sentence, and a concise Chinese speaker note when oral explanation helps. Each slide makes one point.
Respect the on-slide text budget: write for the slide, not the manuscript; most explanation belongs in speaker notes. Order each result slide as hero evidence first, then a narrow interpretation rail, then only the minimum labels. The detailed text budget, evidence hierarchy, layout-adaptation, anti-template, archetype, title, and density rules are in references/design-and-layout.md.
Step 7. Build the actual PPTX deck
Create a real .pptx as the primary deliverable with python-pptx (or a user-provided template) using 16:9 by default, Chinese titles/bullets/captions/notes, source labels on figure slides, content-sized text boxes with conservative margins and no expected clipping, and consistent typography. Let slide geometry follow the figure rather than forcing the figure into a fixed 1:1 template. Treat automatic text shrinking as a last resort: prefer shorter text, larger boxes, or splitting the slide; never deliver a slide whose text is expected to overflow or be clipped. Full composition and text-fitting implementation rules are in references/design-and-layout.md.
Step 8. Self-review and corrective revision loop
After the first draft, run at least one explicit self-review pass as a defect-finding step: inspect the PPTX and assets, write a severity-graded defect list (high/medium/low) with slide numbers, fix every high-severity issue and every reasonable medium one, regenerate, and update output/qa_report.md. The full checklist, severity rules, programmatic python-pptx checks, and rendered-preview policy are in references/self-review.md.
Step 9. Final verification
Reopen the PPTX, check slide count, embedded media count, and speaker-notes presence when planned, check shape bounds if tooling supports it, and create a contact sheet from cropped assets. Do not stop at "PPTX opens" if self-review found high-severity issues — fix them first, then verify again, and document any remaining limitation in output/qa_report.md. See references/self-review.md.
Paper type: clinical / population / intervention
Covers clinical trials, population studies, intervention studies, and meta-analyses or systematic reviews of clinical evidence.
Presentation arc — design-to-inference
Best when study design and statistical inference carry the credibility. Order the story as:
1. the clinical or public-health problem, 2. the study question, 3. the cohort / trial / design, 4. endpoints and variables, 5. the primary result, 6. subgroup / sensitivity / secondary analyses, 7. bias, limitations, and practical implication.
Default slide structure (adapt, do not force)
1. 标题页 2. 研究背景:临床/公共卫生问题 3. 研究问题与目标 4. 研究设计:队列/试验/抽样(含 CONSORT/流程图) 5. 终点指标与变量 6. 主要结果(生存曲线、森林图、校准曲线等) 7. 亚组 / 敏感性 / 次要分析 8. 偏倚与局限性 9. 临床意义与应用 10. 总结
Report effect sizes, confidence intervals, and p-values exactly as in the paper; do not round or restate them loosely. Use survival curves, forest plots, and calibration curves as hero evidence. Be careful not to overstate causal claims beyond the study design.
Paper type: discovery / mechanism
Covers discovery and mechanism papers: omics, single-cell, spatial, or multi-modal studies, and any work whose core is a newly observed phenomenon or an explained mechanism.
Presentation arc — question-to-evidence
Best when the paper asks an open question and answers it through a chain of evidence. Order the story as:
1. phenomenon and why it matters, 2. the unknown mechanism or gap, 3. the hypothesis or question, 4. experimental design, 5. the evidence chain (the main result slides), 6. the mechanistic model, 7. limitations and next experiments.
If the paper has one strong central claim, you may open claim-first and then justify it with the same evidence chain.
Default slide structure (adapt, do not force)
1. 标题页 2. 研究背景:为什么这个现象/问题重要 3. 知识缺口:未知的机制或矛盾 4. 核心问题与假设 5. 研究设计 / 实验体系 6-8. 关键证据 1-3(构成证据链) 9. 验证、对照或稳健性证据 10. 机制模型 / 综合框架 11. 创新点与生物学意义 12. 局限性与未解决问题 13. 总结与讨论
Emphasise the evidence chain: each result slide should advance the mechanistic argument, not just display a figure. Let the mechanism/model slide synthesise the chain.
Paper type: materials / chemistry / physics / engineering
Covers materials, chemistry, physics, and engineering performance studies whose core is a designed material, device, or system and its measured performance.
Presentation arc — property-to-mechanism or design-to-performance
Best when a target property or technical challenge drives a design that is then characterised and explained. Order the story as:
1. the target property or technical challenge, 2. the design principle, 3. synthesis / fabrication / setup, 4. characterisation, 5. performance evidence, 6. mechanism or structure-property relationship, 7. scalability, stability, or application boundary.
Default slide structure (adapt, do not force)
1. 标题页 2. 研究背景:目标性能 / 技术挑战 3. 设计思路 / 原理 4. 合成 / 制备 / 实验装置 5. 表征结果 6-7. 性能证据(关键对比) 8. 机制 / 构效关系 9. 稳定性 / 可扩展性 / 应用边界 10. 局限性 11. 总结
Keep characterisation panels (XRD, SEM/TEM, spectra, performance curves) readable — crop to the key panel rather than shrinking a dense multi-panel figure. Keep units, chemical formulae, and material names exact and consistent.
Paper type: methods / AI / tool / algorithm
Covers methods, algorithm, tool, model, and system papers across fields, including AI and computational methods.
Presentation arc — problem-to-solution
Best when the paper proposes a procedure and must show it works and is better. Order the story as:
1. the current bottleneck or limitation, 2. the proposed method, 3. the workflow or architecture, 4. the evaluation design, 5. performance compared with baselines, 6. ablation, robustness, or failure cases, 7. reuse scenarios and limitations.
Default slide structure (adapt, do not force)
1. 标题页 2. 研究背景:当前方法的瓶颈 3. 核心问题:要解决什么 4. 方法总览 / 架构图(通常 full-width 流程图) 5. 关键设计 / 模块 6. 评测设置:数据集、基线、指标 7-8. 主要性能结果(与基线对比) 9. 消融 / 稳健性 / 失败案例 10. 方法优势与适用边界 11. 复用场景与开源情况 12. 局限性 13. 总结
Use editable PPT-native tables/charts for benchmark numbers when values are explicit. Keep model names, dataset names, and metric names identical to the paper via the Terminology Ledger. The architecture/workflow slide is usually a full-width process diagram, not a two-column split.
Paper type: resource / dataset / atlas / omics / benchmark
Covers resource, dataset, atlas, and benchmark papers, and large-scale omics or mapping efforts whose value is the resource itself.
Presentation arc — workflow-to-validation
Best when the contribution is a resource that must be shown to be well-built and reusable. Order the story as:
1. why the resource is needed, 2. dataset / cohort / sample design, 3. generation and quality-control workflow, 4. the main landscape or map, 5. validation and reproducibility, 6. example biological or technical insights, 7. access, reuse, and boundaries.
Default slide structure (adapt, do not force)
1. 标题页 2. 研究背景:为什么需要这个资源 3. 资源概览:规模、覆盖、特点 4. 样本 / 队列 / 数据设计 5. 生成与质量控制流程(full-width 流程图) 6. 主要图谱 / landscape 7-8. 关键发现 / 示例洞见 9. 验证与可复现性 10. 访问、复用与许可 11. 局限性与边界 12. 总结
The landscape/map slide is usually the hero figure — let it own the page. Keep access details (accession numbers, URLs, licences) accurate and consistent.
Paper type: review / perspective / commentary
Covers reviews, perspectives, and commentaries that synthesise a field rather than report new primary data.
Presentation arc — evidence-map
Best when the contribution is organisation and synthesis of existing knowledge. Order the story as:
1. why the topic matters now, 2. the conceptual framework, 3. theme 1, 4. theme 2, 5. theme 3, 6. controversy or unresolved problem, 7. the author's synthesis, 8. future directions.
Default slide structure (adapt, do not force)
1. 标题页 2. 为什么这个主题现在重要 3. 概念框架 / 全局地图 4-6. 主题 1-3(每个主题一张证据/示意) 7. 争议 / 未解决的问题 8. 作者的综合观点 9. 未来方向 10. 总结
A review deck leans more text- and schematic-led than a primary-research deck, but still avoid dense bullet pages: use a conceptual framework diagram as the spine, and give each theme one clear visual or schematic. Attribute key ideas to their original sources, not to the review alone.