scientific-skills/Others/pdf-ppt/SKILL.md
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”).
npx skillsauth add aipoch/medical-research-skills pdf-pptInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
D:\\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.mdtools
Generates complete conventional oncology bulk-transcriptome biomarker and hub-gene research designs from a user-provided cancer type and study direction. Always use this skill whenever a user wants to design, plan, or build a tumor bioinformatics study centered on differential expression, prognostic filtering or risk modeling, PPI-based hub-gene prioritization, diagnostic/prognostic evaluation, clinical association, immune infiltration context, methylation context, and optional tissue or cell validation. Covers five study patterns (signature-first prognostic workflow, hub-gene-first biomarker workflow, hybrid signature-to-hub workflow, immune-context biomarker workflow, translational validation workflow) and always outputs four workload configs (Lite / Standard / Advanced / Publication+) with recommended primary plan, step-by-step workflow, figure plan, validation strategy, minimal executable version, publication upgrade path...
development
Generates complete conventional non-oncology bioinformatics research designs from a user-provided disease context, process-related gene family or biological theme, and validation direction. Use when a study centers on multi-dataset bulk transcriptome integration, DEG analysis, process-gene intersection, enrichment analysis, GSEA, PPI hub-gene prioritization, TF/miRNA regulatory networks, ROC-based biomarker evaluation, and immune infiltration analysis. Covers five study patterns (process-DEG discovery, enrichment/GSEA interpretation, hub-gene prioritization, regulatory-network and immune interpretation, multi-layer public validation) and always outputs Lite / Standard / Advanced / Publication+ with a recommended primary plan, stepwise workflow, figure plan, validation hierarchy, minimal executable version, publication upgrade path, and strictly verified literature retrieval.
tools
Plans confounder control, variable adjustment logic, and bias mitigation strategies at the protocol stage for clinical, epidemiologic, translational, observational, and biomarker studies. Always use this skill when a user needs to identify major confounders, decide which variables should or should not be adjusted for, compare matching/stratification/weighting approaches, anticipate selection or measurement bias, or pressure-test a study design before execution. Focus on bias sensing, causal structure awareness, variable-role classification, and critical design review rather than generic statistical advice.
testing
Generates complete comparative network-toxicology research designs from a user-provided exposure pair, shared toxic phenotype, and validation direction. Use when a study centers on two related exposures under one outcome and needs target collection, shared-vs-specific target decomposition, enrichment, PPI hub prioritization, docking, optional transcriptomic cross-checks, and conservative mechanistic synthesis. Covers five study patterns and always outputs Lite / Standard / Advanced / Publication+ with a recommended primary plan, stepwise workflow, figure plan, validation hierarchy, minimal executable version, publication upgrade path, and strictly verified literature retrieval.