This one turns natural language into complete Preline theme CSS files without touching npx or arbitrary shell commands. You describe a mood, brand color, or aesthetic like "cyberpunk dark theme" or "sunset palette," and it runs a local bundled generator that produces valid token files. The workflow is locked down: it resolves your theme directory with a safety script, generates through a single entry point, and validates coverage before finishing. Good for spinning up matching light and dark modes quickly or translating a vibe into actual CSS without writing boilerplate by hand. It won't let you accidentally write files outside the theme folder or compose shell commands from raw user input, which matters if you're letting less technical teammates request themes.
npx skills add https://github.com/htmlstreamofficial/preline --skill preline-theme-generator