claude-code-orchestrator-kit 1.4.1 → 1.4.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/.claude/agents/business/workers/lead-research-assistant.md +199 -0
  2. package/.claude/agents/database/workers/database-architect.md +3 -3
  3. package/.claude/agents/database/workers/supabase-auditor.md +7 -7
  4. package/.claude/agents/development/workers/code-reviewer.md +17 -2
  5. package/.claude/agents/frontend/workers/nextjs-ui-designer.md +30 -0
  6. package/.claude/agents/health/workers/bug-fixer.md +31 -2
  7. package/.claude/agents/health/workers/bug-hunter.md +0 -1
  8. package/.claude/agents/health/workers/dead-code-hunter.md +167 -75
  9. package/.claude/agents/health/workers/dead-code-remover.md +217 -66
  10. package/.claude/agents/health/workers/dependency-auditor.md +83 -24
  11. package/.claude/agents/health/workers/dependency-updater.md +0 -1
  12. package/.claude/agents/health/workers/security-scanner.md +0 -1
  13. package/.claude/agents/infrastructure/workers/deployment-engineer.md +446 -0
  14. package/.claude/agents/infrastructure/workers/infrastructure-specialist.md +2 -2
  15. package/.claude/agents/meta/workers/meta-agent-v3.md +22 -0
  16. package/.claude/agents/testing/workers/integration-tester.md +1 -1
  17. package/.claude/agents/testing/workers/test-writer.md +16 -0
  18. package/.claude/commands/health-bugs.md +14 -281
  19. package/.claude/commands/health-cleanup.md +14 -281
  20. package/.claude/commands/health-deps.md +14 -281
  21. package/.claude/commands/health-metrics.md +51 -709
  22. package/.claude/commands/health-reuse.md +14 -311
  23. package/.claude/commands/health-security.md +14 -281
  24. package/.claude/commands/push.md +17 -3
  25. package/.claude/commands/speckit.implement.md +0 -11
  26. package/.claude/commands/worktree.md +150 -0
  27. package/.claude/scripts/gates/check-bundle-size.sh +0 -0
  28. package/.claude/scripts/gates/check-coverage.sh +0 -0
  29. package/.claude/scripts/gates/check-security.sh +0 -0
  30. package/.claude/scripts/release.sh +469 -94
  31. package/.claude/skills/algorithmic-art/LICENSE.txt +202 -0
  32. package/.claude/skills/algorithmic-art/SKILL.md +405 -0
  33. package/.claude/skills/algorithmic-art/templates/generator_template.js +223 -0
  34. package/.claude/skills/algorithmic-art/templates/viewer.html +599 -0
  35. package/.claude/skills/artifacts-builder/LICENSE.txt +202 -0
  36. package/.claude/skills/artifacts-builder/SKILL.md +74 -0
  37. package/.claude/skills/artifacts-builder/scripts/bundle-artifact.sh +54 -0
  38. package/.claude/skills/artifacts-builder/scripts/init-artifact.sh +322 -0
  39. package/.claude/skills/artifacts-builder/scripts/shadcn-components.tar.gz +0 -0
  40. package/.claude/skills/bug-health-inline/SKILL.md +221 -0
  41. package/.claude/skills/bug-health-inline/references/worker-prompts.md +182 -0
  42. package/.claude/skills/canvas-design/LICENSE.txt +202 -0
  43. package/.claude/skills/canvas-design/SKILL.md +130 -0
  44. package/.claude/skills/canvas-design/canvas-fonts/ArsenalSC-OFL.txt +93 -0
  45. package/.claude/skills/canvas-design/canvas-fonts/ArsenalSC-Regular.ttf +0 -0
  46. package/.claude/skills/canvas-design/canvas-fonts/BigShoulders-Bold.ttf +0 -0
  47. package/.claude/skills/canvas-design/canvas-fonts/BigShoulders-OFL.txt +93 -0
  48. package/.claude/skills/canvas-design/canvas-fonts/BigShoulders-Regular.ttf +0 -0
  49. package/.claude/skills/canvas-design/canvas-fonts/Boldonse-OFL.txt +93 -0
  50. package/.claude/skills/canvas-design/canvas-fonts/Boldonse-Regular.ttf +0 -0
  51. package/.claude/skills/canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf +0 -0
  52. package/.claude/skills/canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt +93 -0
  53. package/.claude/skills/canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf +0 -0
  54. package/.claude/skills/canvas-design/canvas-fonts/CrimsonPro-Bold.ttf +0 -0
  55. package/.claude/skills/canvas-design/canvas-fonts/CrimsonPro-Italic.ttf +0 -0
  56. package/.claude/skills/canvas-design/canvas-fonts/CrimsonPro-OFL.txt +93 -0
  57. package/.claude/skills/canvas-design/canvas-fonts/CrimsonPro-Regular.ttf +0 -0
  58. package/.claude/skills/canvas-design/canvas-fonts/DMMono-OFL.txt +93 -0
  59. package/.claude/skills/canvas-design/canvas-fonts/DMMono-Regular.ttf +0 -0
  60. package/.claude/skills/canvas-design/canvas-fonts/EricaOne-OFL.txt +94 -0
  61. package/.claude/skills/canvas-design/canvas-fonts/EricaOne-Regular.ttf +0 -0
  62. package/.claude/skills/canvas-design/canvas-fonts/GeistMono-Bold.ttf +0 -0
  63. package/.claude/skills/canvas-design/canvas-fonts/GeistMono-OFL.txt +93 -0
  64. package/.claude/skills/canvas-design/canvas-fonts/GeistMono-Regular.ttf +0 -0
  65. package/.claude/skills/canvas-design/canvas-fonts/Gloock-OFL.txt +93 -0
  66. package/.claude/skills/canvas-design/canvas-fonts/Gloock-Regular.ttf +0 -0
  67. package/.claude/skills/canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf +0 -0
  68. package/.claude/skills/canvas-design/canvas-fonts/IBMPlexMono-OFL.txt +93 -0
  69. package/.claude/skills/canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf +0 -0
  70. package/.claude/skills/canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf +0 -0
  71. package/.claude/skills/canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf +0 -0
  72. package/.claude/skills/canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf +0 -0
  73. package/.claude/skills/canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf +0 -0
  74. package/.claude/skills/canvas-design/canvas-fonts/InstrumentSans-Bold.ttf +0 -0
  75. package/.claude/skills/canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf +0 -0
  76. package/.claude/skills/canvas-design/canvas-fonts/InstrumentSans-Italic.ttf +0 -0
  77. package/.claude/skills/canvas-design/canvas-fonts/InstrumentSans-OFL.txt +93 -0
  78. package/.claude/skills/canvas-design/canvas-fonts/InstrumentSans-Regular.ttf +0 -0
  79. package/.claude/skills/canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf +0 -0
  80. package/.claude/skills/canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf +0 -0
  81. package/.claude/skills/canvas-design/canvas-fonts/Italiana-OFL.txt +93 -0
  82. package/.claude/skills/canvas-design/canvas-fonts/Italiana-Regular.ttf +0 -0
  83. package/.claude/skills/canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf +0 -0
  84. package/.claude/skills/canvas-design/canvas-fonts/JetBrainsMono-OFL.txt +93 -0
  85. package/.claude/skills/canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf +0 -0
  86. package/.claude/skills/canvas-design/canvas-fonts/Jura-Light.ttf +0 -0
  87. package/.claude/skills/canvas-design/canvas-fonts/Jura-Medium.ttf +0 -0
  88. package/.claude/skills/canvas-design/canvas-fonts/Jura-OFL.txt +93 -0
  89. package/.claude/skills/canvas-design/canvas-fonts/LibreBaskerville-OFL.txt +93 -0
  90. package/.claude/skills/canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf +0 -0
  91. package/.claude/skills/canvas-design/canvas-fonts/Lora-Bold.ttf +0 -0
  92. package/.claude/skills/canvas-design/canvas-fonts/Lora-BoldItalic.ttf +0 -0
  93. package/.claude/skills/canvas-design/canvas-fonts/Lora-Italic.ttf +0 -0
  94. package/.claude/skills/canvas-design/canvas-fonts/Lora-OFL.txt +93 -0
  95. package/.claude/skills/canvas-design/canvas-fonts/Lora-Regular.ttf +0 -0
  96. package/.claude/skills/canvas-design/canvas-fonts/NationalPark-Bold.ttf +0 -0
  97. package/.claude/skills/canvas-design/canvas-fonts/NationalPark-OFL.txt +93 -0
  98. package/.claude/skills/canvas-design/canvas-fonts/NationalPark-Regular.ttf +0 -0
  99. package/.claude/skills/canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt +93 -0
  100. package/.claude/skills/canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf +0 -0
  101. package/.claude/skills/canvas-design/canvas-fonts/Outfit-Bold.ttf +0 -0
  102. package/.claude/skills/canvas-design/canvas-fonts/Outfit-OFL.txt +93 -0
  103. package/.claude/skills/canvas-design/canvas-fonts/Outfit-Regular.ttf +0 -0
  104. package/.claude/skills/canvas-design/canvas-fonts/PixelifySans-Medium.ttf +0 -0
  105. package/.claude/skills/canvas-design/canvas-fonts/PixelifySans-OFL.txt +93 -0
  106. package/.claude/skills/canvas-design/canvas-fonts/PoiretOne-OFL.txt +93 -0
  107. package/.claude/skills/canvas-design/canvas-fonts/PoiretOne-Regular.ttf +0 -0
  108. package/.claude/skills/canvas-design/canvas-fonts/RedHatMono-Bold.ttf +0 -0
  109. package/.claude/skills/canvas-design/canvas-fonts/RedHatMono-OFL.txt +93 -0
  110. package/.claude/skills/canvas-design/canvas-fonts/RedHatMono-Regular.ttf +0 -0
  111. package/.claude/skills/canvas-design/canvas-fonts/Silkscreen-OFL.txt +93 -0
  112. package/.claude/skills/canvas-design/canvas-fonts/Silkscreen-Regular.ttf +0 -0
  113. package/.claude/skills/canvas-design/canvas-fonts/SmoochSans-Medium.ttf +0 -0
  114. package/.claude/skills/canvas-design/canvas-fonts/SmoochSans-OFL.txt +93 -0
  115. package/.claude/skills/canvas-design/canvas-fonts/Tektur-Medium.ttf +0 -0
  116. package/.claude/skills/canvas-design/canvas-fonts/Tektur-OFL.txt +93 -0
  117. package/.claude/skills/canvas-design/canvas-fonts/Tektur-Regular.ttf +0 -0
  118. package/.claude/skills/canvas-design/canvas-fonts/WorkSans-Bold.ttf +0 -0
  119. package/.claude/skills/canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf +0 -0
  120. package/.claude/skills/canvas-design/canvas-fonts/WorkSans-Italic.ttf +0 -0
  121. package/.claude/skills/canvas-design/canvas-fonts/WorkSans-OFL.txt +93 -0
  122. package/.claude/skills/canvas-design/canvas-fonts/WorkSans-Regular.ttf +0 -0
  123. package/.claude/skills/canvas-design/canvas-fonts/YoungSerif-OFL.txt +93 -0
  124. package/.claude/skills/canvas-design/canvas-fonts/YoungSerif-Regular.ttf +0 -0
  125. package/.claude/skills/changelog-generator/SKILL.md +104 -0
  126. package/.claude/skills/cleanup-health-inline/SKILL.md +224 -0
  127. package/.claude/skills/code-reviewer/SKILL.md +209 -0
  128. package/.claude/skills/code-reviewer/references/code_review_checklist.md +103 -0
  129. package/.claude/skills/code-reviewer/references/coding_standards.md +103 -0
  130. package/.claude/skills/code-reviewer/references/common_antipatterns.md +103 -0
  131. package/.claude/skills/code-reviewer/scripts/code_quality_checker.py +114 -0
  132. package/.claude/skills/code-reviewer/scripts/pr_analyzer.py +114 -0
  133. package/.claude/skills/code-reviewer/scripts/review_report_generator.py +114 -0
  134. package/.claude/skills/content-research-writer/SKILL.md +538 -0
  135. package/.claude/skills/deps-health-inline/SKILL.md +227 -0
  136. package/.claude/skills/frontend-aesthetics/SKILL.md +51 -396
  137. package/.claude/skills/git-commit-helper/SKILL.md +203 -0
  138. package/.claude/skills/lead-research-assistant/SKILL.md +199 -0
  139. package/.claude/skills/reuse-health-inline/SKILL.md +248 -0
  140. package/.claude/skills/rollback-changes/SKILL.md +50 -524
  141. package/.claude/skills/run-quality-gate/SKILL.md +36 -346
  142. package/.claude/skills/security-health-inline/SKILL.md +224 -0
  143. package/.claude/skills/senior-devops/SKILL.md +209 -0
  144. package/.claude/skills/senior-devops/references/cicd_pipeline_guide.md +103 -0
  145. package/.claude/skills/senior-devops/references/deployment_strategies.md +103 -0
  146. package/.claude/skills/senior-devops/references/infrastructure_as_code.md +103 -0
  147. package/.claude/skills/senior-devops/scripts/deployment_manager.py +114 -0
  148. package/.claude/skills/senior-devops/scripts/pipeline_generator.py +114 -0
  149. package/.claude/skills/senior-devops/scripts/terraform_scaffolder.py +114 -0
  150. package/.claude/skills/senior-prompt-engineer/SKILL.md +226 -0
  151. package/.claude/skills/senior-prompt-engineer/references/agentic_system_design.md +80 -0
  152. package/.claude/skills/senior-prompt-engineer/references/llm_evaluation_frameworks.md +80 -0
  153. package/.claude/skills/senior-prompt-engineer/references/prompt_engineering_patterns.md +80 -0
  154. package/.claude/skills/senior-prompt-engineer/scripts/agent_orchestrator.py +100 -0
  155. package/.claude/skills/senior-prompt-engineer/scripts/prompt_optimizer.py +100 -0
  156. package/.claude/skills/senior-prompt-engineer/scripts/rag_evaluator.py +100 -0
  157. package/.claude/skills/setup-knip/SKILL.md +372 -0
  158. package/.claude/skills/systematic-debugging/CREATION-LOG.md +119 -0
  159. package/.claude/skills/systematic-debugging/SKILL.md +296 -0
  160. package/.claude/skills/systematic-debugging/condition-based-waiting-example.ts +158 -0
  161. package/.claude/skills/systematic-debugging/condition-based-waiting.md +115 -0
  162. package/.claude/skills/systematic-debugging/defense-in-depth.md +122 -0
  163. package/.claude/skills/systematic-debugging/find-polluter.sh +63 -0
  164. package/.claude/skills/systematic-debugging/root-cause-tracing.md +169 -0
  165. package/.claude/skills/systematic-debugging/test-academic.md +14 -0
  166. package/.claude/skills/systematic-debugging/test-pressure-1.md +58 -0
  167. package/.claude/skills/systematic-debugging/test-pressure-2.md +68 -0
  168. package/.claude/skills/systematic-debugging/test-pressure-3.md +69 -0
  169. package/.claude/skills/theme-factory/LICENSE.txt +202 -0
  170. package/.claude/skills/theme-factory/SKILL.md +59 -0
  171. package/.claude/skills/theme-factory/theme-showcase.pdf +0 -0
  172. package/.claude/skills/theme-factory/themes/arctic-frost.md +19 -0
  173. package/.claude/skills/theme-factory/themes/botanical-garden.md +19 -0
  174. package/.claude/skills/theme-factory/themes/desert-rose.md +19 -0
  175. package/.claude/skills/theme-factory/themes/forest-canopy.md +19 -0
  176. package/.claude/skills/theme-factory/themes/golden-hour.md +19 -0
  177. package/.claude/skills/theme-factory/themes/midnight-galaxy.md +19 -0
  178. package/.claude/skills/theme-factory/themes/modern-minimalist.md +19 -0
  179. package/.claude/skills/theme-factory/themes/ocean-depths.md +19 -0
  180. package/.claude/skills/theme-factory/themes/sunset-boulevard.md +19 -0
  181. package/.claude/skills/theme-factory/themes/tech-innovation.md +19 -0
  182. package/.claude/skills/ui-design-system/SKILL.md +32 -0
  183. package/.claude/skills/ui-design-system/scripts/design_token_generator.py +529 -0
  184. package/.claude/skills/ux-researcher-designer/SKILL.md +30 -0
  185. package/.claude/skills/ux-researcher-designer/scripts/persona_generator.py +508 -0
  186. package/.claude/skills/webapp-testing/LICENSE.txt +202 -0
  187. package/.claude/skills/webapp-testing/SKILL.md +96 -0
  188. package/.claude/skills/webapp-testing/examples/console_logging.py +35 -0
  189. package/.claude/skills/webapp-testing/examples/element_discovery.py +40 -0
  190. package/.claude/skills/webapp-testing/examples/static_html_automation.py +33 -0
  191. package/.claude/skills/webapp-testing/scripts/with_server.py +106 -0
  192. package/.gitignore +4 -0
  193. package/README.md +492 -1093
  194. package/README.ru.md +719 -0
  195. package/docs/Agents Ecosystem/AGENT-ORCHESTRATION.md +2 -2
  196. package/docs/COMMANDS-GUIDE.md +0 -15
  197. package/docs/reports/skills/new-skills-analysis-2025-12.md +331 -0
  198. package/package.json +11 -3
  199. package/.claude/agents/health/orchestrators/bug-orchestrator.md +0 -1084
  200. package/.claude/agents/health/orchestrators/dead-code-orchestrator.md +0 -1064
  201. package/.claude/agents/health/orchestrators/dependency-orchestrator.md +0 -1064
  202. package/.claude/agents/health/orchestrators/reuse-orchestrator.md +0 -1112
  203. package/.claude/agents/health/orchestrators/security-orchestrator.md +0 -1064
  204. package/.claude/commands/worktree-cleanup.md +0 -382
  205. package/.claude/commands/worktree-create.md +0 -287
  206. package/.claude/commands/worktree-list.md +0 -239
  207. package/.claude/commands/worktree-remove.md +0 -339
  208. package/.claude/project-index.md +0 -75
  209. package/.claude/skills/load-project-context/SKILL.md +0 -89
  210. package/.claude/skills/resume-session/SKILL.md +0 -164
  211. package/.claude/skills/save-session-context/SKILL.md +0 -123
  212. package/.claude/templates/project-index.template.md +0 -67
  213. package/.claude/templates/session/context.template.md +0 -40
  214. package/.claude/templates/session/log.template.md +0 -72
  215. package/.github/BRANCH_PROTECTION.md +0 -137
  216. package/.github/workflows/build.yml +0 -70
  217. package/.github/workflows/deploy-staging.yml +0 -90
  218. package/.github/workflows/test.yml +0 -104
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
@@ -0,0 +1,405 @@
1
+ ---
2
+ name: algorithmic-art
3
+ description: Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
4
+ license: Complete terms in LICENSE.txt
5
+ ---
6
+
7
+ Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms).
8
+
9
+ This happens in two steps:
10
+ 1. Algorithmic Philosophy Creation (.md file)
11
+ 2. Express by creating p5.js generative art (.html + .js files)
12
+
13
+ First, undertake this task:
14
+
15
+ ## ALGORITHMIC PHILOSOPHY CREATION
16
+
17
+ To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted through:
18
+ - Computational processes, emergent behavior, mathematical beauty
19
+ - Seeded randomness, noise fields, organic systems
20
+ - Particles, flows, fields, forces
21
+ - Parametric variation and controlled chaos
22
+
23
+ ### THE CRITICAL UNDERSTANDING
24
+ - What is received: Some subtle input or instructions by the user to take into account, but use as a foundation; it should not constrain creative freedom.
25
+ - What is created: An algorithmic philosophy/generative aesthetic movement.
26
+ - What happens next: The same version receives the philosophy and EXPRESSES IT IN CODE - creating p5.js sketches that are 90% algorithmic generation, 10% essential parameters.
27
+
28
+ Consider this approach:
29
+ - Write a manifesto for a generative art movement
30
+ - The next phase involves writing the algorithm that brings it to life
31
+
32
+ The philosophy must emphasize: Algorithmic expression. Emergent behavior. Computational beauty. Seeded variation.
33
+
34
+ ### HOW TO GENERATE AN ALGORITHMIC PHILOSOPHY
35
+
36
+ **Name the movement** (1-2 words): "Organic Turbulence" / "Quantum Harmonics" / "Emergent Stillness"
37
+
38
+ **Articulate the philosophy** (4-6 paragraphs - concise but complete):
39
+
40
+ To capture the ALGORITHMIC essence, express how this philosophy manifests through:
41
+ - Computational processes and mathematical relationships?
42
+ - Noise functions and randomness patterns?
43
+ - Particle behaviors and field dynamics?
44
+ - Temporal evolution and system states?
45
+ - Parametric variation and emergent complexity?
46
+
47
+ **CRITICAL GUIDELINES:**
48
+ - **Avoid redundancy**: Each algorithmic aspect should be mentioned once. Avoid repeating concepts about noise theory, particle dynamics, or mathematical principles unless adding new depth.
49
+ - **Emphasize craftsmanship REPEATEDLY**: The philosophy MUST stress multiple times that the final algorithm should appear as though it took countless hours to develop, was refined with care, and comes from someone at the absolute top of their field. This framing is essential - repeat phrases like "meticulously crafted algorithm," "the product of deep computational expertise," "painstaking optimization," "master-level implementation."
50
+ - **Leave creative space**: Be specific about the algorithmic direction, but concise enough that the next Claude has room to make interpretive implementation choices at an extremely high level of craftsmanship.
51
+
52
+ The philosophy must guide the next version to express ideas ALGORITHMICALLY, not through static images. Beauty lives in the process, not the final frame.
53
+
54
+ ### PHILOSOPHY EXAMPLES
55
+
56
+ **"Organic Turbulence"**
57
+ Philosophy: Chaos constrained by natural law, order emerging from disorder.
58
+ Algorithmic expression: Flow fields driven by layered Perlin noise. Thousands of particles following vector forces, their trails accumulating into organic density maps. Multiple noise octaves create turbulent regions and calm zones. Color emerges from velocity and density - fast particles burn bright, slow ones fade to shadow. The algorithm runs until equilibrium - a meticulously tuned balance where every parameter was refined through countless iterations by a master of computational aesthetics.
59
+
60
+ **"Quantum Harmonics"**
61
+ Philosophy: Discrete entities exhibiting wave-like interference patterns.
62
+ Algorithmic expression: Particles initialized on a grid, each carrying a phase value that evolves through sine waves. When particles are near, their phases interfere - constructive interference creates bright nodes, destructive creates voids. Simple harmonic motion generates complex emergent mandalas. The result of painstaking frequency calibration where every ratio was carefully chosen to produce resonant beauty.
63
+
64
+ **"Recursive Whispers"**
65
+ Philosophy: Self-similarity across scales, infinite depth in finite space.
66
+ Algorithmic expression: Branching structures that subdivide recursively. Each branch slightly randomized but constrained by golden ratios. L-systems or recursive subdivision generate tree-like forms that feel both mathematical and organic. Subtle noise perturbations break perfect symmetry. Line weights diminish with each recursion level. Every branching angle the product of deep mathematical exploration.
67
+
68
+ **"Field Dynamics"**
69
+ Philosophy: Invisible forces made visible through their effects on matter.
70
+ Algorithmic expression: Vector fields constructed from mathematical functions or noise. Particles born at edges, flowing along field lines, dying when they reach equilibrium or boundaries. Multiple fields can attract, repel, or rotate particles. The visualization shows only the traces - ghost-like evidence of invisible forces. A computational dance meticulously choreographed through force balance.
71
+
72
+ **"Stochastic Crystallization"**
73
+ Philosophy: Random processes crystallizing into ordered structures.
74
+ Algorithmic expression: Randomized circle packing or Voronoi tessellation. Start with random points, let them evolve through relaxation algorithms. Cells push apart until equilibrium. Color based on cell size, neighbor count, or distance from center. The organic tiling that emerges feels both random and inevitable. Every seed produces unique crystalline beauty - the mark of a master-level generative algorithm.
75
+
76
+ *These are condensed examples. The actual algorithmic philosophy should be 4-6 substantial paragraphs.*
77
+
78
+ ### ESSENTIAL PRINCIPLES
79
+ - **ALGORITHMIC PHILOSOPHY**: Creating a computational worldview to be expressed through code
80
+ - **PROCESS OVER PRODUCT**: Always emphasize that beauty emerges from the algorithm's execution - each run is unique
81
+ - **PARAMETRIC EXPRESSION**: Ideas communicate through mathematical relationships, forces, behaviors - not static composition
82
+ - **ARTISTIC FREEDOM**: The next Claude interprets the philosophy algorithmically - provide creative implementation room
83
+ - **PURE GENERATIVE ART**: This is about making LIVING ALGORITHMS, not static images with randomness
84
+ - **EXPERT CRAFTSMANSHIP**: Repeatedly emphasize the final algorithm must feel meticulously crafted, refined through countless iterations, the product of deep expertise by someone at the absolute top of their field in computational aesthetics
85
+
86
+ **The algorithmic philosophy should be 4-6 paragraphs long.** Fill it with poetic computational philosophy that brings together the intended vision. Avoid repeating the same points. Output this algorithmic philosophy as a .md file.
87
+
88
+ ---
89
+
90
+ ## DEDUCING THE CONCEPTUAL SEED
91
+
92
+ **CRITICAL STEP**: Before implementing the algorithm, identify the subtle conceptual thread from the original request.
93
+
94
+ **THE ESSENTIAL PRINCIPLE**:
95
+ The concept is a **subtle, niche reference embedded within the algorithm itself** - not always literal, always sophisticated. Someone familiar with the subject should feel it intuitively, while others simply experience a masterful generative composition. The algorithmic philosophy provides the computational language. The deduced concept provides the soul - the quiet conceptual DNA woven invisibly into parameters, behaviors, and emergence patterns.
96
+
97
+ This is **VERY IMPORTANT**: The reference must be so refined that it enhances the work's depth without announcing itself. Think like a jazz musician quoting another song through algorithmic harmony - only those who know will catch it, but everyone appreciates the generative beauty.
98
+
99
+ ---
100
+
101
+ ## P5.JS IMPLEMENTATION
102
+
103
+ With the philosophy AND conceptual framework established, express it through code. Pause to gather thoughts before proceeding. Use only the algorithmic philosophy created and the instructions below.
104
+
105
+ ### ⚠️ STEP 0: READ THE TEMPLATE FIRST ⚠️
106
+
107
+ **CRITICAL: BEFORE writing any HTML:**
108
+
109
+ 1. **Read** `templates/viewer.html` using the Read tool
110
+ 2. **Study** the exact structure, styling, and Anthropic branding
111
+ 3. **Use that file as the LITERAL STARTING POINT** - not just inspiration
112
+ 4. **Keep all FIXED sections exactly as shown** (header, sidebar structure, Anthropic colors/fonts, seed controls, action buttons)
113
+ 5. **Replace only the VARIABLE sections** marked in the file's comments (algorithm, parameters, UI controls for parameters)
114
+
115
+ **Avoid:**
116
+ - ❌ Creating HTML from scratch
117
+ - ❌ Inventing custom styling or color schemes
118
+ - ❌ Using system fonts or dark themes
119
+ - ❌ Changing the sidebar structure
120
+
121
+ **Follow these practices:**
122
+ - ✅ Copy the template's exact HTML structure
123
+ - ✅ Keep Anthropic branding (Poppins/Lora fonts, light colors, gradient backdrop)
124
+ - ✅ Maintain the sidebar layout (Seed → Parameters → Colors? → Actions)
125
+ - ✅ Replace only the p5.js algorithm and parameter controls
126
+
127
+ The template is the foundation. Build on it, don't rebuild it.
128
+
129
+ ---
130
+
131
+ To create gallery-quality computational art that lives and breathes, use the algorithmic philosophy as the foundation.
132
+
133
+ ### TECHNICAL REQUIREMENTS
134
+
135
+ **Seeded Randomness (Art Blocks Pattern)**:
136
+ ```javascript
137
+ // ALWAYS use a seed for reproducibility
138
+ let seed = 12345; // or hash from user input
139
+ randomSeed(seed);
140
+ noiseSeed(seed);
141
+ ```
142
+
143
+ **Parameter Structure - FOLLOW THE PHILOSOPHY**:
144
+
145
+ To establish parameters that emerge naturally from the algorithmic philosophy, consider: "What qualities of this system can be adjusted?"
146
+
147
+ ```javascript
148
+ let params = {
149
+ seed: 12345, // Always include seed for reproducibility
150
+ // colors
151
+ // Add parameters that control YOUR algorithm:
152
+ // - Quantities (how many?)
153
+ // - Scales (how big? how fast?)
154
+ // - Probabilities (how likely?)
155
+ // - Ratios (what proportions?)
156
+ // - Angles (what direction?)
157
+ // - Thresholds (when does behavior change?)
158
+ };
159
+ ```
160
+
161
+ **To design effective parameters, focus on the properties the system needs to be tunable rather than thinking in terms of "pattern types".**
162
+
163
+ **Core Algorithm - EXPRESS THE PHILOSOPHY**:
164
+
165
+ **CRITICAL**: The algorithmic philosophy should dictate what to build.
166
+
167
+ To express the philosophy through code, avoid thinking "which pattern should I use?" and instead think "how to express this philosophy through code?"
168
+
169
+ If the philosophy is about **organic emergence**, consider using:
170
+ - Elements that accumulate or grow over time
171
+ - Random processes constrained by natural rules
172
+ - Feedback loops and interactions
173
+
174
+ If the philosophy is about **mathematical beauty**, consider using:
175
+ - Geometric relationships and ratios
176
+ - Trigonometric functions and harmonics
177
+ - Precise calculations creating unexpected patterns
178
+
179
+ If the philosophy is about **controlled chaos**, consider using:
180
+ - Random variation within strict boundaries
181
+ - Bifurcation and phase transitions
182
+ - Order emerging from disorder
183
+
184
+ **The algorithm flows from the philosophy, not from a menu of options.**
185
+
186
+ To guide the implementation, let the conceptual essence inform creative and original choices. Build something that expresses the vision for this particular request.
187
+
188
+ **Canvas Setup**: Standard p5.js structure:
189
+ ```javascript
190
+ function setup() {
191
+ createCanvas(1200, 1200);
192
+ // Initialize your system
193
+ }
194
+
195
+ function draw() {
196
+ // Your generative algorithm
197
+ // Can be static (noLoop) or animated
198
+ }
199
+ ```
200
+
201
+ ### CRAFTSMANSHIP REQUIREMENTS
202
+
203
+ **CRITICAL**: To achieve mastery, create algorithms that feel like they emerged through countless iterations by a master generative artist. Tune every parameter carefully. Ensure every pattern emerges with purpose. This is NOT random noise - this is CONTROLLED CHAOS refined through deep expertise.
204
+
205
+ - **Balance**: Complexity without visual noise, order without rigidity
206
+ - **Color Harmony**: Thoughtful palettes, not random RGB values
207
+ - **Composition**: Even in randomness, maintain visual hierarchy and flow
208
+ - **Performance**: Smooth execution, optimized for real-time if animated
209
+ - **Reproducibility**: Same seed ALWAYS produces identical output
210
+
211
+ ### OUTPUT FORMAT
212
+
213
+ Output:
214
+ 1. **Algorithmic Philosophy** - As markdown or text explaining the generative aesthetic
215
+ 2. **Single HTML Artifact** - Self-contained interactive generative art built from `templates/viewer.html` (see STEP 0 and next section)
216
+
217
+ The HTML artifact contains everything: p5.js (from CDN), the algorithm, parameter controls, and UI - all in one file that works immediately in claude.ai artifacts or any browser. Start from the template file, not from scratch.
218
+
219
+ ---
220
+
221
+ ## INTERACTIVE ARTIFACT CREATION
222
+
223
+ **REMINDER: `templates/viewer.html` should have already been read (see STEP 0). Use that file as the starting point.**
224
+
225
+ To allow exploration of the generative art, create a single, self-contained HTML artifact. Ensure this artifact works immediately in claude.ai or any browser - no setup required. Embed everything inline.
226
+
227
+ ### CRITICAL: WHAT'S FIXED VS VARIABLE
228
+
229
+ The `templates/viewer.html` file is the foundation. It contains the exact structure and styling needed.
230
+
231
+ **FIXED (always include exactly as shown):**
232
+ - Layout structure (header, sidebar, main canvas area)
233
+ - Anthropic branding (UI colors, fonts, gradients)
234
+ - Seed section in sidebar:
235
+ - Seed display
236
+ - Previous/Next buttons
237
+ - Random button
238
+ - Jump to seed input + Go button
239
+ - Actions section in sidebar:
240
+ - Regenerate button
241
+ - Reset button
242
+
243
+ **VARIABLE (customize for each artwork):**
244
+ - The entire p5.js algorithm (setup/draw/classes)
245
+ - The parameters object (define what the art needs)
246
+ - The Parameters section in sidebar:
247
+ - Number of parameter controls
248
+ - Parameter names
249
+ - Min/max/step values for sliders
250
+ - Control types (sliders, inputs, etc.)
251
+ - Colors section (optional):
252
+ - Some art needs color pickers
253
+ - Some art might use fixed colors
254
+ - Some art might be monochrome (no color controls needed)
255
+ - Decide based on the art's needs
256
+
257
+ **Every artwork should have unique parameters and algorithm!** The fixed parts provide consistent UX - everything else expresses the unique vision.
258
+
259
+ ### REQUIRED FEATURES
260
+
261
+ **1. Parameter Controls**
262
+ - Sliders for numeric parameters (particle count, noise scale, speed, etc.)
263
+ - Color pickers for palette colors
264
+ - Real-time updates when parameters change
265
+ - Reset button to restore defaults
266
+
267
+ **2. Seed Navigation**
268
+ - Display current seed number
269
+ - "Previous" and "Next" buttons to cycle through seeds
270
+ - "Random" button for random seed
271
+ - Input field to jump to specific seed
272
+ - Generate 100 variations when requested (seeds 1-100)
273
+
274
+ **3. Single Artifact Structure**
275
+ ```html
276
+ <!DOCTYPE html>
277
+ <html>
278
+ <head>
279
+ <!-- p5.js from CDN - always available -->
280
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js"></script>
281
+ <style>
282
+ /* All styling inline - clean, minimal */
283
+ /* Canvas on top, controls below */
284
+ </style>
285
+ </head>
286
+ <body>
287
+ <div id="canvas-container"></div>
288
+ <div id="controls">
289
+ <!-- All parameter controls -->
290
+ </div>
291
+ <script>
292
+ // ALL p5.js code inline here
293
+ // Parameter objects, classes, functions
294
+ // setup() and draw()
295
+ // UI handlers
296
+ // Everything self-contained
297
+ </script>
298
+ </body>
299
+ </html>
300
+ ```
301
+
302
+ **CRITICAL**: This is a single artifact. No external files, no imports (except p5.js CDN). Everything inline.
303
+
304
+ **4. Implementation Details - BUILD THE SIDEBAR**
305
+
306
+ The sidebar structure:
307
+
308
+ **1. Seed (FIXED)** - Always include exactly as shown:
309
+ - Seed display
310
+ - Prev/Next/Random/Jump buttons
311
+
312
+ **2. Parameters (VARIABLE)** - Create controls for the art:
313
+ ```html
314
+ <div class="control-group">
315
+ <label>Parameter Name</label>
316
+ <input type="range" id="param" min="..." max="..." step="..." value="..." oninput="updateParam('param', this.value)">
317
+ <span class="value-display" id="param-value">...</span>
318
+ </div>
319
+ ```
320
+ Add as many control-group divs as there are parameters.
321
+
322
+ **3. Colors (OPTIONAL/VARIABLE)** - Include if the art needs adjustable colors:
323
+ - Add color pickers if users should control palette
324
+ - Skip this section if the art uses fixed colors
325
+ - Skip if the art is monochrome
326
+
327
+ **4. Actions (FIXED)** - Always include exactly as shown:
328
+ - Regenerate button
329
+ - Reset button
330
+ - Download PNG button
331
+
332
+ **Requirements**:
333
+ - Seed controls must work (prev/next/random/jump/display)
334
+ - All parameters must have UI controls
335
+ - Regenerate, Reset, Download buttons must work
336
+ - Keep Anthropic branding (UI styling, not art colors)
337
+
338
+ ### USING THE ARTIFACT
339
+
340
+ The HTML artifact works immediately:
341
+ 1. **In claude.ai**: Displayed as an interactive artifact - runs instantly
342
+ 2. **As a file**: Save and open in any browser - no server needed
343
+ 3. **Sharing**: Send the HTML file - it's completely self-contained
344
+
345
+ ---
346
+
347
+ ## VARIATIONS & EXPLORATION
348
+
349
+ The artifact includes seed navigation by default (prev/next/random buttons), allowing users to explore variations without creating multiple files. If the user wants specific variations highlighted:
350
+
351
+ - Include seed presets (buttons for "Variation 1: Seed 42", "Variation 2: Seed 127", etc.)
352
+ - Add a "Gallery Mode" that shows thumbnails of multiple seeds side-by-side
353
+ - All within the same single artifact
354
+
355
+ This is like creating a series of prints from the same plate - the algorithm is consistent, but each seed reveals different facets of its potential. The interactive nature means users discover their own favorites by exploring the seed space.
356
+
357
+ ---
358
+
359
+ ## THE CREATIVE PROCESS
360
+
361
+ **User request** → **Algorithmic philosophy** → **Implementation**
362
+
363
+ Each request is unique. The process involves:
364
+
365
+ 1. **Interpret the user's intent** - What aesthetic is being sought?
366
+ 2. **Create an algorithmic philosophy** (4-6 paragraphs) describing the computational approach
367
+ 3. **Implement it in code** - Build the algorithm that expresses this philosophy
368
+ 4. **Design appropriate parameters** - What should be tunable?
369
+ 5. **Build matching UI controls** - Sliders/inputs for those parameters
370
+
371
+ **The constants**:
372
+ - Anthropic branding (colors, fonts, layout)
373
+ - Seed navigation (always present)
374
+ - Self-contained HTML artifact
375
+
376
+ **Everything else is variable**:
377
+ - The algorithm itself
378
+ - The parameters
379
+ - The UI controls
380
+ - The visual outcome
381
+
382
+ To achieve the best results, trust creativity and let the philosophy guide the implementation.
383
+
384
+ ---
385
+
386
+ ## RESOURCES
387
+
388
+ This skill includes helpful templates and documentation:
389
+
390
+ - **templates/viewer.html**: REQUIRED STARTING POINT for all HTML artifacts.
391
+ - This is the foundation - contains the exact structure and Anthropic branding
392
+ - **Keep unchanged**: Layout structure, sidebar organization, Anthropic colors/fonts, seed controls, action buttons
393
+ - **Replace**: The p5.js algorithm, parameter definitions, and UI controls in Parameters section
394
+ - The extensive comments in the file mark exactly what to keep vs replace
395
+
396
+ - **templates/generator_template.js**: Reference for p5.js best practices and code structure principles.
397
+ - Shows how to organize parameters, use seeded randomness, structure classes
398
+ - NOT a pattern menu - use these principles to build unique algorithms
399
+ - Embed algorithms inline in the HTML artifact (don't create separate .js files)
400
+
401
+ **Critical reminder**:
402
+ - The **template is the STARTING POINT**, not inspiration
403
+ - The **algorithm is where to create** something unique
404
+ - Don't copy the flow field example - build what the philosophy demands
405
+ - But DO keep the exact UI structure and Anthropic branding from the template