<?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: AttentionIsImportant</title>
    <description>The latest articles on DEV Community by AttentionIsImportant (@attentionisalluneed).</description>
    <link>https://dev.to/attentionisalluneed</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%2F4107069%2Fadd01e25-18a6-47f2-8dcb-36a87640e88b.png</url>
      <title>DEV Community: AttentionIsImportant</title>
      <link>https://dev.to/attentionisalluneed</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/attentionisalluneed"/>
    <language>en</language>
    <item>
      <title>🌟Turn Markdown into Narrated Videos with a New AI Skill</title>
      <dc:creator>AttentionIsImportant</dc:creator>
      <pubDate>Thu, 03 Sep 2026 05:05:50 +0000</pubDate>
      <link>https://dev.to/attentionisalluneed/turn-markdown-into-narrated-videos-with-a-new-ai-skill-1i31</link>
      <guid>https://dev.to/attentionisalluneed/turn-markdown-into-narrated-videos-with-a-new-ai-skill-1i31</guid>
      <description>&lt;p&gt;I’ve been trying out a new Skill that turns Markdown content into narrated videos — and it’s surprisingly practical. The workflow is simple.&lt;/p&gt;

&lt;p&gt;The biggest advantage is that it doesn’t just generate slides or audio separately — it can directly produce a &lt;strong&gt;complete video with synchronized audio&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;In other words, the final output is an actual MP4 video with the generated narration already included:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Markdown → Slides + Audio → MP4 Video&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can also modify and build on top of the Skill to fit your own workflow. It is released under the &lt;strong&gt;Apache License 2.0&lt;/strong&gt;, so you can customize, extend, and integrate it into your own projects, as long as you comply with the license requirements, including preserving the required attribution and license notices.&lt;/p&gt;

&lt;p&gt;You write your content in Markdown, and the Skill handles the rest:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Converts Markdown into presentation slides with Marp&lt;/li&gt;
&lt;li&gt;Generates narration with Edge-TTS (Text-to-Speech)&lt;/li&gt;
&lt;li&gt;Synchronizes the slides and narration&lt;/li&gt;
&lt;li&gt;Uses FFmpeg to produce the final MP4 video&lt;/li&gt;
&lt;li&gt;Keeps the whole workflow local and scriptable&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is particularly useful for turning technical content into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Programming tutorials&lt;/li&gt;
&lt;li&gt;Course materials&lt;/li&gt;
&lt;li&gt;Documentation&lt;/li&gt;
&lt;li&gt;AI-generated educational content&lt;/li&gt;
&lt;li&gt;Internal technical training&lt;/li&gt;
&lt;li&gt;Short-form technical videos&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The interesting part is that the input remains just Markdown.&lt;/p&gt;

&lt;p&gt;That means an AI agent can generate the Markdown first, and the Skill can take it from there.&lt;/p&gt;

&lt;p&gt;For example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight markdown"&gt;&lt;code&gt;&lt;span class="gh"&gt;# What is a Transformer?&lt;/span&gt;

&lt;span class="gu"&gt;## Self-Attention&lt;/span&gt;

Self-attention allows each token to
consider other tokens in the sequence...

&lt;span class="gu"&gt;## Why does it matter?&lt;/span&gt;

It enables the model to capture
relationships between distant tokens.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;→ slides&lt;br&gt;
→ narration&lt;br&gt;
→ synchronized video&lt;/p&gt;

&lt;p&gt;No video editor required.&lt;/p&gt;

&lt;p&gt;The Skill is available here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/70v-Yoyo/md2video-audio-skill" rel="noopener noreferrer"&gt;https://github.com/70v-Yoyo/md2video-audio-skill&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you regularly turn Markdown, documentation, or technical notes into educational content, this is worth trying.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>skill</category>
      <category>markdown</category>
      <category>agentskills</category>
    </item>
  </channel>
</rss>
