export-tailwind

Installation
SKILL.md

/export-tailwind — Tailwind Config Export

Generate a tailwind.config.js theme extension:

module.exports = {
  theme: {
    extend: {
      colors: { /* full palette + semantic */ },
      fontFamily: { display: [...], body: [...], mono: [...] },
      fontSize: { /* type scale */ },
      spacing: { /* spacing scale */ },
      boxShadow: { /* elevation system */ },
      borderRadius: { /* radius scale */ },
      screens: { /* breakpoints */ }
    }
  }
}
Installs
3
Repository
dragoon0x/optik
First Seen
May 9, 2026
export-tailwind — dragoon0x/optik