$npx -y skills add ImGoodBai/goodable --skill theme-factoryToolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
| 1 | # Theme Factory Skill |
| 2 | |
| 3 | This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. |
| 4 | |
| 5 | ## Purpose |
| 6 | |
| 7 | To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: |
| 8 | - A cohesive color palette with hex codes |
| 9 | - Complementary font pairings for headers and body text |
| 10 | - A distinct visual identity suitable for different contexts and audiences |
| 11 | |
| 12 | ## Usage Instructions |
| 13 | |
| 14 | To apply styling to a slide deck or other artifact: |
| 15 | |
| 16 | 1. **Show the theme showcase**: Display the `theme-showcase.pdf` file to allow users to see all available themes visually. Do not make any modifications to it; simply show the file for viewing. |
| 17 | 2. **Ask for their choice**: Ask which theme to apply to the deck |
| 18 | 3. **Wait for selection**: Get explicit confirmation about the chosen theme |
| 19 | 4. **Apply the theme**: Once a theme has been chosen, apply the selected theme's colors and fonts to the deck/artifact |
| 20 | |
| 21 | ## Themes Available |
| 22 | |
| 23 | The following 10 themes are available, each showcased in `theme-showcase.pdf`: |
| 24 | |
| 25 | 1. **Ocean Depths** - Professional and calming maritime theme |
| 26 | 2. **Sunset Boulevard** - Warm and vibrant sunset colors |
| 27 | 3. **Forest Canopy** - Natural and grounded earth tones |
| 28 | 4. **Modern Minimalist** - Clean and contemporary grayscale |
| 29 | 5. **Golden Hour** - Rich and warm autumnal palette |
| 30 | 6. **Arctic Frost** - Cool and crisp winter-inspired theme |
| 31 | 7. **Desert Rose** - Soft and sophisticated dusty tones |
| 32 | 8. **Tech Innovation** - Bold and modern tech aesthetic |
| 33 | 9. **Botanical Garden** - Fresh and organic garden colors |
| 34 | 10. **Midnight Galaxy** - Dramatic and cosmic deep tones |
| 35 | |
| 36 | ## Theme Details |
| 37 | |
| 38 | Each theme is defined in the `themes/` directory with complete specifications including: |
| 39 | - Cohesive color palette with hex codes |
| 40 | - Complementary font pairings for headers and body text |
| 41 | - Distinct visual identity suitable for different contexts and audiences |
| 42 | |
| 43 | ## Application Process |
| 44 | |
| 45 | After a preferred theme is selected: |
| 46 | 1. Read the corresponding theme file from the `themes/` directory |
| 47 | 2. Apply the specified colors and fonts consistently throughout the deck |
| 48 | 3. Ensure proper contrast and readability |
| 49 | 4. Maintain the theme's visual identity across all slides |
| 50 | |
| 51 | ## Create your Own Theme |
| 52 | To handle cases where none of the existing themes work for an artifact, create a custom theme. Based on provided inputs, generate a new theme similar to the ones above. Give the theme a similar name describing what the font/color combinations represent. Use any basic description provided to choose appropriate colors/fonts. After generating the theme, show it for review and verification. Following that, apply the theme as described above. |