[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-92530":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":12,"contributorsCount":12,"subscribersCount":12,"size":12,"stars1d":12,"stars7d":12,"stars30d":14,"stars90d":12,"forks30d":12,"starsTrendScore":12,"compositeScore":15,"rankGlobal":9,"rankLanguage":9,"license":16,"archived":17,"fork":17,"defaultBranch":18,"hasWiki":19,"hasPages":17,"topics":20,"createdAt":9,"pushedAt":9,"updatedAt":21,"readmeContent":22,"aiSummary":23,"trendingCount":12,"starSnapshotCount":12,"syncStatus":24,"lastSyncTime":25,"discoverSource":26},92530,"academic-ppt-master","M1n-n9\u002Facademic-ppt-master","M1n-n9","Turn papers into editable academic PPTX decks",null,"Python",61,0,51,8,40.8,"MIT License",false,"main",true,[],"2026-07-22 04:02:06","# Academic PPT Master\n\n![Attention paper deck preview, slides 1 to 6](assets\u002Fpreviews\u002Fattention_demo_01_06.png)\n\n![Attention paper deck preview, slides 7 to 12](assets\u002Fpreviews\u002Fattention_demo_07_12.png)\n\nAcademic PPT Master turns papers into editable PowerPoint decks for paper reading, journal clubs, thesis defense, and group reports.\n\nThe two previews above were generated by giving the skill only the paper. No extra design prompt was used. You can also provide your own PPT template when you want the output to follow a lab, company, or course style.\n\n## What It Does\n\n- Converts PDF, DOCX, PPTX, URL, Markdown, and pasted text into structured source material.\n- Builds academic decks around a five-module research-report structure: background, method, results, conclusion, and outlook.\n- Generates slide pages as SVG, checks visual quality, then exports to natively editable PPTX.\n- Preserves formulas, figures, tables, diagrams, and paper screenshots as first-class slide material.\n- Supports built-in academic templates and user-provided PPT templates.\n- Works as a reusable skill for Codex-style and Claude-style agent workflows.\n\n## Best Use Cases\n\n- Paper reading slides for group meetings.\n- Journal club reports.\n- Thesis defense, proposal defense, and midterm progress decks.\n- Research project updates.\n- Course presentation slides based on one or more papers.\n\n## Quick Start\n\nClone this repository into your local skills folder:\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002FM1n-n9\u002Facademic-ppt-master.git ~\u002F.codex\u002Fskills\u002Facademic-ppt-master\n```\n\nInstall Python dependencies:\n\n```bash\ncd ~\u002F.codex\u002Fskills\u002Facademic-ppt-master\npython -m pip install -r requirements.txt\n```\n\nThen ask your agent:\n\n```text\nUse academic-ppt-master to turn this paper into a 12-slide journal-club PPT.\n```\n\nFor Claude-style workflows, place the repository in the corresponding skills directory and point the agent to `SKILL.md`.\n\n## Example Prompts\n\n```text\n把这篇论文做成课题组文献汇报 PPT，12 页左右，偏学术答辩风。\n```\n\n```text\nUse academic-ppt-master to create a paper-reading deck from this PDF. Keep the slides editable and preserve the key formulas and figures.\n```\n\n```text\n用这个 PPT 模板作为风格参考，把论文整理成 journal club slides。\n```\n\n## Built-In Academic Presets\n\n| Preset | Path | Good for |\n|---|---|---|\n| Minimal paper report | `templates\u002Fdecks\u002Facademic_paper\u002F` | paper reading, journal club, quick group sharing |\n| Dense academic defense | `templates\u002Fdecks\u002Facademic_defense\u002F` | thesis defense, proposal defense, detailed research reports |\n| Academic blue | `templates\u002Fbrands\u002Facademic-blue\u002F` | clean paper-report decks |\n| Academic graphite | `templates\u002Fbrands\u002Facademic-graphite\u002F` | neutral grayscale academic decks |\n| Academic navy | `templates\u002Fbrands\u002Facademic-navy\u002F` | formal defense decks |\n\nTemplate selection is path-based. Give the full template directory path when you want a specific preset.\n\n## Pipeline\n\n```text\nsource paper\n  -> markdown extraction\n  -> project initialization\n  -> academic structure planning\n  -> SVG slide generation\n  -> visual quality check\n  -> SVG post-processing\n  -> editable PPTX export\n```\n\nThe workflow keeps content and design separate. The strategist decides the slide logic and evidence structure. The executor writes each SVG page. The exporter converts SVG objects into editable PowerPoint elements.\n\n## Repository Contents\n\n- `SKILL.md`: the main workflow instructions.\n- `scripts\u002F`: conversion, rendering, quality-check, and PPTX export tools.\n- `references\u002F`: academic mode, visual rules, execution standards, and workflow references.\n- `templates\u002F`: academic brands, layouts, decks, charts, and icons.\n- `workflows\u002F`: optional workflows for template filling, visual review, chart verification, audio, and live preview.\n- `assets\u002Fpreviews\u002F`: preview images shown in this README.\n\nGenerated projects, exported PPTX files, local caches, API keys, and private source papers are not included.\n\n## License\n\nMIT. See `ATTRIBUTION.md` for engine attribution and project-specific notes.\n\n---\n\n# 中文说明\n\nAcademic PPT Master 是一个面向学术场景的 PPT skill。它可以把论文、PDF、Markdown、网页或已有文档整理成可编辑的 PowerPoint，适合文献汇报、组会、journal club、开题、中期和答辩。\n\n上面的两张预览图只输入了论文，没有额外写设计提示词。你也可以给它自己的 PPT 模板，让输出贴合课题组、课程或机构风格。\n\n核心能力：\n\n- 自动抽取论文内容，整理成适合汇报的结构。\n- 按背景、方法、实验、结论、展望组织逻辑。\n- 优先保留论文里的公式、图、表和关键实验结果。\n- 先生成 SVG 页面，再做视觉检查，最后导出可编辑 PPTX。\n- 支持内置学术模板，也支持用户自己的 PPT 模板。\n\n典型用法：\n\n```text\n把这篇论文做成 12 页文献汇报 PPT，使用 academic-ppt-master。\n```\n\n```text\n用 templates\u002Fdecks\u002Facademic_defense\u002F 这个模板，把论文做成答辩风格 PPT。\n```\n\n```text\n参考我上传的 PPT 模板，把这篇论文整理成组会汇报。\n```\n\n本仓库只放 skill、脚本、参考文档、模板和预览图，不包含私有论文、生成项目、导出 PPTX、API key 或本地缓存。\n","Academic PPT Master 是一个将学术论文自动转换为结构化、可编辑 PowerPoint 演示文稿的工具。它支持 PDF\u002FDOCX\u002FPPTX\u002FURL\u002FMarkdown 等多种输入格式，基于背景—方法—结果—结论—展望五模块结构生成幻灯片，原生保留公式、图表、表格和截图，并输出为真正可编辑的 PPTX 文件；支持内置学术模板及用户自定义 PPT 模板，可集成至 Codex 或 Claude 类智能体工作流。适用于文献精读汇报、期刊俱乐部、学位论文答辩、课题组进展分享等科研协作场景。",2,"2026-07-09 02:30:16","CREATED_QUERY"]