@drunkcoding/agents-and-skills 0.0.45 → 0.0.46

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 (107) hide show
  1. package/.claude-plugin/marketplace.json +2 -47
  2. package/README.md +3 -6
  3. package/package.json +4 -1
  4. package/plugins/multica-tool/.claude-plugin/plugin.json +1 -1
  5. package/plugins/multica-tool/scripts/lib.mjs +53 -4
  6. package/plugins/multica-tool/scripts/multica-export.mjs +135 -32
  7. package/plugins/multica-tool/scripts/multica-import.mjs +192 -17
  8. package/plugins/multica-tool/skills/export/SKILL.md +84 -14
  9. package/plugins/multica-tool/skills/import/SKILL.md +22 -7
  10. package/plugins/multica-tool/skills/sync/SKILL.md +1 -1
  11. package/plugins/plugin-validator/.claude-plugin/plugin.json +1 -1
  12. package/plugins/html-effectiveness/.claude-plugin/plugin.json +0 -17
  13. package/plugins/html-effectiveness/README.md +0 -28
  14. package/plugins/html-effectiveness/agents/report-builder.md +0 -66
  15. package/plugins/html-effectiveness/assets/base.css +0 -51
  16. package/plugins/html-effectiveness/assets/base.js +0 -11
  17. package/plugins/html-effectiveness/assets/charts.js +0 -1
  18. package/plugins/html-effectiveness/assets/components.css +0 -10
  19. package/plugins/html-effectiveness/commands/html-report.md +0 -13
  20. package/plugins/html-effectiveness/docs/template-gallery.md +0 -28
  21. package/plugins/html-effectiveness/package.json +0 -6
  22. package/plugins/html-effectiveness/scripts/_tmp.js +0 -37
  23. package/plugins/html-effectiveness/scripts/catalog.js +0 -47
  24. package/plugins/html-effectiveness/scripts/extract.js +0 -104
  25. package/plugins/html-effectiveness/scripts/mustache.js +0 -90
  26. package/plugins/html-effectiveness/scripts/render.js +0 -176
  27. package/plugins/html-effectiveness/skills/html-effectiveness/SKILL.md +0 -94
  28. package/plugins/html-effectiveness/templates/01-exploration-code-approaches.html.tmpl +0 -400
  29. package/plugins/html-effectiveness/templates/02-exploration-visual-designs.html.tmpl +0 -456
  30. package/plugins/html-effectiveness/templates/03-code-review-pr.html.tmpl +0 -581
  31. package/plugins/html-effectiveness/templates/04-code-understanding.html.tmpl +0 -443
  32. package/plugins/html-effectiveness/templates/05-design-system.html.tmpl +0 -578
  33. package/plugins/html-effectiveness/templates/06-component-variants.html.tmpl +0 -557
  34. package/plugins/html-effectiveness/templates/07-prototype-animation.html.tmpl +0 -417
  35. package/plugins/html-effectiveness/templates/08-prototype-interaction.html.tmpl +0 -363
  36. package/plugins/html-effectiveness/templates/09-slide-deck.html.tmpl +0 -535
  37. package/plugins/html-effectiveness/templates/10-svg-illustrations.html.tmpl +0 -444
  38. package/plugins/html-effectiveness/templates/11-status-report.html.tmpl +0 -152
  39. package/plugins/html-effectiveness/templates/12-incident-report.html.tmpl +0 -547
  40. package/plugins/html-effectiveness/templates/13-flowchart-diagram.html.tmpl +0 -361
  41. package/plugins/html-effectiveness/templates/14-research-feature-explainer.html.tmpl +0 -348
  42. package/plugins/html-effectiveness/templates/15-research-concept-explainer.html.tmpl +0 -334
  43. package/plugins/html-effectiveness/templates/16-implementation-plan.html.tmpl +0 -657
  44. package/plugins/html-effectiveness/templates/17-pr-writeup.html.tmpl +0 -553
  45. package/plugins/html-effectiveness/templates/18-editor-triage-board.html.tmpl +0 -541
  46. package/plugins/html-effectiveness/templates/19-editor-feature-flags.html.tmpl +0 -627
  47. package/plugins/html-effectiveness/templates/20-editor-prompt-tuner.html.tmpl +0 -687
  48. package/plugins/html-effectiveness/templates/manifest.json +0 -441
  49. package/plugins/team-share/.claude-plugin/plugin.json +0 -18
  50. package/plugins/team-share/README.md +0 -46
  51. package/plugins/team-share/agents/team-share.md +0 -53
  52. package/plugins/team-share/commands/team-share.md +0 -4
  53. package/plugins/team-share/skills/claude-config/SKILL.md +0 -143
  54. package/plugins/team-share/skills/codegraph-setup/SKILL.md +0 -81
  55. package/plugins/team-share/skills/understand-setup/SKILL.md +0 -115
  56. package/plugins/tech-graph/.claude-plugin/plugin.json +0 -17
  57. package/plugins/tech-graph/README.md +0 -66
  58. package/plugins/tech-graph/agents/tech-graph.md +0 -97
  59. package/plugins/tech-graph/commands/tech-graph.md +0 -13
  60. package/plugins/tech-graph/scripts/check-deps.sh +0 -55
  61. package/plugins/tech-graph/skills/tech-graph/LICENSE +0 -21
  62. package/plugins/tech-graph/skills/tech-graph/README.md +0 -555
  63. package/plugins/tech-graph/skills/tech-graph/README.zh.md +0 -514
  64. package/plugins/tech-graph/skills/tech-graph/SKILL.md +0 -263
  65. package/plugins/tech-graph/skills/tech-graph/agents/openai.yaml +0 -4
  66. package/plugins/tech-graph/skills/tech-graph/assets/samples/sample-style1-flat.png +0 -0
  67. package/plugins/tech-graph/skills/tech-graph/assets/samples/sample-style2-dark.png +0 -0
  68. package/plugins/tech-graph/skills/tech-graph/assets/samples/sample-style3-blueprint.png +0 -0
  69. package/plugins/tech-graph/skills/tech-graph/assets/samples/sample-style4-notion.png +0 -0
  70. package/plugins/tech-graph/skills/tech-graph/assets/samples/sample-style5-glass.png +0 -0
  71. package/plugins/tech-graph/skills/tech-graph/assets/samples/sample-style6-claude.png +0 -0
  72. package/plugins/tech-graph/skills/tech-graph/assets/samples/sample-style7-openai.png +0 -0
  73. package/plugins/tech-graph/skills/tech-graph/fixtures/agent-memory-types-style4.json +0 -181
  74. package/plugins/tech-graph/skills/tech-graph/fixtures/api-flow-style7.json +0 -40
  75. package/plugins/tech-graph/skills/tech-graph/fixtures/mem0-style1.json +0 -297
  76. package/plugins/tech-graph/skills/tech-graph/fixtures/microservices-style3.json +0 -64
  77. package/plugins/tech-graph/skills/tech-graph/fixtures/multi-agent-style5.json +0 -45
  78. package/plugins/tech-graph/skills/tech-graph/fixtures/system-architecture-style6.json +0 -48
  79. package/plugins/tech-graph/skills/tech-graph/fixtures/tool-call-style2.json +0 -182
  80. package/plugins/tech-graph/skills/tech-graph/package.json +0 -42
  81. package/plugins/tech-graph/skills/tech-graph/references/diagram-types.md +0 -171
  82. package/plugins/tech-graph/skills/tech-graph/references/icons.md +0 -406
  83. package/plugins/tech-graph/skills/tech-graph/references/style-1-flat-icon.md +0 -108
  84. package/plugins/tech-graph/skills/tech-graph/references/style-2-dark-terminal.md +0 -107
  85. package/plugins/tech-graph/skills/tech-graph/references/style-3-blueprint.md +0 -113
  86. package/plugins/tech-graph/skills/tech-graph/references/style-4-notion-clean.md +0 -95
  87. package/plugins/tech-graph/skills/tech-graph/references/style-5-glassmorphism.md +0 -125
  88. package/plugins/tech-graph/skills/tech-graph/references/style-6-claude-official.md +0 -209
  89. package/plugins/tech-graph/skills/tech-graph/references/style-7-openai.md +0 -215
  90. package/plugins/tech-graph/skills/tech-graph/references/style-diagram-matrix.md +0 -135
  91. package/plugins/tech-graph/skills/tech-graph/references/svg-layout-best-practices.md +0 -100
  92. package/plugins/tech-graph/skills/tech-graph/references/svg-to-png.md +0 -115
  93. package/plugins/tech-graph/skills/tech-graph/scripts/README.md +0 -269
  94. package/plugins/tech-graph/skills/tech-graph/scripts/generate-diagram.sh +0 -181
  95. package/plugins/tech-graph/skills/tech-graph/scripts/generate-from-template.py +0 -1587
  96. package/plugins/tech-graph/skills/tech-graph/scripts/test-all-styles.sh +0 -143
  97. package/plugins/tech-graph/skills/tech-graph/scripts/validate-svg.sh +0 -306
  98. package/plugins/tech-graph/skills/tech-graph/templates/agent-architecture.svg +0 -28
  99. package/plugins/tech-graph/skills/tech-graph/templates/architecture.svg +0 -23
  100. package/plugins/tech-graph/skills/tech-graph/templates/comparison-matrix.svg +0 -14
  101. package/plugins/tech-graph/skills/tech-graph/templates/data-flow.svg +0 -28
  102. package/plugins/tech-graph/skills/tech-graph/templates/er-diagram.svg +0 -21
  103. package/plugins/tech-graph/skills/tech-graph/templates/flowchart.svg +0 -21
  104. package/plugins/tech-graph/skills/tech-graph/templates/sequence.svg +0 -20
  105. package/plugins/tech-graph/skills/tech-graph/templates/state-machine.svg +0 -20
  106. package/plugins/tech-graph/skills/tech-graph/templates/timeline.svg +0 -19
  107. package/plugins/tech-graph/skills/tech-graph/templates/use-case.svg +0 -21
@@ -1,108 +0,0 @@
1
- # Style 1: Flat Icon (Default)
2
-
3
- Inspired by draw.io defaults and Apple documentation style.
4
-
5
- ## Colors
6
-
7
- ```
8
- Background: #ffffff
9
- Box fill: #ffffff
10
- Box stroke: #d1d5db (gray-300)
11
- Box radius: 8px
12
- Text primary: #111827 (gray-900)
13
- Text secondary: #6b7280 (gray-500)
14
-
15
- Semantic arrow colors (pick by flow type):
16
- Flow A (main): #2563eb (blue-600)
17
- Flow B (alt): #dc2626 (red-600)
18
- Flow C (data): #16a34a (green-600)
19
- Flow D (async): #9333ea (purple-600)
20
-
21
- Icon accent backgrounds:
22
- Blue tint: #eff6ff / #dbeafe
23
- Red tint: #fef2f2 / #fee2e2
24
- Green tint: #f0fdf4 / #dcfce7
25
- Purple tint: #faf5ff / #ede9fe
26
- Orange tint: #fff7ed / #fed7aa
27
- Teal tint: #f0fdfa / #ccfbf1
28
- ```
29
-
30
- ## Typography
31
-
32
- ```
33
- font-family: 'Helvetica Neue', Helvetica, Arial, 'PingFang SC',
34
- 'Microsoft YaHei', 'Microsoft JhengHei', 'SimHei', sans-serif
35
- font-size: 14px labels, 12px sub-labels, 16px titles
36
- font-weight: 400 normal, 600 semi-bold for titles
37
- ```
38
-
39
- ## Box Shapes
40
-
41
- ```xml
42
- <!-- Standard node box -->
43
- <rect rx="8" ry="8" fill="#ffffff" stroke="#d1d5db" stroke-width="1.5"/>
44
-
45
- <!-- Icon accent box (colored background) -->
46
- <rect rx="8" ry="8" fill="#eff6ff" stroke="#bfdbfe" stroke-width="1.5"/>
47
-
48
- <!-- Database cylinder (use SVG path) -->
49
- <!-- Terminal box: rx=4, fill=#111827, stroke=#374151 -->
50
- <!-- User/actor: circle or rounded rect with icon -->
51
- ```
52
-
53
- ## Arrows
54
-
55
- ```xml
56
- <defs>
57
- <marker id="arrow-blue" markerWidth="10" markerHeight="7"
58
- refX="9" refY="3.5" orient="auto">
59
- <polygon points="0 0, 10 3.5, 0 7" fill="#2563eb"/>
60
- </marker>
61
- <marker id="arrow-red" markerWidth="10" markerHeight="7"
62
- refX="9" refY="3.5" orient="auto">
63
- <polygon points="0 0, 10 3.5, 0 7" fill="#dc2626"/>
64
- </marker>
65
- </defs>
66
-
67
- <!-- Line -->
68
- <line stroke="#2563eb" stroke-width="1.5" marker-end="url(#arrow-blue)"/>
69
- <!-- Or path for curved/orthogonal routing -->
70
- <path stroke="#2563eb" stroke-width="1.5" fill="none" marker-end="url(#arrow-blue)"/>
71
- ```
72
-
73
- ## Legend
74
-
75
- Always include a legend in the bottom-left if multiple arrow colors are used:
76
-
77
- ```xml
78
- <g transform="translate(20, 560)">
79
- <line x1="0" y1="8" x2="30" y2="8" stroke="#2563eb" stroke-width="1.5"
80
- marker-end="url(#arrow-blue)"/>
81
- <text x="36" y="12" fill="#6b7280" font-size="12">Agent flow</text>
82
- <line x1="0" y1="24" x2="30" y2="24" stroke="#dc2626" stroke-width="1.5"
83
- marker-end="url(#arrow-red)"/>
84
- <text x="36" y="28" fill="#6b7280" font-size="12">RAG flow</text>
85
- </g>
86
- ```
87
-
88
- ## SVG Template
89
-
90
- ```xml
91
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 600"
92
- width="960" height="600">
93
- <style>
94
- /* NO @import — cairosvg / rsvg-convert cannot fetch external URLs */
95
- text { font-family: 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Microsoft YaHei', 'Microsoft JhengHei', 'SimHei', sans-serif; }
96
- </style>
97
- <defs>
98
- <!-- arrow markers here -->
99
- <!-- gradients/filters if needed -->
100
- </defs>
101
- <!-- white background -->
102
- <rect width="960" height="600" fill="#ffffff"/>
103
- <!-- diagram title (optional) -->
104
- <!-- nodes -->
105
- <!-- edges -->
106
- <!-- legend -->
107
- </svg>
108
- ```
@@ -1,107 +0,0 @@
1
- # Style 2: Dark Terminal
2
-
3
- Neon-on-dark hacker aesthetic. Matches CLAUDE.md standard tech diagram style.
4
-
5
- ## Colors
6
-
7
- ```
8
- Background: #0f0f1a (near-black)
9
- Panel fill: #0f172a (slate-950)
10
- Panel stroke: #334155 (slate-700)
11
- Box radius: 6px
12
-
13
- Text primary: #e2e8f0 (slate-200)
14
- Text secondary: #94a3b8 (slate-400)
15
- Text muted: #475569 (slate-600)
16
-
17
- Accent palette (use per theme/layer):
18
- Purple: #7c3aed / #a855f7
19
- Orange: #ea580c / #f97316
20
- Blue: #1d4ed8 / #3b82f6
21
- Green: #059669 / #10b981
22
- Gold: #eab308
23
- Red: #dc2626 / #ef4444
24
-
25
- Arrow colors: match accent of the source node's theme
26
- ```
27
-
28
- ## Background Gradient
29
-
30
- ```xml
31
- <defs>
32
- <linearGradient id="bg-grad" x1="0%" y1="0%" x2="100%" y2="100%">
33
- <stop offset="0%" stop-color="#0f0f1a"/>
34
- <stop offset="100%" stop-color="#1a1a2e"/>
35
- </linearGradient>
36
- </defs>
37
- <rect width="960" height="600" fill="url(#bg-grad)"/>
38
- ```
39
-
40
- ## Typography
41
-
42
- ```
43
- font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', 'Courier New', 'Microsoft YaHei', 'SimHei', monospace
44
- font-size: 13px labels, 11px sub-labels, 15px titles
45
- font-weight: 400 normal, 700 bold for section headers
46
- letter-spacing: 0.02em for labels
47
- ```
48
-
49
- ## Box Styles
50
-
51
- ```xml
52
- <!-- Standard panel -->
53
- <rect rx="6" ry="6" fill="#0f172a" stroke="#334155" stroke-width="1"/>
54
-
55
- <!-- Colored accent box (themed by function) -->
56
- <rect rx="6" ry="6" fill="#1e1b4b" stroke="#7c3aed" stroke-width="1.5"/>
57
- <!-- Purple for AI/ML nodes -->
58
- <!-- #1c1917 / #ea580c for compute/API nodes -->
59
- <!-- #052e16 / #059669 for storage/DB nodes -->
60
- <!-- #1e3a5f / #3b82f6 for network/gateway nodes -->
61
- ```
62
-
63
- ## Glow Effect (optional, for key nodes)
64
-
65
- ```xml
66
- <defs>
67
- <filter id="glow-purple">
68
- <feGaussianBlur stdDeviation="3" result="blur"/>
69
- <feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
70
- </filter>
71
- </defs>
72
- <rect filter="url(#glow-purple)" stroke="#a855f7" .../>
73
- ```
74
-
75
- ## Arrows
76
-
77
- ```xml
78
- <defs>
79
- <marker id="arrow-purple" markerWidth="8" markerHeight="6"
80
- refX="7" refY="3" orient="auto">
81
- <polygon points="0 0, 8 3, 0 6" fill="#a855f7"/>
82
- </marker>
83
- </defs>
84
- <path stroke="#a855f7" stroke-width="1.5" stroke-dasharray="none"
85
- fill="none" marker-end="url(#arrow-purple)"/>
86
- ```
87
-
88
- ## SVG Template
89
-
90
- ```xml
91
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 600"
92
- width="960" height="600">
93
- <style>
94
- text { font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', 'Courier New', 'Microsoft YaHei', 'SimHei', monospace; fill: #e2e8f0; }
95
- </style>
96
- <defs>
97
- <linearGradient id="bg-grad" x1="0%" y1="0%" x2="100%" y2="100%">
98
- <stop offset="0%" stop-color="#0f0f1a"/>
99
- <stop offset="100%" stop-color="#1a1a2e"/>
100
- </linearGradient>
101
- <!-- arrow markers -->
102
- <!-- glow filters -->
103
- </defs>
104
- <rect width="960" height="600" fill="url(#bg-grad)"/>
105
- <!-- nodes, edges, legend -->
106
- </svg>
107
- ```
@@ -1,113 +0,0 @@
1
- # Style 3: Blueprint
2
-
3
- Engineering blueprint aesthetic with grid background and technical annotation style.
4
-
5
- ## Colors
6
-
7
- ```
8
- Background: #0a1628
9
- Grid color: #112240 (subtle grid lines)
10
- Panel fill: #0d1f3c
11
- Panel stroke: #00b4d8 (cyan/teal)
12
- Box radius: 2px (sharp corners for technical feel)
13
-
14
- Text primary: #caf0f8 (light cyan)
15
- Text secondary: #90e0ef
16
- Text label: #00b4d8
17
- Text muted: #48cae4 at 60% opacity
18
-
19
- Accent colors:
20
- Cyan: #00b4d8 / #48cae4
21
- White: #ffffff (key labels)
22
- Orange: #f77f00 (warnings/alerts)
23
- Green: #06d6a0 (success/active)
24
- ```
25
-
26
- ## Background with Grid
27
-
28
- ```xml
29
- <defs>
30
- <pattern id="grid" width="30" height="30" patternUnits="userSpaceOnUse">
31
- <path d="M 30 0 L 0 0 0 30" fill="none"
32
- stroke="#112240" stroke-width="0.5"/>
33
- </pattern>
34
- </defs>
35
- <rect width="960" height="600" fill="#0a1628"/>
36
- <rect width="960" height="600" fill="url(#grid)" opacity="0.6"/>
37
- ```
38
-
39
- ## Typography
40
-
41
- ```
42
- font-family: 'Courier New', 'Lucida Console', 'Microsoft YaHei', 'SimHei', monospace
43
- font-size: 13px labels, 10px annotations, 16px title
44
- font-weight: 400; titles use 700
45
- text-transform: uppercase for section headers
46
- letter-spacing: 0.05em
47
- ```
48
-
49
- ## Box Styles
50
-
51
- ```xml
52
- <!-- Technical node box -->
53
- <rect rx="2" ry="2" fill="#0d1f3c" stroke="#00b4d8" stroke-width="1"/>
54
-
55
- <!-- Corner brackets instead of full border (engineering style) -->
56
- <!-- Draw 4 L-shapes at corners instead of full rect -->
57
-
58
- <!-- Dashed box (external/optional component) -->
59
- <rect rx="2" fill="none" stroke="#00b4d8" stroke-width="1"
60
- stroke-dasharray="6,3"/>
61
- ```
62
-
63
- ## Arrows & Annotations
64
-
65
- ```xml
66
- <defs>
67
- <marker id="arrow-cyan" markerWidth="8" markerHeight="6"
68
- refX="7" refY="3" orient="auto">
69
- <polygon points="0 0, 8 3, 0 6" fill="#00b4d8"/>
70
- </marker>
71
- </defs>
72
- <!-- Lines are sharp, orthogonal routing preferred -->
73
- <polyline points="x1,y1 x2,y1 x2,y2"
74
- stroke="#00b4d8" stroke-width="1" fill="none"
75
- marker-end="url(#arrow-cyan)"/>
76
-
77
- <!-- Annotation label on line -->
78
- <text fill="#48cae4" font-size="10" text-anchor="middle">HTTP/REST</text>
79
- ```
80
-
81
- ## Title Block (bottom-right)
82
-
83
- ```xml
84
- <!-- Blueprint title block -->
85
- <rect x="700" y="530" width="240" height="60"
86
- fill="#0d1f3c" stroke="#00b4d8" stroke-width="1"/>
87
- <line x1="700" y1="545" x2="940" y2="545"
88
- stroke="#00b4d8" stroke-width="0.5"/>
89
- <text x="820" y="542" text-anchor="middle"
90
- fill="#caf0f8" font-size="10">SYSTEM ARCHITECTURE</text>
91
- <text x="820" y="578" text-anchor="middle"
92
- fill="#00b4d8" font-size="13" font-weight="700">DIAGRAM TITLE</text>
93
- ```
94
-
95
- ## SVG Template
96
-
97
- ```xml
98
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 600"
99
- width="960" height="600">
100
- <style>
101
- text { font-family: 'Courier New', 'Lucida Console', 'Microsoft YaHei', 'SimHei', monospace; fill: #caf0f8; }
102
- </style>
103
- <defs>
104
- <pattern id="grid" width="30" height="30" patternUnits="userSpaceOnUse">
105
- <path d="M 30 0 L 0 0 0 30" fill="none" stroke="#112240" stroke-width="0.5"/>
106
- </pattern>
107
- <!-- arrow markers -->
108
- </defs>
109
- <rect width="960" height="600" fill="#0a1628"/>
110
- <rect width="960" height="600" fill="url(#grid)" opacity="0.6"/>
111
- <!-- nodes, edges, title block -->
112
- </svg>
113
- ```
@@ -1,95 +0,0 @@
1
- # Style 4: Notion Clean
2
-
3
- Minimal, documentation-friendly. Designed to embed in Notion, Confluence, or GitHub wikis.
4
-
5
- ## Colors
6
-
7
- ```
8
- Background: #ffffff
9
- Box fill: #f9fafb (gray-50) or #ffffff
10
- Box stroke: #e5e7eb (gray-200)
11
- Box radius: 4px
12
-
13
- Text primary: #111827 (gray-900)
14
- Text secondary: #374151 (gray-700)
15
- Text muted: #9ca3af (gray-400)
16
- Text label: #6b7280 (gray-500), uppercase, 11px
17
-
18
- Accent (subtle, used sparingly):
19
- Blue: #3b82f6 (arrows only)
20
- Gray: #d1d5db (dividers)
21
- ```
22
-
23
- ## Design Principles
24
-
25
- - **No decorative icons** — use geometric shapes only (rect, circle, diamond)
26
- - **Generous whitespace** — 24px+ padding between elements
27
- - **Single arrow color** — blue (#3b82f6) for all connections
28
- - **Labels in ALL CAPS** — section headers and node type labels
29
- - **No drop shadows** — flat only
30
-
31
- ## Typography
32
-
33
- ```
34
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI',
35
- 'Helvetica Neue', Arial, 'PingFang SC', 'Microsoft YaHei',
36
- 'Microsoft JhengHei', 'SimHei', sans-serif
37
- font-size: 14px labels, 11px uppercase type labels, 18px title
38
- font-weight: 400 normal, 500 medium for node labels
39
- ```
40
-
41
- ## Box Styles
42
-
43
- ```xml
44
- <!-- Standard node -->
45
- <rect rx="4" fill="#f9fafb" stroke="#e5e7eb" stroke-width="1"/>
46
- <text fill="#111827" font-size="14" font-weight="500"/>
47
-
48
- <!-- Type label (inside or above box) -->
49
- <text fill="#9ca3af" font-size="11"
50
- font-weight="500" letter-spacing="0.08em">DATABASE</text>
51
-
52
- <!-- Section grouping (dashed container) -->
53
- <rect rx="4" fill="none" stroke="#e5e7eb" stroke-width="1"
54
- stroke-dasharray="4,3"/>
55
- ```
56
-
57
- ## Arrows
58
-
59
- ```xml
60
- <defs>
61
- <marker id="arrow-blue" markerWidth="8" markerHeight="6"
62
- refX="7" refY="3" orient="auto">
63
- <polygon points="0 0, 8 3, 0 6" fill="#3b82f6"/>
64
- </marker>
65
- </defs>
66
- <line stroke="#3b82f6" stroke-width="1.5"
67
- marker-end="url(#arrow-blue)"/>
68
- <!-- Optional: gray arrow for secondary flows -->
69
- <line stroke="#d1d5db" stroke-width="1"
70
- stroke-dasharray="4,3" marker-end="url(#arrow-gray)"/>
71
- ```
72
-
73
- ## SVG Template
74
-
75
- ```xml
76
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 560"
77
- width="960" height="560">
78
- <style>
79
- text { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, 'PingFang SC', 'Microsoft YaHei', 'Microsoft JhengHei', 'SimHei', sans-serif; }
80
- </style>
81
- <defs>
82
- <!-- arrow markers (blue only) -->
83
- </defs>
84
- <rect width="960" height="560" fill="#ffffff"/>
85
- <!-- nodes (no icons, geometry only) -->
86
- <!-- edges (single color) -->
87
- <!-- legend (minimal, only if 2+ flows) -->
88
- </svg>
89
- ```
90
-
91
- ## Sizing Guide
92
-
93
- - Node box: min 120×40px, prefer 160×48px for readability
94
- - Title: top-left, 18px, gray-900, margin 32px from edges
95
- - Spacing: 80px minimum between nodes horizontally, 60px vertically
@@ -1,125 +0,0 @@
1
- # Style 5: Glassmorphism
2
-
3
- Frosted glass cards on dark gradient. Designed for product sites, keynotes, and hero sections.
4
-
5
- ## Colors
6
-
7
- ```
8
- Background gradient: #0d1117 → #161b22 → #0d1117 (diagonal)
9
-
10
- Glass card:
11
- fill: rgba(255,255,255,0.05)
12
- stroke: rgba(255,255,255,0.15)
13
- backdrop-filter: blur(12px) [SVG: use feGaussianBlur]
14
- box-radius: 12px
15
-
16
- Text primary: #f0f6fc (near-white)
17
- Text secondary: #8b949e (muted)
18
- Text gradient: use linearGradient on text fill for hero labels
19
-
20
- Accent glows (one per layer):
21
- Blue glow: #58a6ff / rgba(88,166,255,0.3)
22
- Purple glow: #bc8cff / rgba(188,140,255,0.3)
23
- Green glow: #3fb950 / rgba(63,185,80,0.3)
24
- Orange glow: #f78166 / rgba(247,129,102,0.3)
25
- ```
26
-
27
- ## Background
28
-
29
- ```xml
30
- <defs>
31
- <linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
32
- <stop offset="0%" stop-color="#0d1117"/>
33
- <stop offset="50%" stop-color="#161b22"/>
34
- <stop offset="100%" stop-color="#0d1117"/>
35
- </linearGradient>
36
- <!-- Ambient glow spots -->
37
- <radialGradient id="glow-blue" cx="30%" cy="40%" r="40%">
38
- <stop offset="0%" stop-color="rgba(88,166,255,0.15)"/>
39
- <stop offset="100%" stop-color="rgba(88,166,255,0)"/>
40
- </radialGradient>
41
- <radialGradient id="glow-purple" cx="70%" cy="60%" r="35%">
42
- <stop offset="0%" stop-color="rgba(188,140,255,0.12)"/>
43
- <stop offset="100%" stop-color="rgba(188,140,255,0)"/>
44
- </radialGradient>
45
- </defs>
46
- <rect width="960" height="600" fill="url(#bg)"/>
47
- <rect width="960" height="600" fill="url(#glow-blue)"/>
48
- <rect width="960" height="600" fill="url(#glow-purple)"/>
49
- ```
50
-
51
- ## Glass Card Effect
52
-
53
- SVG cannot do real backdrop-filter, so simulate with:
54
-
55
- ```xml
56
- <defs>
57
- <filter id="glass-blur">
58
- <feGaussianBlur in="SourceGraphic" stdDeviation="0.5"/>
59
- </filter>
60
- </defs>
61
-
62
- <!-- Glass card: layered rects -->
63
- <!-- 1. Subtle inner shadow -->
64
- <rect rx="12" fill="rgba(255,255,255,0.03)" stroke="none"/>
65
- <!-- 2. Glass body -->
66
- <rect rx="12" fill="rgba(255,255,255,0.06)"
67
- stroke="rgba(255,255,255,0.15)" stroke-width="1"/>
68
- <!-- 3. Top highlight line -->
69
- <line stroke="rgba(255,255,255,0.25)" stroke-width="1"/>
70
- ```
71
-
72
- ## Typography
73
-
74
- ```
75
- font-family: 'Inter', -apple-system, 'SF Pro Display', 'PingFang SC', 'Microsoft YaHei', 'Microsoft JhengHei', 'SimHei', sans-serif
76
- font-size: 14px labels, 12px sublabels, 20px hero title
77
- font-weight: 400 normal, 600 semi-bold, 700 bold titles
78
- ```
79
-
80
- ## Gradient Text (for hero labels)
81
-
82
- ```xml
83
- <defs>
84
- <linearGradient id="text-grad-blue" x1="0%" y1="0%" x2="100%" y2="0%">
85
- <stop offset="0%" stop-color="#58a6ff"/>
86
- <stop offset="100%" stop-color="#bc8cff"/>
87
- </linearGradient>
88
- </defs>
89
- <text fill="url(#text-grad-blue)" font-weight="700" font-size="20">
90
- AI Pipeline
91
- </text>
92
- ```
93
-
94
- ## Arrows
95
-
96
- ```xml
97
- <defs>
98
- <marker id="arrow-blue" markerWidth="8" markerHeight="6"
99
- refX="7" refY="3" orient="auto">
100
- <polygon points="0 0, 8 3, 0 6" fill="#58a6ff"/>
101
- </marker>
102
- </defs>
103
- <!-- Slightly glowing line -->
104
- <path stroke="#58a6ff" stroke-width="1.5" fill="none"
105
- opacity="0.8" marker-end="url(#arrow-blue)"/>
106
- ```
107
-
108
- ## SVG Template
109
-
110
- ```xml
111
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 600"
112
- width="960" height="600">
113
- <style>
114
- @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
115
- text { font-family: 'Inter', -apple-system, 'SF Pro Display', 'PingFang SC', 'Microsoft YaHei', 'Microsoft JhengHei', 'SimHei', sans-serif; fill: #f0f6fc; }
116
- </style>
117
- <defs>
118
- <!-- bg gradients, glow gradients, glass filter, arrow markers -->
119
- </defs>
120
- <!-- background layers -->
121
- <!-- glass cards (nodes) -->
122
- <!-- glowing edges -->
123
- <!-- labels with gradient text for heroes -->
124
- </svg>
125
- ```