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,130 @@
1
+ ---
2
+ name: canvas-design
3
+ description: Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
4
+ license: Complete terms in LICENSE.txt
5
+ ---
6
+
7
+ These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files.
8
+
9
+ Complete this in two steps:
10
+ 1. Design Philosophy Creation (.md file)
11
+ 2. Express by creating it on a canvas (.pdf file or .png file)
12
+
13
+ First, undertake this task:
14
+
15
+ ## DESIGN PHILOSOPHY CREATION
16
+
17
+ To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through:
18
+ - Form, space, color, composition
19
+ - Images, graphics, shapes, patterns
20
+ - Minimal text as visual accent
21
+
22
+ ### THE CRITICAL UNDERSTANDING
23
+ - What is received: Some subtle input or instructions by the user that should be taken into account, but used as a foundation; it should not constrain creative freedom.
24
+ - What is created: A design philosophy/aesthetic movement.
25
+ - What happens next: Then, the same version receives the philosophy and EXPRESSES IT VISUALLY - creating artifacts that are 90% visual design, 10% essential text.
26
+
27
+ Consider this approach:
28
+ - Write a manifesto for an art movement
29
+ - The next phase involves making the artwork
30
+
31
+ The philosophy must emphasize: Visual expression. Spatial communication. Artistic interpretation. Minimal words.
32
+
33
+ ### HOW TO GENERATE A VISUAL PHILOSOPHY
34
+
35
+ **Name the movement** (1-2 words): "Brutalist Joy" / "Chromatic Silence" / "Metabolist Dreams"
36
+
37
+ **Articulate the philosophy** (4-6 paragraphs - concise but complete):
38
+
39
+ To capture the VISUAL essence, express how the philosophy manifests through:
40
+ - Space and form
41
+ - Color and material
42
+ - Scale and rhythm
43
+ - Composition and balance
44
+ - Visual hierarchy
45
+
46
+ **CRITICAL GUIDELINES:**
47
+ - **Avoid redundancy**: Each design aspect should be mentioned once. Avoid repeating points about color theory, spatial relationships, or typographic principles unless adding new depth.
48
+ - **Emphasize craftsmanship REPEATEDLY**: The philosophy MUST stress multiple times that the final work should appear as though it took countless hours to create, was labored over with care, and comes from someone at the absolute top of their field. This framing is essential - repeat phrases like "meticulously crafted," "the product of deep expertise," "painstaking attention," "master-level execution."
49
+ - **Leave creative space**: Remain specific about the aesthetic direction, but concise enough that the next Claude has room to make interpretive choices also at a extremely high level of craftmanship.
50
+
51
+ The philosophy must guide the next version to express ideas VISUALLY, not through text. Information lives in design, not paragraphs.
52
+
53
+ ### PHILOSOPHY EXAMPLES
54
+
55
+ **"Concrete Poetry"**
56
+ Philosophy: Communication through monumental form and bold geometry.
57
+ Visual expression: Massive color blocks, sculptural typography (huge single words, tiny labels), Brutalist spatial divisions, Polish poster energy meets Le Corbusier. Ideas expressed through visual weight and spatial tension, not explanation. Text as rare, powerful gesture - never paragraphs, only essential words integrated into the visual architecture. Every element placed with the precision of a master craftsman.
58
+
59
+ **"Chromatic Language"**
60
+ Philosophy: Color as the primary information system.
61
+ Visual expression: Geometric precision where color zones create meaning. Typography minimal - small sans-serif labels letting chromatic fields communicate. Think Josef Albers' interaction meets data visualization. Information encoded spatially and chromatically. Words only to anchor what color already shows. The result of painstaking chromatic calibration.
62
+
63
+ **"Analog Meditation"**
64
+ Philosophy: Quiet visual contemplation through texture and breathing room.
65
+ Visual expression: Paper grain, ink bleeds, vast negative space. Photography and illustration dominate. Typography whispered (small, restrained, serving the visual). Japanese photobook aesthetic. Images breathe across pages. Text appears sparingly - short phrases, never explanatory blocks. Each composition balanced with the care of a meditation practice.
66
+
67
+ **"Organic Systems"**
68
+ Philosophy: Natural clustering and modular growth patterns.
69
+ Visual expression: Rounded forms, organic arrangements, color from nature through architecture. Information shown through visual diagrams, spatial relationships, iconography. Text only for key labels floating in space. The composition tells the story through expert spatial orchestration.
70
+
71
+ **"Geometric Silence"**
72
+ Philosophy: Pure order and restraint.
73
+ Visual expression: Grid-based precision, bold photography or stark graphics, dramatic negative space. Typography precise but minimal - small essential text, large quiet zones. Swiss formalism meets Brutalist material honesty. Structure communicates, not words. Every alignment the work of countless refinements.
74
+
75
+ *These are condensed examples. The actual design philosophy should be 4-6 substantial paragraphs.*
76
+
77
+ ### ESSENTIAL PRINCIPLES
78
+ - **VISUAL PHILOSOPHY**: Create an aesthetic worldview to be expressed through design
79
+ - **MINIMAL TEXT**: Always emphasize that text is sparse, essential-only, integrated as visual element - never lengthy
80
+ - **SPATIAL EXPRESSION**: Ideas communicate through space, form, color, composition - not paragraphs
81
+ - **ARTISTIC FREEDOM**: The next Claude interprets the philosophy visually - provide creative room
82
+ - **PURE DESIGN**: This is about making ART OBJECTS, not documents with decoration
83
+ - **EXPERT CRAFTSMANSHIP**: Repeatedly emphasize the final work must look meticulously crafted, labored over with care, the product of countless hours by someone at the top of their field
84
+
85
+ **The design philosophy should be 4-6 paragraphs long.** Fill it with poetic design philosophy that brings together the core vision. Avoid repeating the same points. Keep the design philosophy generic without mentioning the intention of the art, as if it can be used wherever. Output the design philosophy as a .md file.
86
+
87
+ ---
88
+
89
+ ## DEDUCING THE SUBTLE REFERENCE
90
+
91
+ **CRITICAL STEP**: Before creating the canvas, identify the subtle conceptual thread from the original request.
92
+
93
+ **THE ESSENTIAL PRINCIPLE**:
94
+ The topic is a **subtle, niche reference embedded within the art itself** - not always literal, always sophisticated. Someone familiar with the subject should feel it intuitively, while others simply experience a masterful abstract composition. The design philosophy provides the aesthetic language. The deduced topic provides the soul - the quiet conceptual DNA woven invisibly into form, color, and composition.
95
+
96
+ This is **VERY IMPORTANT**: The reference must be refined so it enhances the work's depth without announcing itself. Think like a jazz musician quoting another song - only those who know will catch it, but everyone appreciates the music.
97
+
98
+ ---
99
+
100
+ ## CANVAS CREATION
101
+
102
+ With both the philosophy and the conceptual framework established, express it on a canvas. Take a moment to gather thoughts and clear the mind. Use the design philosophy created and the instructions below to craft a masterpiece, embodying all aspects of the philosophy with expert craftsmanship.
103
+
104
+ **IMPORTANT**: For any type of content, even if the user requests something for a movie/game/book, the approach should still be sophisticated. Never lose sight of the idea that this should be art, not something that's cartoony or amateur.
105
+
106
+ To create museum or magazine quality work, use the design philosophy as the foundation. Create one single page, highly visual, design-forward PDF or PNG output (unless asked for more pages). Generally use repeating patterns and perfect shapes. Treat the abstract philosophical design as if it were a scientific bible, borrowing the visual language of systematic observation—dense accumulation of marks, repeated elements, or layered patterns that build meaning through patient repetition and reward sustained viewing. Add sparse, clinical typography and systematic reference markers that suggest this could be a diagram from an imaginary discipline, treating the invisible subject with the same reverence typically reserved for documenting observable phenomena. Anchor the piece with simple phrase(s) or details positioned subtly, using a limited color palette that feels intentional and cohesive. Embrace the paradox of using analytical visual language to express ideas about human experience: the result should feel like an artifact that proves something ephemeral can be studied, mapped, and understood through careful attention. This is true art.
107
+
108
+ **Text as a contextual element**: Text is always minimal and visual-first, but let context guide whether that means whisper-quiet labels or bold typographic gestures. A punk venue poster might have larger, more aggressive type than a minimalist ceramics studio identity. Most of the time, font should be thin. All use of fonts must be design-forward and prioritize visual communication. Regardless of text scale, nothing falls off the page and nothing overlaps. Every element must be contained within the canvas boundaries with proper margins. Check carefully that all text, graphics, and visual elements have breathing room and clear separation. This is non-negotiable for professional execution. **IMPORTANT: Use different fonts if writing text. Search the `./canvas-fonts` directory. Regardless of approach, sophistication is non-negotiable.**
109
+
110
+ Download and use whatever fonts are needed to make this a reality. Get creative by making the typography actually part of the art itself -- if the art is abstract, bring the font onto the canvas, not typeset digitally.
111
+
112
+ To push boundaries, follow design instinct/intuition while using the philosophy as a guiding principle. Embrace ultimate design freedom and choice. Push aesthetics and design to the frontier.
113
+
114
+ **CRITICAL**: To achieve human-crafted quality (not AI-generated), create work that looks like it took countless hours. Make it appear as though someone at the absolute top of their field labored over every detail with painstaking care. Ensure the composition, spacing, color choices, typography - everything screams expert-level craftsmanship. Double-check that nothing overlaps, formatting is flawless, every detail perfect. Create something that could be shown to people to prove expertise and rank as undeniably impressive.
115
+
116
+ Output the final result as a single, downloadable .pdf or .png file, alongside the design philosophy used as a .md file.
117
+
118
+ ---
119
+
120
+ ## FINAL STEP
121
+
122
+ **IMPORTANT**: The user ALREADY said "It isn't perfect enough. It must be pristine, a masterpiece if craftsmanship, as if it were about to be displayed in a museum."
123
+
124
+ **CRITICAL**: To refine the work, avoid adding more graphics; instead refine what has been created and make it extremely crisp, respecting the design philosophy and the principles of minimalism entirely. Rather than adding a fun filter or refactoring a font, consider how to make the existing composition more cohesive with the art. If the instinct is to call a new function or draw a new shape, STOP and instead ask: "How can I make what's already here more of a piece of art?"
125
+
126
+ Take a second pass. Go back to the code and refine/polish further to make this a philosophically designed masterpiece.
127
+
128
+ ## MULTI-PAGE OPTION
129
+
130
+ To create additional pages when requested, create more creative pages along the same lines as the design philosophy but distinctly different as well. Bundle those pages in the same .pdf or many .pngs. Treat the first page as just a single page in a whole coffee table book waiting to be filled. Make the next pages unique twists and memories of the original. Have them almost tell a story in a very tasteful way. Exercise full creative freedom.
@@ -0,0 +1,93 @@
1
+ Copyright 2012 The Arsenal Project Authors (andrij.design@gmail.com)
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ https://openfontlicense.org
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,93 @@
1
+ Copyright 2019 The Big Shoulders Project Authors (https://github.com/xotypeco/big_shoulders)
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ https://openfontlicense.org
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,93 @@
1
+ Copyright 2024 The Boldonse Project Authors (https://github.com/googlefonts/boldonse)
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ https://openfontlicense.org
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,93 @@
1
+ Copyright 2022 The Bricolage Grotesque Project Authors (https://github.com/ateliertriay/bricolage)
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ https://openfontlicense.org
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,93 @@
1
+ Copyright 2018 The Crimson Pro Project Authors (https://github.com/Fonthausen/CrimsonPro)
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ https://openfontlicense.org
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.