layout

Installation
SKILL.md

Layout skill

Alignment and arrangement primitives for slide content. Use these patterns instead of guessing at Tailwind classes.

Alignment

Center content (horizontal and vertical)

<section data-slide="">
  <div className="flex items-center justify-center min-h-screen">
    <div className="text-center">
      <h1 className="text-5xl font-bold">Centered title</h1>
    </div>
  </div>
</section>

Left-align a group of elements

Installs
1
First Seen
Jun 16, 2026
layout — coolasspuppy/slide-nerds