AI Agent Hub
Back to skills
Article to Deck icon

Article to Deck

Office Efficiency Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_5982371c/articletodeck.

About this skill

Problem

When an article, iWiki page, KM document, or local file needs to become a quick presentation, manually rebuilding slides often means reorganizing headings, splitting pages, adjusting typography, and restoring visual hierarchy. Article to Deck compresses that workflow into a generation pipeline: fetch the content, plan pages by section, and output a single full-screen HTML deck. It is especially useful for technical write-ups, proposal reviews, weekly meeting material, and ad-hoc presentations, and it can reduce the repeated formatting work between documents and slides.

How It Works

  • Source intake: supports iWiki links / docid, KM links, local file paths, and pasted text; iWiki uses mcporter call iwiki.getDocument to fetch the body, while KM first fetches a summary and then extracts the article body.
  • Page planning: splits content by top-level headings or major sections, subdivides long sections when needed, targets 6-15 pages, and generates short labels for side navigation.
  • HTML generation: fills placeholders such as {{TITLE}}, {{SUBTITLE}}, {{SLIDES_HTML}}, and {{NAV_DATA}} from assets/deck-template.html, using lists, tables, cards, process steps, and code blocks to structure each page.
  • Delivery checks: enforces minimum 12px typography, matching navigation data, and valid HTML structure; the result is navigable with the wheel or arrow keys and can be full-screened with F11. It is intended to turn existing articles into presentable decks, not to redesign the source material or replace a design system.

Use Cases

  • Convert an iWiki proposal into a full-screen paginated HTML deck before review, using side navigation for projection.
  • Split pasted technical weekly notes into 6 to 15 pages and generate a deck with code blocks and tables.
  • Fetch a KM article summary and body, then structure it into a wheel-navigable HTML deck.
  • Turn a local Markdown proposal into a single HTML file that can be opened offline and displayed full-screen.

Best For

  • Engineers who need to turn iWiki documents into projected review material before meetings
  • Technical writers who curate KM articles and explain solution details to a team
  • Architects or product managers who write local Markdown proposals and present them ad hoc
  • Project leads who need to convert article body content into single-file HTML decks with navigation