<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: cchsh</title>
    <description>The latest articles on DEV Community by cchsh (@_c6034f3237378701267568).</description>
    <link>https://dev.to/_c6034f3237378701267568</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4000323%2Fdffa42b2-58c8-4ad1-8575-a92c30a85b65.png</url>
      <title>DEV Community: cchsh</title>
      <link>https://dev.to/_c6034f3237378701267568</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/_c6034f3237378701267568"/>
    <language>en</language>
    <item>
      <title>Using LLMs for slide: MDPR + mdpr-skill</title>
      <dc:creator>cchsh</dc:creator>
      <pubDate>Wed, 24 Jun 2026 10:09:53 +0000</pubDate>
      <link>https://dev.to/_c6034f3237378701267568/using-llms-for-slide-mdpr-mdpr-skill-1oo1</link>
      <guid>https://dev.to/_c6034f3237378701267568/using-llms-for-slide-mdpr-mdpr-skill-1oo1</guid>
      <description>&lt;p&gt;I have been building MDPR, a deterministic Markdown-to-editable-PPTX runtime, and mdpr-skill, an optional Codex companion for review hints.&lt;/p&gt;

&lt;p&gt;The problem I wanted to avoid is common in LLM-generated slide decks: the model owns too much. It chooses coordinates, colors, emphasis, spacing, and object geometry directly. The first slide may look plausible, but coherence often drifts across the deck.&lt;/p&gt;

&lt;p&gt;MDPR uses a different boundary:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Markdown is parsed into presentation structure.&lt;/li&gt;
&lt;li&gt;Slide splitting and layout planning are deterministic.&lt;/li&gt;
&lt;li&gt;Theme colors, z-order, object bounds, and renderer output are owned by MDPR.&lt;/li&gt;
&lt;li&gt;The output is editable PPTX first, with HTML/PDF/PNG previews downstream.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;mdpr-skill sits before that runtime. It can suggest compact semantic tags, icon-search keywords, Markdown cleanup notes, and visual QA concerns. It cannot own final coordinates, exact colors, z-order, shape geometry, exact icons, or renderer object IDs.&lt;/p&gt;

&lt;p&gt;The short version:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The LLM can suggest; MDPR renders.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Install MDPR:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; @mdpresent/cli
mdpresent build deck.md &lt;span class="nt"&gt;--to&lt;/span&gt; pptx,html &lt;span class="nt"&gt;--out&lt;/span&gt; dist
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Runtime:&lt;br&gt;
&lt;a href="https://github.com/ch040602/MdPr" rel="noopener noreferrer"&gt;https://github.com/ch040602/MdPr&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Optional skill:&lt;br&gt;
&lt;a href="https://github.com/ch040602/mdpr-skill" rel="noopener noreferrer"&gt;https://github.com/ch040602/mdpr-skill&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;npm:&lt;br&gt;
&lt;a href="https://www.npmjs.com/package/@mdpresent/cli" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/@mdpresent/cli&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Preview gallery:&lt;br&gt;
&lt;a href="https://ch040602.github.io/MdPr/theme-preview/" rel="noopener noreferrer"&gt;https://ch040602.github.io/MdPr/theme-preview/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I am looking for Markdown edge cases that usually break when converted into PowerPoint: dense tables, chart/table pairs, diagrams, mixed-language text, captions, and documents where editability matters after generation.&lt;/p&gt;

</description>
      <category>markdown</category>
      <category>powerpoint</category>
      <category>productivity</category>
      <category>skill</category>
    </item>
  </channel>
</rss>
