From solopreneur
Specifies DaisyUI + Tailwind CDN for self-contained HTML mockups using semantic components, utility classes, realistic data, and basic interactivity. Openable in any browser without setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/solopreneur:design-systemThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Self-contained HTML mockups using DaisyUI + Tailwind via CDN (no build step, no setup):
Self-contained HTML mockups using DaisyUI + Tailwind via CDN (no build step, no setup):
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/daisyui.css" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
btn, card, navbar, modal, badge, alert, table, etc.<!DOCTYPE html>, <html>, <head>, <body>file:// in any browsernpx claudepluginhub pcatattacks/solopreneur-pluginProvides daisyUI 5 component classes, semantic colors, and themes for Tailwind CSS 4. Automatically activated for any HTML/JSX generation to ensure proper daisyUI component usage.
Guides building UI components, implementing themes, and creating responsive designs with daisyUI Tailwind CSS library.
Guides building UI components, implementing themes, and creating responsive layouts with daisyUI and Tailwind CSS. Includes component categories, theming, and installation.