One-Click HTML Presentation Animation Generator
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_ab5ae6ee/unclecheng-ai-animation.
About this skill
Problem
When raw science content is passed to a model, the resulting HTML can be visually thin, poorly structured, or have animations that run only once. This skill turns the content into a presentation page such as AI_Animation.html, focusing on PPT-style carousels, flat UI flowcharts, template-driven reconstruction, and animation reset.
Core Workflow
- Mode 1: generates a PPT prompt from the input, creates a full HTML page, then reconstructs it using built-in templates. It prefers
assets/templates/PPT Template-level2/and falls back toassets/templates/PPT/. - Mode 2: if the user explicitly asks for a flowchart, it re-renders the existing page with an
assets/templates/Animation/template as a flat UI style, without adding new content. - Key fix: inserts a
cloneNode(true)plusreplaceChildscript so page switches re-trigger CSS animations reliably.
Boundaries
Best for explaining models, protocols, algorithms, or architecture comparisons. It is not a substitute for real data visualization or interactive applications. Output path is user-controlled; if absent, it defaults to the desktop AI_Animation.html. Template choice should be based on content type, and complex topics should consult SUMMARY.md before selecting a template.
Use Cases
- Turn OSI seven-layer protocol notes into a 13-slide HTML carousel for class or technical sharing.
- Convert RNN/LSTM gate-flow notes into a flat UI flowchart to explain hidden states and gradient issues.
- Rebuild architecture comparison material into a 12-VS or step-animation template for presentation.
- Fix page-switch animation reset issues in generated HTML so the demo can be replayed reliably.
Best For
- Instructors preparing science or tech lectures who need protocol models and algorithm structures as demo pages.
- Engineers writing technical docs or internal training who need architecture and process notes as HTML carousels.
- Researchers building AI teaching materials who need RNN, LSTM, and word-vector concepts presented quickly with templates.
- Developers delivering visualization pages who need output path, template choice, and animation reset control.
Related Skills
A systematic code error fixing skill that follows a five-step workflow: Reproduce, Isolate, Understand, Fix, Verify, to help developers resolve code errors.
Restores Lanhu designs to target framework code using schema JSON, design tokens, and image assets.
Automatically detects engineering or competition code, analyzes bugs, vulnerabilities, algorithm complexity, and edge cases, then produces risk-level findings with before/after fixes.
Supports inline SVG/HTML rendering and Mermaid code output, covering common technical diagram creation like architecture and flow diagrams.