theme-factory
“Toolkit 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.”
themes
aipkg.jsonLICENSE.txtREADME.mdSKILL.mdtheme-showcase.pdftheme-showcase.pdf is a binary file (121 kB). Install the package to read it locally.
themes/arctic-frost.mdthemes/botanical-garden.mdthemes/desert-rose.mdthemes/forest-canopy.mdthemes/golden-hour.mdthemes/midnight-galaxy.mdthemes/modern-minimalist.mdthemes/ocean-depths.mdthemes/sunset-boulevard.mdthemes/tech-innovation.md- 01SQP-275%MEDIUM
SKILL.md:53
detailhide
The skill documentation describes file write operations (applying themes to artifacts, creating custom themes) without explicitly warning users that these operations will modify their files. Users may not realize that applying a theme will permanently alter their original artifacts, potentially leading to unintended data loss or overwriting of important presentation materials.
5152After a preferred theme is selected:531. Read the corresponding theme file from the `themes/` directory542. Apply the specified colors and fonts consistently throughout the deck553. Ensure proper contrast and readabilityfix Add explicit warnings in the skill documentation clarifying that: (1) Applying a theme will modify the original artifact file, (2) Users should create backups before applying themes, (3) The 'Create your Own Theme' section should explicitly state it will write a new theme file to the themes/ directory. Include a warning box or disclaimer at the beginning of the Usage Instructions section.