← All plugins
paper-to-course
v1.0.0Transform any academic paper into an interactive HTML course, Markdown notes, and PPTX slides. Converts research papers into self-contained courses with formula breakdowns, literature timelines, comparison tables, ablation diagrams, method chats, and comprehension quizzes.
Claude Code1 skill
by KaguraTart27updated 4 months ago
Source
git clone https://github.com/KaguraTart/paper-to-courseClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
paper-to-course/
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
paper-to-courseSKILL.md
将学术论文转换为交互式 HTML 课程 + Markdown 文档 + PPTX 演示文稿,一键生成全部三种输出
Manifests1
.claude-plugin/plugin.json
{
"name": "paper-to-course",
"description": "Transform any academic paper into an interactive HTML course, Markdown notes, and PPTX slides. Converts research papers into self-contained courses with formula breakdowns, literature timelines, comparison tables, ablation diagrams, method chats, and comprehension quizzes.",
"version": "1.0.0",
"author": {
"name": "KaguraTart"
},
"homepage": "https://github.com/KaguraTart/paper-to-course",
"repository": "https://github.com/KaguraTart/paper-to-course"
}