home / skills / igorwarzocha / opencode-workflows / themes
npx playbooks add skill igorwarzocha/opencode-workflows --skill themesReview the files below or copy the command above to add this skill to your agents.
---
name: themes
description: |-
Apply professional visual themes to documents and presentations. Use for styling artifacts with consistent color palettes and font pairings. Use proactively to quickly improve the aesthetic quality of deliverables.
Examples:
- user: "Apply a modern theme to this deck" -> use Modern Minimalist theme
- user: "I want a tech aesthetic for this doc" -> apply Tech Innovation theme
- user: "Create a custom theme for my project" -> generate new color/font specification
---
<instructions>
<theme_factory_suite>
<theme_roster>
1. **Ocean Depths**: Professional maritime theme.
2. **Sunset Boulevard**: Warm and vibrant.
3. **Forest Canopy**: Natural earth tones.
4. **Modern Minimalist**: Clean grayscale.
5. **Golden Hour**: Rich autumnal palette.
6. **Arctic Frost**: Cool and crisp winter-inspired.
7. **Desert Rose**: Soft dusty tones.
8. **Tech Innovation**: Bold modern tech aesthetic.
9. **Botanical Garden**: Fresh and organic.
10. **Midnight Galaxy**: Dramatic deep tones.
</theme_roster>
<application_workflow>
1. **Show**: Display `assets/theme-showcase.pdf` for visual selection.
2. **Confirm**: Get the user's explicit theme choice.
3. **Load**: Read the corresponding theme file in `assets/themes/`.
4. **Apply**: Update colors and fonts consistently across all slides/pages.
5. **Custom**: If no theme fits, generate a custom palette based on user keywords.
</application_workflow>
</theme_factory_suite>
</instructions>