How this command is triggered — by the user, by Claude, or both
Slash command
/run-pak:themesThe summary Claude sees in its command listing — used to decide when to auto-load this command
# List PAK Themes Call `list_themes` to retrieve all available theme presets and display them to the user with recommendations based on their use case. Group themes by mood: - **Professional:** corporate-dark, corporate-light, pharma-clean, pharma-dark - **Bold/Creative:** sunset, midnight, ocean - **Warm/Natural:** warm-earth, forest - **Minimal:** light, monochrome, default If the user mentions a specific industry or vibe, recommend the best match.
Call list_themes to retrieve all available theme presets and display them to the user with recommendations based on their use case.
Group themes by mood:
If the user mentions a specific industry or vibe, recommend the best match.
npx claudepluginhub kw-smith/run-pak --plugin run-pak/paletteGenerate color palettes from design styles with semantic colors, scales (50-900), contrast ratios, and accessibility validation for light, dark, or both modes.
/preview-designsGenerates 3 distinct self-contained HTML/CSS design previews with animations for a website theme, from site description or regenerates from existing spec.
/brand-paletteGenerates derived (color theory harmonies, tints) or alternative mood-based color palettes from brand colors in brand-philosophy.md. Displays previews and supports saving.
/design-templateGenerates a production-ready HTML/CSS page from one of 10 template categories (landing-page, dashboard, pricing, etc.), with optional brand color, style, and dark mode customization.
/preview-designsGenerates 3 distinct self-contained HTML/CSS design previews for a website theme from a site description or regenerates new options from existing specs.
/tailwind-theme-builderSets up Tailwind v4 theming with CSS variables and dark mode. Accepts optional hex color for primary brand or uses defaults.