What problem does it solve? Turning a dense README guide into classroom slides often produces overcrowded, copy-pasted decks that do not support oral explanation. This Skill transforms README content into concise Marp presentations aligned with the IFSul theme, the repository's pedagogical progression, and current exercise lists. ## Core Features & Use Cases - README-to-slides conversion: Reads the full README guide, inspects examples and exercises, and produces a Marp Markdown deck with opening, concept, mechanism, comparison, exercise, and summary slides. - Layout and density rules: Enforces the utility classes from marp/themes/positioning.css, bans legacy classes like grid-2 or vcenter, limits bullets and code length, and splits long exercise lists across slides. - Placeholder and asset handling: Inserts <img class="placeholder"> blocks with Prompt de IA: alt text when images do not exist yet, and swaps in real assets from marp/assets/ during visual refinement. - Use Case: A teacher updates the DOM manipulation section of the Web Programming I course and needs new slides; the Skill reads the section README, verifies current exercise paths, and generates a validated Marp deck ready for marp/build.sh. ## Quick Start Use the guia-readme-para-slides skill to turn the README of this course section into a Marp slide deck in marp/content/ following the IFSul theme.