@jaimevalasek/aioson 1.30.1 → 1.30.2

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 (90) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/docs/design-previews/cognitive-core-ui-auth.html +95 -0
  3. package/docs/design-previews/cognitive-core-ui-kanban.html +231 -0
  4. package/docs/design-previews/cognitive-core-ui-list-detail.html +174 -0
  5. package/docs/design-previews/cognitive-core-ui-preview.css +1315 -0
  6. package/docs/design-previews/cognitive-core-ui-settings.html +142 -0
  7. package/docs/design-previews/cognitive-core-ui-website.html +190 -1009
  8. package/docs/design-previews/cognitive-core-ui.html +281 -463
  9. package/docs/design-previews/index.html +83 -31
  10. package/package.json +1 -1
  11. package/src/constants.js +567 -511
  12. package/template/.aioson/docs/play/README.md +2 -0
  13. package/template/.aioson/docs/play/agent-usage-guide.md +7 -1
  14. package/template/.aioson/docs/play/app-compatibility-guide.md +6 -1
  15. package/template/.aioson/docs/play/auth-services-and-testing.md +16 -1
  16. package/template/.aioson/docs/play/manifest-and-runtime.md +23 -0
  17. package/template/.aioson/skills/design/aurora-command-ui/SKILL.md +266 -243
  18. package/template/.aioson/skills/design/aurora-command-ui/references/art-direction.md +293 -293
  19. package/template/.aioson/skills/design/aurora-command-ui/references/components.md +827 -827
  20. package/template/.aioson/skills/design/aurora-command-ui/references/dashboards.md +250 -250
  21. package/template/.aioson/skills/design/aurora-command-ui/references/design-tokens.md +585 -585
  22. package/template/.aioson/skills/design/aurora-command-ui/references/motion.md +365 -365
  23. package/template/.aioson/skills/design/aurora-command-ui/references/patterns.md +485 -482
  24. package/template/.aioson/skills/design/aurora-command-ui/references/websites.md +386 -387
  25. package/template/.aioson/skills/design/bold-editorial-ui/SKILL.md +228 -205
  26. package/template/.aioson/skills/design/bold-editorial-ui/references/art-direction.md +338 -338
  27. package/template/.aioson/skills/design/bold-editorial-ui/references/components.md +977 -977
  28. package/template/.aioson/skills/design/bold-editorial-ui/references/dashboards.md +218 -218
  29. package/template/.aioson/skills/design/bold-editorial-ui/references/design-tokens.md +326 -326
  30. package/template/.aioson/skills/design/bold-editorial-ui/references/motion.md +461 -461
  31. package/template/.aioson/skills/design/bold-editorial-ui/references/patterns.md +293 -293
  32. package/template/.aioson/skills/design/bold-editorial-ui/references/websites.md +352 -352
  33. package/template/.aioson/skills/design/clean-saas-ui/SKILL.md +233 -210
  34. package/template/.aioson/skills/design/clean-saas-ui/references/art-direction.md +319 -319
  35. package/template/.aioson/skills/design/clean-saas-ui/references/components.md +365 -365
  36. package/template/.aioson/skills/design/clean-saas-ui/references/dashboards.md +196 -196
  37. package/template/.aioson/skills/design/clean-saas-ui/references/design-tokens.md +244 -244
  38. package/template/.aioson/skills/design/clean-saas-ui/references/motion.md +235 -235
  39. package/template/.aioson/skills/design/clean-saas-ui/references/patterns.md +215 -215
  40. package/template/.aioson/skills/design/clean-saas-ui/references/websites.md +295 -295
  41. package/template/.aioson/skills/design/cognitive-core-ui/SKILL.md +239 -203
  42. package/template/.aioson/skills/design/cognitive-core-ui/references/art-direction.md +339 -339
  43. package/template/.aioson/skills/design/cognitive-core-ui/references/components.md +417 -407
  44. package/template/.aioson/skills/design/cognitive-core-ui/references/dashboards.md +289 -272
  45. package/template/.aioson/skills/design/cognitive-core-ui/references/design-tokens.md +525 -524
  46. package/template/.aioson/skills/design/cognitive-core-ui/references/motion.md +279 -279
  47. package/template/.aioson/skills/design/cognitive-core-ui/references/patterns.md +355 -289
  48. package/template/.aioson/skills/design/cognitive-core-ui/references/websites.md +443 -437
  49. package/template/.aioson/skills/design/glassmorphism-ui/SKILL.md +245 -222
  50. package/template/.aioson/skills/design/glassmorphism-ui/references/art-direction.md +159 -159
  51. package/template/.aioson/skills/design/glassmorphism-ui/references/components.md +498 -498
  52. package/template/.aioson/skills/design/glassmorphism-ui/references/dashboards.md +236 -236
  53. package/template/.aioson/skills/design/glassmorphism-ui/references/design-tokens.md +274 -274
  54. package/template/.aioson/skills/design/glassmorphism-ui/references/motion.md +355 -355
  55. package/template/.aioson/skills/design/glassmorphism-ui/references/patterns.md +198 -198
  56. package/template/.aioson/skills/design/glassmorphism-ui/references/websites.md +307 -307
  57. package/template/.aioson/skills/design/interface-design/SKILL.md +68 -47
  58. package/template/.aioson/skills/design/interface-design/references/components-and-states.md +105 -105
  59. package/template/.aioson/skills/design/interface-design/references/design-directions.md +101 -101
  60. package/template/.aioson/skills/design/interface-design/references/handoff-and-quality.md +92 -71
  61. package/template/.aioson/skills/design/interface-design/references/intent-and-domain.md +74 -74
  62. package/template/.aioson/skills/design/interface-design/references/tokens-and-depth.md +173 -173
  63. package/template/.aioson/skills/design/neo-brutalist-ui/SKILL.md +236 -213
  64. package/template/.aioson/skills/design/neo-brutalist-ui/references/art-direction.md +228 -228
  65. package/template/.aioson/skills/design/neo-brutalist-ui/references/components.md +855 -855
  66. package/template/.aioson/skills/design/neo-brutalist-ui/references/dashboards.md +334 -334
  67. package/template/.aioson/skills/design/neo-brutalist-ui/references/design-tokens.md +342 -342
  68. package/template/.aioson/skills/design/neo-brutalist-ui/references/motion.md +286 -286
  69. package/template/.aioson/skills/design/neo-brutalist-ui/references/patterns.md +458 -458
  70. package/template/.aioson/skills/design/neo-brutalist-ui/references/websites.md +723 -723
  71. package/template/.aioson/skills/design/premium-command-center-ui/SKILL.md +83 -62
  72. package/template/.aioson/skills/design/premium-command-center-ui/references/operations.md +74 -74
  73. package/template/.aioson/skills/design/premium-command-center-ui/references/patterns.md +116 -116
  74. package/template/.aioson/skills/design/premium-command-center-ui/references/validation.md +47 -47
  75. package/template/.aioson/skills/design/premium-command-center-ui/references/visual-system.md +215 -215
  76. package/template/.aioson/skills/design/pt.squarespace.com/.skill-meta.json +31 -31
  77. package/template/.aioson/skills/design/pt.squarespace.com/SKILL.md +94 -66
  78. package/template/.aioson/skills/design/pt.squarespace.com/references/components.md +366 -366
  79. package/template/.aioson/skills/design/pt.squarespace.com/references/design-tokens.md +150 -150
  80. package/template/.aioson/skills/design/pt.squarespace.com/references/motion.md +270 -270
  81. package/template/.aioson/skills/design/pt.squarespace.com/references/patterns.md +189 -189
  82. package/template/.aioson/skills/design/pt.squarespace.com/references/websites.md +161 -161
  83. package/template/.aioson/skills/design/warm-craft-ui/SKILL.md +232 -209
  84. package/template/.aioson/skills/design/warm-craft-ui/references/art-direction.md +324 -324
  85. package/template/.aioson/skills/design/warm-craft-ui/references/components.md +508 -508
  86. package/template/.aioson/skills/design/warm-craft-ui/references/dashboards.md +223 -223
  87. package/template/.aioson/skills/design/warm-craft-ui/references/design-tokens.md +374 -374
  88. package/template/.aioson/skills/design/warm-craft-ui/references/motion.md +356 -356
  89. package/template/.aioson/skills/design/warm-craft-ui/references/patterns.md +288 -288
  90. package/template/.aioson/skills/design/warm-craft-ui/references/websites.md +289 -289
@@ -1,215 +1,215 @@
1
- # Visual System — Premium Command Center UI
2
-
3
- > Extracted from the real AIOS Dashboard implementation. Preserves the aurora-glass premium command-center language.
4
-
5
- This is not a generic dark dashboard guide. It captures the concrete moves that produce the premium operational feel:
6
-
7
- - Tri-rail shell: left navigation, center workspace, right activity rail
8
- - Aurora-glass surfaces with strong contrast and restrained semantic color
9
- - Compact density tuned for operational reading, not marketing whitespace
10
- - Search-first interaction via top search bar + command palette
11
- - Contextual right rail with status / history / metrics tabs
12
- - Page archetypes built around runtime priority, not equal-weight card walls
13
-
14
- ---
15
-
16
- ## Foundation — dark graphite
17
-
18
- ```
19
- Background base : #0b1015 (deep graphite)
20
- Background surface : #10161d (panel, card surfaces)
21
- Background elevated: #151c24 (modals, dropdowns, hover states)
22
- Background sunken : #080c11 (inputs, inset areas)
23
-
24
- Foreground primary : #f3f7fb
25
- Foreground secondary: #b7c2cf
26
- Foreground muted : #7f8b99
27
- Foreground faint : #4a5568 (decorative only)
28
-
29
- Border default : rgba(255,255,255,0.08)
30
- Border strong : rgba(255,255,255,0.15)
31
- Border accent : rgba(99,179,237,0.30)
32
-
33
- Brand accent : desaturated blue-teal family (never neon)
34
- Accent light : #63b3ed
35
- Accent muted : #4a90a4
36
-
37
- Semantic green : #38a169
38
- Semantic amber : #d97706
39
- Semantic red : #e53e3e
40
- Semantic blue : #4299e1
41
- ```
42
-
43
- Aurora accent — use sparingly, never everywhere:
44
- ```css
45
- /* Aurora field on page background, not on every card */
46
- .aurora-field {
47
- background: radial-gradient(ellipse 1200px 800px at 20% 20%,
48
- rgba(99,179,237,0.04), transparent 60%);
49
- pointer-events: none;
50
- position: fixed; inset: 0; z-index: 0;
51
- }
52
- ```
53
-
54
- ---
55
-
56
- ## Typography
57
-
58
- - **Heading font**: Clean system grotesk or neutral premium sans (Geist, Manrope, IBM Plex Sans, or system-ui)
59
- - **Body font**: Same family as heading at regular weight
60
- - **Mono**: Reserved for operational metadata, IDs, code, timestamps — never prose
61
-
62
- ```
63
- Page title : 20–22px, weight 600, tracking -0.01em
64
- Section heading: 14–16px, weight 600, tracking -0.01em
65
- Body : 13–14px, weight 400, line-height 1.5
66
- Helper / meta : 11–12px, weight 400, muted color
67
- Mono / data : 11–12px, JetBrains Mono or SF Mono
68
- ```
69
-
70
- ---
71
-
72
- ## Spacing
73
-
74
- ```
75
- Base: 4px
76
- Scale: 4 / 8 / 12 / 16 / 24 / 32 / 48
77
- ```
78
-
79
- Never use arbitrary values. Every measurement is a multiple of 4.
80
-
81
- ---
82
-
83
- ## Admin panel density — settings, config, entity management
84
-
85
- The premium command center uses **tight operational spacing** for admin and config screens. These values are concrete — apply them directly.
86
-
87
- ### Card scale
88
-
89
- | Level | Use | Padding | Radius |
90
- |---|---|---|---|
91
- | L1 | top-level section card | `16px` | `22px` |
92
- | L2 | nested card inside L1 | `12px` | `18px` |
93
- | L3 | inset block, disclosure body, info row | `10px` | `14px` |
94
-
95
- Section gap between L1 cards: `12px`.
96
-
97
- ### Card headers
98
-
99
- ```
100
- Eyebrow : font-mono 10–11px uppercase letter-spacing: 0.28em color: muted
101
- Title : 15px font-weight: 600 — max size inside a card
102
- Meta : font-mono 10px truncate single line — path, ID, workspace name
103
- ```
104
-
105
- **No paragraph descriptions inside admin cards.** One eyebrow + one title + optional single-line meta is sufficient. Everything else belongs in a collapsed disclosure or a tooltip.
106
-
107
- ### Controls in admin context
108
-
109
- ```
110
- Input / Select : height 32px (py-2 px-3) font-size 12px border-radius 10–12px
111
- Label : font-size 10–11px margin-bottom 2px
112
- Button action : py-2 px-3 font-size 12px border-radius 10–12px
113
- Button micro : py-1 px-2.5 font-size 10–11px border-radius 10px
114
- ```
115
-
116
- ### Row items (provider lists, agent lists)
117
-
118
- ```
119
- Row padding : py-2 (8px) divide-y separator
120
- Name width : 96px (fixed) text-xs font-medium
121
- Model : flex-1 truncate font-mono font-size 10–11px
122
- Badges : px-2 py-0.5 font-size 9–10px
123
- Edit btn : px-2.5 py-1 font-size 10–11px
124
- ```
125
-
126
- ### Entity grids (projects, agents, squads)
127
-
128
- Same-type entities go in a grid — never full-width stacked:
129
- ```
130
- grid-template-columns: repeat(auto-fill, minmax(280px, 1fr))
131
- gap: 12px
132
- Card: rounded-18 p-3
133
- Card header: name (text-sm semibold) + ID (mono 9px truncate)
134
- Card badges: px-2 py-0.5 text-[9-10px]
135
- Card actions: compact row, py-1.5, font-size 10–11px
136
- ```
137
-
138
- ### Add/Edit forms → Modal pattern
139
-
140
- Entity add/edit always opens a modal — not inline expansion:
141
- ```
142
- Modal: max-w-448px centered rounded-22px p-20px
143
- Overlay: bg-black/50 backdrop-blur
144
- Header: eyebrow + title (text-base) + close button (top right)
145
- Form: single-column grid gap: 10px
146
- Submit: full-width py-2 text-xs
147
- ```
148
-
149
- ### Disclosure — secondary tools
150
-
151
- Sync, cloud connect, advanced settings behind `<details>`:
152
- ```
153
- Summary: flex row px-3 py-2.5
154
- Left: label (text-xs) + status badge (alinhado / N diffs)
155
- Right: action button (micro size)
156
- Body: border-t px-3 pb-3 pt-2 compact rows
157
- ```
158
-
159
- ### Anti-patterns — never do this in admin panels
160
-
161
- - `padding: 24px` on inner section cards
162
- - `font-size: 20–24px` headings inside cards
163
- - Verbose description paragraphs in admin cards
164
- - Full-width stacked entity cards (projects, providers)
165
- - Inline accordion for add/edit forms
166
- - `height: 40px+` inputs/buttons in dense tool contexts
167
-
168
- ---
169
-
170
- ## Depth — borders-first
171
-
172
- Three surface levels maximum:
173
-
174
- ```
175
- Level 0 — base (#0b1015) : page background
176
- Level 1 — surface (#10161d) : cards, panels, nav rail
177
- Level 2 — elevated (#151c24) : modals, dropdowns, hover overlays
178
- ```
179
-
180
- Rules:
181
- - Borders separate before shadows
182
- - One shadow family only: `0 4px 16px rgba(0,0,0,0.32)` — reserved for modals and floating elements
183
- - No heavy glow effects on cards
184
- - Aurora fields go on page background, not on individual components
185
-
186
- ---
187
-
188
- ## Radius
189
-
190
- ```
191
- Sharp : 6px (compact elements, badges, tags)
192
- Medium : 10px (cards, inputs, buttons)
193
- Large : 14px (panels, modals, sheets)
194
- ```
195
-
196
- ---
197
-
198
- ## Control heights
199
-
200
- ```
201
- Compact : 28px (toolbar items, inline actions)
202
- Default : 34px (standard controls)
203
- Tall : 40px (primary action buttons)
204
- ```
205
-
206
- ---
207
-
208
- ## Signature rules
209
-
210
- - Accent stays cool and controlled — no rainbow, no neon
211
- - Status colors must remain strictly semantic (never decorative)
212
- - Compact density: operational readout, not marketing whitespace
213
- - High contrast without overload: borders quietly separate, they do not shout
214
- - One focal block per screen region
215
- - Three surface levels max — no more
1
+ # Visual System — Premium Command Center UI
2
+
3
+ > Extracted from the real AIOS Dashboard implementation. Preserves the aurora-glass premium command-center language.
4
+
5
+ This is not a generic dark dashboard guide. It captures the concrete moves that produce the premium operational feel:
6
+
7
+ - Tri-rail shell: left navigation, center workspace, right activity rail
8
+ - Aurora-glass surfaces with strong contrast and restrained semantic color
9
+ - Compact density tuned for operational reading, not marketing whitespace
10
+ - Search-first interaction via top search bar + command palette
11
+ - Contextual right rail with status / history / metrics tabs
12
+ - Page archetypes built around runtime priority, not equal-weight card walls
13
+
14
+ ---
15
+
16
+ ## Foundation — dark graphite
17
+
18
+ ```
19
+ Background base : #0b1015 (deep graphite)
20
+ Background surface : #10161d (panel, card surfaces)
21
+ Background elevated: #151c24 (modals, dropdowns, hover states)
22
+ Background sunken : #080c11 (inputs, inset areas)
23
+
24
+ Foreground primary : #f3f7fb
25
+ Foreground secondary: #b7c2cf
26
+ Foreground muted : #7f8b99
27
+ Foreground faint : #4a5568 (decorative only)
28
+
29
+ Border default : rgba(255,255,255,0.08)
30
+ Border strong : rgba(255,255,255,0.15)
31
+ Border accent : rgba(99,179,237,0.30)
32
+
33
+ Brand accent : desaturated blue-teal family (never neon)
34
+ Accent light : #63b3ed
35
+ Accent muted : #4a90a4
36
+
37
+ Semantic green : #38a169
38
+ Semantic amber : #d97706
39
+ Semantic red : #e53e3e
40
+ Semantic blue : #4299e1
41
+ ```
42
+
43
+ Aurora accent — use sparingly, never everywhere:
44
+ ```css
45
+ /* Aurora field on page background, not on every card */
46
+ .aurora-field {
47
+ background: radial-gradient(ellipse 1200px 800px at 20% 20%,
48
+ rgba(99,179,237,0.04), transparent 60%);
49
+ pointer-events: none;
50
+ position: fixed; inset: 0; z-index: 0;
51
+ }
52
+ ```
53
+
54
+ ---
55
+
56
+ ## Typography
57
+
58
+ - **Heading font**: Clean system grotesk or neutral premium sans (Geist, Manrope, IBM Plex Sans, or system-ui)
59
+ - **Body font**: Same family as heading at regular weight
60
+ - **Mono**: Reserved for operational metadata, IDs, code, timestamps — never prose
61
+
62
+ ```
63
+ Page title : 20–22px, weight 600, tracking -0.01em
64
+ Section heading: 14–16px, weight 600, tracking -0.01em
65
+ Body : 13–14px, weight 400, line-height 1.5
66
+ Helper / meta : 11–12px, weight 400, muted color
67
+ Mono / data : 11–12px, JetBrains Mono or SF Mono
68
+ ```
69
+
70
+ ---
71
+
72
+ ## Spacing
73
+
74
+ ```
75
+ Base: 4px
76
+ Scale: 4 / 8 / 12 / 16 / 24 / 32 / 48
77
+ ```
78
+
79
+ Never use arbitrary values. Every measurement is a multiple of 4.
80
+
81
+ ---
82
+
83
+ ## Admin panel density — settings, config, entity management
84
+
85
+ The premium command center uses **tight operational spacing** for admin and config screens. These values are concrete — apply them directly.
86
+
87
+ ### Card scale
88
+
89
+ | Level | Use | Padding | Radius |
90
+ |---|---|---|---|
91
+ | L1 | top-level section card | `16px` | `22px` |
92
+ | L2 | nested card inside L1 | `12px` | `18px` |
93
+ | L3 | inset block, disclosure body, info row | `10px` | `14px` |
94
+
95
+ Section gap between L1 cards: `12px`.
96
+
97
+ ### Card headers
98
+
99
+ ```
100
+ Eyebrow : font-mono 10–11px uppercase letter-spacing: 0.28em color: muted
101
+ Title : 15px font-weight: 600 — max size inside a card
102
+ Meta : font-mono 10px truncate single line — path, ID, workspace name
103
+ ```
104
+
105
+ **No paragraph descriptions inside admin cards.** One eyebrow + one title + optional single-line meta is sufficient. Everything else belongs in a collapsed disclosure or a tooltip.
106
+
107
+ ### Controls in admin context
108
+
109
+ ```
110
+ Input / Select : height 32px (py-2 px-3) font-size 12px border-radius 10–12px
111
+ Label : font-size 10–11px margin-bottom 2px
112
+ Button action : py-2 px-3 font-size 12px border-radius 10–12px
113
+ Button micro : py-1 px-2.5 font-size 10–11px border-radius 10px
114
+ ```
115
+
116
+ ### Row items (provider lists, agent lists)
117
+
118
+ ```
119
+ Row padding : py-2 (8px) divide-y separator
120
+ Name width : 96px (fixed) text-xs font-medium
121
+ Model : flex-1 truncate font-mono font-size 10–11px
122
+ Badges : px-2 py-0.5 font-size 9–10px
123
+ Edit btn : px-2.5 py-1 font-size 10–11px
124
+ ```
125
+
126
+ ### Entity grids (projects, agents, squads)
127
+
128
+ Same-type entities go in a grid — never full-width stacked:
129
+ ```
130
+ grid-template-columns: repeat(auto-fill, minmax(280px, 1fr))
131
+ gap: 12px
132
+ Card: rounded-18 p-3
133
+ Card header: name (text-sm semibold) + ID (mono 9px truncate)
134
+ Card badges: px-2 py-0.5 text-[9-10px]
135
+ Card actions: compact row, py-1.5, font-size 10–11px
136
+ ```
137
+
138
+ ### Add/Edit forms → Modal pattern
139
+
140
+ Entity add/edit always opens a modal — not inline expansion:
141
+ ```
142
+ Modal: max-w-448px centered rounded-22px p-20px
143
+ Overlay: bg-black/50 backdrop-blur
144
+ Header: eyebrow + title (text-base) + close button (top right)
145
+ Form: single-column grid gap: 10px
146
+ Submit: full-width py-2 text-xs
147
+ ```
148
+
149
+ ### Disclosure — secondary tools
150
+
151
+ Sync, cloud connect, advanced settings behind `<details>`:
152
+ ```
153
+ Summary: flex row px-3 py-2.5
154
+ Left: label (text-xs) + status badge (alinhado / N diffs)
155
+ Right: action button (micro size)
156
+ Body: border-t px-3 pb-3 pt-2 compact rows
157
+ ```
158
+
159
+ ### Anti-patterns — never do this in admin panels
160
+
161
+ - `padding: 24px` on inner section cards
162
+ - `font-size: 20–24px` headings inside cards
163
+ - Verbose description paragraphs in admin cards
164
+ - Full-width stacked entity cards (projects, providers)
165
+ - Inline accordion for add/edit forms
166
+ - `height: 40px+` inputs/buttons in dense tool contexts
167
+
168
+ ---
169
+
170
+ ## Depth — borders-first
171
+
172
+ Three surface levels maximum:
173
+
174
+ ```
175
+ Level 0 — base (#0b1015) : page background
176
+ Level 1 — surface (#10161d) : cards, panels, nav rail
177
+ Level 2 — elevated (#151c24) : modals, dropdowns, hover overlays
178
+ ```
179
+
180
+ Rules:
181
+ - Borders separate before shadows
182
+ - One shadow family only: `0 4px 16px rgba(0,0,0,0.32)` — reserved for modals and floating elements
183
+ - No heavy glow effects on cards
184
+ - Aurora fields go on page background, not on individual components
185
+
186
+ ---
187
+
188
+ ## Radius
189
+
190
+ ```
191
+ Sharp : 6px (compact elements, badges, tags)
192
+ Medium : 10px (cards, inputs, buttons)
193
+ Large : 14px (panels, modals, sheets)
194
+ ```
195
+
196
+ ---
197
+
198
+ ## Control heights
199
+
200
+ ```
201
+ Compact : 28px (toolbar items, inline actions)
202
+ Default : 34px (standard controls)
203
+ Tall : 40px (primary action buttons)
204
+ ```
205
+
206
+ ---
207
+
208
+ ## Signature rules
209
+
210
+ - Accent stays cool and controlled — no rainbow, no neon
211
+ - Status colors must remain strictly semantic (never decorative)
212
+ - Compact density: operational readout, not marketing whitespace
213
+ - High contrast without overload: borders quietly separate, they do not shout
214
+ - One focal block per screen region
215
+ - Three surface levels max — no more
@@ -1,31 +1,31 @@
1
- {
2
- "id": "pt.squarespace.com",
3
- "name": "Squarespace Design System",
4
- "source": "https://pt.squarespace.com/",
5
- "extractedAt": "2026-03-31",
6
- "theme": "light-dark",
7
- "baseUnit": "4px",
8
- "referenceSkill": null,
9
- "type": "extracted",
10
- "designPillars": [
11
- "Sharp minimalism — zero border-radius",
12
- "Bold typographic hierarchy — Clarkson font family",
13
- "High contrast — black/white with teal accents"
14
- ],
15
- "colors": {
16
- "primary": "#000000",
17
- "accent": "#1E4C41",
18
- "background": "#FFFFFF",
19
- "surface": "#F5F5F4"
20
- },
21
- "fonts": {
22
- "display": "Clarkson, Helvetica, sans-serif",
23
- "body": "Helvetica Neue, Helvetica, Arial, sans-serif",
24
- "serif": "Clarkson Serif, Georgia, serif"
25
- },
26
- "breakpoints": {
27
- "desktop": 1440,
28
- "tablet": 768,
29
- "mobile": 390
30
- }
31
- }
1
+ {
2
+ "id": "pt.squarespace.com",
3
+ "name": "Squarespace Design System",
4
+ "source": "https://pt.squarespace.com/",
5
+ "extractedAt": "2026-03-31",
6
+ "theme": "light-dark",
7
+ "baseUnit": "4px",
8
+ "referenceSkill": null,
9
+ "type": "extracted",
10
+ "designPillars": [
11
+ "Sharp minimalism — zero border-radius",
12
+ "Bold typographic hierarchy — Clarkson font family",
13
+ "High contrast — black/white with teal accents"
14
+ ],
15
+ "colors": {
16
+ "primary": "#000000",
17
+ "accent": "#1E4C41",
18
+ "background": "#FFFFFF",
19
+ "surface": "#F5F5F4"
20
+ },
21
+ "fonts": {
22
+ "display": "Clarkson, Helvetica, sans-serif",
23
+ "body": "Helvetica Neue, Helvetica, Arial, sans-serif",
24
+ "serif": "Clarkson Serif, Georgia, serif"
25
+ },
26
+ "breakpoints": {
27
+ "desktop": 1440,
28
+ "tablet": 768,
29
+ "mobile": 390
30
+ }
31
+ }
@@ -1,66 +1,94 @@
1
- # Squarespace (pt.squarespace.com) Design System
2
-
3
- > Extracted from https://pt.squarespace.com/ on 2026-03-31.
4
- > Deep analysis completed 2026-04-01 via static file extraction (CSS/JS/fonts/media from saved site).
5
- > Visual clone skill — do not use in unrelated projects without adapting the tokens.
6
-
7
- ## Identity
8
-
9
- **Theme:** light (with dark hero/footer sections)
10
- **Personality:** Clean, professional SaaS aesthetic with strong typographic hierarchy, minimal decoration, and bold black-white contrast punctuated by occasional teal accents.
11
-
12
- ## Design pillars
13
-
14
- 1. **Sharp minimalism** — Zero border-radius throughout; geometric precision dominates
15
- 2. **Bold typographic hierarchy** Large headlines (Clarkson 300), clear size differentiation
16
- 3. **High contrast** Black and white with teal accent; no gradients, no shadows
17
-
18
- ## Animation philosophy
19
-
20
- **CSS-first, zero third-party libraries.** No GSAP, no Framer Motion, no AOS, no Lottie.
21
- All animations are pure `@keyframes` + class toggling + `IntersectionObserver`.
22
-
23
- Signature effects:
24
- - CTA hover: `mix-blend-mode: difference` pseudo-element (not a color transition)
25
- - Mobile menu: `clip-path: polygon()` swipe animation (not `translateX`)
26
- - Link underline: `background-position` animated on two linear-gradients
27
- - Scroll reveals: `IntersectionObserver` adds `.in-view`, CSS handles transition
28
-
29
- ## Local assets available
30
-
31
- These files were extracted from the saved site and are ready to use directly:
32
-
33
- **Fonts** (`public/fonts/`):
34
- - `clarkson-300.woff2` — Clarkson Light (hero headlines)
35
- - `clarkson-400.woff2` Clarkson Regular (body, nav)
36
- - `clarkson-500.woff2` — Clarkson Medium (CTAs, labels)
37
- - `clarkson-serif-300.woff2` Clarkson Serif Light
38
- - `clarkson-serif-400.woff2` — Clarkson Serif Regular
39
-
40
- **Videos** (`public/videos/pt.squarespace.com/`):
41
- - `video-desktop.webm` + `.mp4` Hero background video (1280×720)
42
- - `video-mobile.webm` + `.mp4` Hero background video, portrait-optimized
43
- - `templates.webm` + `.mp4` Template showcase animation
44
- - `blueprint-ai.webm` + `.mp4` AI blueprint feature demo
45
- - `design-intelligence-3.mp4` — Design intelligence card video
46
- - `conversion-centered.mp4` — Final CTA section video
47
-
48
- > Reference filesreplace with your own assets before publishing.
49
-
50
- ## When to use
51
-
52
- Activate when building projects that need a professional, clean SaaS website aesthetic inspired by Squarespace's homepage minimal, typography-forward, with dark hero sections and teal accents.
53
-
54
- ## Activation
55
-
56
- Load `references/design-tokens.md` before writing any component.
57
- Load `references/motion.md` before implementing any animation or interaction.
58
- Load `references/components.md` to get the real class naming conventions and hover mechanics.
59
-
60
- ## Skill files
61
-
62
- - `references/design-tokens.md` CSS custom properties (colors, typography, spacing, real easing curves)
63
- - `references/components.md` — Component patterns, real class names, CTA hover mechanics
64
- - `references/patterns.md` — Page layout patterns with real section IDs
65
- - `references/motion.md` All 12 extracted @keyframes, exact timings, animation usage map
66
- - `references/websites.md` Complete page topology including all 11 sections
1
+ ---
2
+ name: pt-squarespace-com
3
+ description: >-
4
+ Extracted Squarespace-inspired design system for sharp minimal SaaS websites with black/white contrast, teal accent, Clarkson-style typography, CSS-first motion, local font/video asset guidance, and cloned pt.squarespace.com layout patterns. Use when `design_skill: pt.squarespace.com` or `design_skill: pt-squarespace-com` is selected, or when the user explicitly asks for a Squarespace/PT Squarespace-inspired website rebuild.
5
+ ---
6
+
7
+ # Squarespace (pt.squarespace.com) Design System
8
+
9
+ > Extracted from https://pt.squarespace.com/ on 2026-03-31.
10
+ > Deep analysis completed 2026-04-01 via static file extraction (CSS/JS/fonts/media from saved site).
11
+ > Visual clone skill — do not use in unrelated projects without adapting the tokens.
12
+
13
+ ## Identity
14
+
15
+ **Theme:** light (with dark hero/footer sections)
16
+ **Personality:** Clean, professional SaaS aesthetic with strong typographic hierarchy, minimal decoration, and bold black-white contrast punctuated by occasional teal accents.
17
+
18
+ ## Design pillars
19
+
20
+ 1. **Sharp minimalism** Zero border-radius throughout; geometric precision dominates
21
+ 2. **Bold typographic hierarchy** Large headlines (Clarkson 300), clear size differentiation
22
+ 3. **High contrast** — Black and white with teal accent; no gradients, no shadows
23
+
24
+ ## Animation philosophy
25
+
26
+ **CSS-first, zero third-party libraries.** No GSAP, no Framer Motion, no AOS, no Lottie.
27
+ All animations are pure `@keyframes` + class toggling + `IntersectionObserver`.
28
+
29
+ Signature effects:
30
+ - CTA hover: `mix-blend-mode: difference` pseudo-element (not a color transition)
31
+ - Mobile menu: `clip-path: polygon()` swipe animation (not `translateX`)
32
+ - Link underline: `background-position` animated on two linear-gradients
33
+ - Scroll reveals: `IntersectionObserver` adds `.in-view`, CSS handles transition
34
+
35
+ ## Local assets available
36
+
37
+ These files were extracted from the saved site and are ready to use directly:
38
+
39
+ **Fonts** (`public/fonts/`):
40
+ - `clarkson-300.woff2` — Clarkson Light (hero headlines)
41
+ - `clarkson-400.woff2` — Clarkson Regular (body, nav)
42
+ - `clarkson-500.woff2` — Clarkson Medium (CTAs, labels)
43
+ - `clarkson-serif-300.woff2` — Clarkson Serif Light
44
+ - `clarkson-serif-400.woff2` — Clarkson Serif Regular
45
+
46
+ **Videos** (`public/videos/pt.squarespace.com/`):
47
+ - `video-desktop.webm` + `.mp4` — Hero background video (1280×720)
48
+ - `video-mobile.webm` + `.mp4` Hero background video, portrait-optimized
49
+ - `templates.webm` + `.mp4` — Template showcase animation
50
+ - `blueprint-ai.webm` + `.mp4` — AI blueprint feature demo
51
+ - `design-intelligence-3.mp4` — Design intelligence card video
52
+ - `conversion-centered.mp4`Final CTA section video
53
+
54
+ > Reference files — replace with your own assets before publishing.
55
+
56
+ ## When to use
57
+
58
+ Activate when building projects that need a professional, clean SaaS website aesthetic inspired by Squarespace's homepage — minimal, typography-forward, with dark hero sections and teal accents.
59
+
60
+ ## Execution quality gates
61
+
62
+ These gates override any reference file when they conflict.
63
+
64
+ Before implementation:
65
+ - Load the relevant references from the loading guide; do not build from this SKILL.md alone.
66
+ - Decide the surface type (app, dashboard, landing page, marketing site, tool, game) and one domain-specific signature move before writing layout code.
67
+ - Establish the token layer first: fonts, colors, spacing, radius, shadow/depth, motion, breakpoints, and component states. Do not scatter raw colors, one-off shadows, arbitrary font sizes, or ad hoc radii.
68
+ - Use intentional font delivery. Prefer local/framework font APIs when available; if a named font cannot be loaded, define a credible fallback stack and preserve the intended contrast.
69
+ - For websites and landing pages, use visual assets that reveal the product, place, person, object, UI state, or domain. Do not ship a hero made only of gradients, icons, and cards.
70
+ - For landing-page heroes, make the brand, product, place, person, or literal offer visible in the first viewport; include a real or generated bitmap/product visual when inspection matters.
71
+ - Use icons from the project's icon library or lucide when available. Do not use text pills where a standard icon button/control is expected.
72
+ - Build responsive constraints with grid minmax, aspect-ratio, fixed control heights, and overflow rules so text, controls, tables, cards, and media cannot overlap or resize unpredictably.
73
+ - Use discrete text tokens and stable line-height. Do not use viewport-width font scaling or negative letter-spacing.
74
+ - Do not put cards inside cards. If a reference says nested card, use an unframed row, divider, inset section, or modal unless an existing component contract explicitly requires that hierarchy.
75
+ - Use motion as product feedback: hover, focus, active, loading, reveal, navigation, and state transitions. Always include a prefers-reduced-motion fallback.
76
+
77
+ Before delivery:
78
+ - Inspect the result at mobile and desktop widths. If a browser is available, use screenshots; otherwise perform static CSS/DOM review.
79
+ - Fix overlap, clipped text, illegible contrast, missing states, unsupported font loading, missing assets, raw palette drift, and generic template composition before presenting.
80
+ - Do not add isolated blurred-circle background decorations. If a reference suggests that pattern, reinterpret it as a subtle full-bleed ambient field or remove it.
81
+
82
+ ## Activation
83
+
84
+ Load `references/design-tokens.md` before writing any component.
85
+ Load `references/motion.md` before implementing any animation or interaction.
86
+ Load `references/components.md` to get the real class naming conventions and hover mechanics.
87
+
88
+ ## Skill files
89
+
90
+ - `references/design-tokens.md` — CSS custom properties (colors, typography, spacing, real easing curves)
91
+ - `references/components.md` — Component patterns, real class names, CTA hover mechanics
92
+ - `references/patterns.md` — Page layout patterns with real section IDs
93
+ - `references/motion.md` — All 12 extracted @keyframes, exact timings, animation usage map
94
+ - `references/websites.md` — Complete page topology including all 11 sections