gitmyhub

note-slides

HTML ★ 243 updated 2mo ago

把一篇长文、一个长 PDF,转为可读的精美 Slides。

An AI skill that turns long transcripts, articles, and course notes into single-file HTML slides while preserving the original structure and reasoning.

HTMLPythonsetup: easycomplexity 2/5

Note Slides is a "skill" — a set of instructions and templates for an AI tool — that converts long-form content into visually structured HTML slide presentations. The content it is designed to handle includes interview transcripts, podcast word-for-word scripts, long-form articles, course materials, and review notes.

Rather than summarizing content or generating generic talking points, the tool's stated goal is to faithfully preserve the original material's structure, reasoning, and key moments — questions asked, judgments made, examples given, and data cited — and present them as horizontally flippable single-file HTML slides that open in a browser. Each slide is expected to have a traceable anchor point back to the source material.

The README is in Chinese and is primarily aimed at users of Chinese AI tools. The repository structure includes the skill configuration file (SKILL.md), an HTML template, reference rules for content extraction and layout, and Python helper scripts for preprocessing input text, checking plans before slide generation, validating the output HTML, and packaging only the core files for distribution.

Usage involves providing a long article, transcript, or link to an AI tool that supports this skill format and asking it to generate slides in the Note Slides style. The output is a single HTML file.

Where it fits