theme-factory.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "id": "theme-factory",
  3. "name": "Theme Factory Skill",
  4. "description": "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.",
  5. "steps": [
  6. {
  7. "id": 1,
  8. "name": "**Show the theme showcase**",
  9. "description": "**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.",
  10. "type": "instruction"
  11. },
  12. {
  13. "id": 2,
  14. "name": "**Ask for their choice**",
  15. "description": "**Ask for their choice**: Ask which theme to apply to the deck",
  16. "type": "instruction"
  17. },
  18. {
  19. "id": 3,
  20. "name": "**Wait for selection**",
  21. "description": "**Wait for selection**: Get explicit confirmation about the chosen theme",
  22. "type": "instruction"
  23. },
  24. {
  25. "id": 4,
  26. "name": "**Apply the theme**",
  27. "description": "**Apply the theme**: Once a theme has been chosen, apply the selected theme's colors and fonts to the deck/artifact",
  28. "type": "instruction"
  29. },
  30. {
  31. "id": 5,
  32. "name": "**Ocean Depths** - Professional and calming maritime theme",
  33. "description": "**Ocean Depths** - Professional and calming maritime theme",
  34. "type": "instruction"
  35. },
  36. {
  37. "id": 6,
  38. "name": "**Sunset Boulevard** - Warm and vibrant sunset colors",
  39. "description": "**Sunset Boulevard** - Warm and vibrant sunset colors",
  40. "type": "instruction"
  41. },
  42. {
  43. "id": 7,
  44. "name": "**Forest Canopy** - Natural and grounded earth tones",
  45. "description": "**Forest Canopy** - Natural and grounded earth tones",
  46. "type": "instruction"
  47. },
  48. {
  49. "id": 8,
  50. "name": "**Modern Minimalist** - Clean and contemporary grayscale",
  51. "description": "**Modern Minimalist** - Clean and contemporary grayscale",
  52. "type": "instruction"
  53. },
  54. {
  55. "id": 9,
  56. "name": "**Golden Hour** - Rich and warm autumnal palette",
  57. "description": "**Golden Hour** - Rich and warm autumnal palette",
  58. "type": "instruction"
  59. },
  60. {
  61. "id": 10,
  62. "name": "**Arctic Frost** - Cool and crisp winter-inspired theme",
  63. "description": "**Arctic Frost** - Cool and crisp winter-inspired theme",
  64. "type": "instruction"
  65. },
  66. {
  67. "id": 11,
  68. "name": "**Desert Rose** - Soft and sophisticated dusty tones",
  69. "description": "**Desert Rose** - Soft and sophisticated dusty tones",
  70. "type": "instruction"
  71. },
  72. {
  73. "id": 12,
  74. "name": "**Tech Innovation** - Bold and modern tech aesthetic",
  75. "description": "**Tech Innovation** - Bold and modern tech aesthetic",
  76. "type": "instruction"
  77. },
  78. {
  79. "id": 13,
  80. "name": "**Botanical Garden** - Fresh and organic garden colors",
  81. "description": "**Botanical Garden** - Fresh and organic garden colors",
  82. "type": "instruction"
  83. },
  84. {
  85. "id": 14,
  86. "name": "**Midnight Galaxy** - Dramatic and cosmic deep tones",
  87. "description": "**Midnight Galaxy** - Dramatic and cosmic deep tones",
  88. "type": "instruction"
  89. },
  90. {
  91. "id": 15,
  92. "name": "Read the corresponding theme file from the `themes/` directory",
  93. "description": "Read the corresponding theme file from the `themes/` directory",
  94. "type": "instruction"
  95. },
  96. {
  97. "id": 16,
  98. "name": "Apply the specified colors and fonts consistently throughout the deck",
  99. "description": "Apply the specified colors and fonts consistently throughout the deck",
  100. "type": "instruction"
  101. },
  102. {
  103. "id": 17,
  104. "name": "Ensure proper contrast and readability",
  105. "description": "Ensure proper contrast and readability",
  106. "type": "instruction"
  107. },
  108. {
  109. "id": 18,
  110. "name": "Maintain the theme's visual identity across all slides",
  111. "description": "Maintain the theme's visual identity across all slides",
  112. "type": "instruction"
  113. }
  114. ],
  115. "inputs": [],
  116. "outputs": []
  117. }