omnidesign 1.0.0

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 (77) hide show
  1. package/LICENSE +21 -0
  2. package/QUICKREF.md +150 -0
  3. package/README.md +576 -0
  4. package/bin/cli.js +390 -0
  5. package/bin/detect-ide.js +50 -0
  6. package/bin/install.js +8 -0
  7. package/logo.jpg +0 -0
  8. package/package.json +84 -0
  9. package/recipes/components/README.md +29 -0
  10. package/recipes/components/agent-card.md +314 -0
  11. package/recipes/components/ai-chat.md +252 -0
  12. package/recipes/components/bento-grid.md +186 -0
  13. package/recipes/components/code-block.md +503 -0
  14. package/recipes/components/file-upload.md +483 -0
  15. package/recipes/components/forms.md +238 -0
  16. package/recipes/components/hero-section.md +161 -0
  17. package/recipes/components/navbar.md +214 -0
  18. package/recipes/components/prompt-input.md +293 -0
  19. package/recipes/components/thinking-indicator.md +372 -0
  20. package/recipes/motion/README.md +3 -0
  21. package/recipes/motion/motion-system.md +437 -0
  22. package/recipes/patterns/README.md +3 -0
  23. package/skills/aider/omnidesign.md +67 -0
  24. package/skills/amp/SKILL.md +114 -0
  25. package/skills/antigravity/SKILL.md +114 -0
  26. package/skills/claude/omnidesign.md +111 -0
  27. package/skills/continue/omnidesign.yaml +29 -0
  28. package/skills/cursor/omnidesign.md +110 -0
  29. package/skills/kilo/SKILL.md +114 -0
  30. package/skills/opencode/omnidesign.md +110 -0
  31. package/skills/vscode/package.json +66 -0
  32. package/skills/zed/omnidesign.json +7 -0
  33. package/tokens/motion/README.md +3 -0
  34. package/tokens/primitives/README.md +3 -0
  35. package/tokens/primitives/color.json +219 -0
  36. package/tokens/primitives/motion.json +56 -0
  37. package/tokens/primitives/radii.json +37 -0
  38. package/tokens/primitives/shadows.json +34 -0
  39. package/tokens/primitives/spacing.json +67 -0
  40. package/tokens/primitives/typography.json +127 -0
  41. package/tokens/semantic/README.md +3 -0
  42. package/tokens/semantic/color.json +114 -0
  43. package/tokens/semantic/motion.json +44 -0
  44. package/tokens/semantic/radii.json +29 -0
  45. package/tokens/semantic/shadows.json +24 -0
  46. package/tokens/semantic/spacing.json +69 -0
  47. package/tokens/semantic/typography.json +118 -0
  48. package/tokens/shadows/README.md +3 -0
  49. package/tokens/themes/README.md +3 -0
  50. package/tokens/themes/berry.json +143 -0
  51. package/tokens/themes/brutalist.json +143 -0
  52. package/tokens/themes/coral.json +143 -0
  53. package/tokens/themes/corporate.json +143 -0
  54. package/tokens/themes/cream.json +143 -0
  55. package/tokens/themes/cyberpunk.json +143 -0
  56. package/tokens/themes/daylight.json +143 -0
  57. package/tokens/themes/deep-space.json +143 -0
  58. package/tokens/themes/forest.json +143 -0
  59. package/tokens/themes/graphite.json +143 -0
  60. package/tokens/themes/lavender.json +143 -0
  61. package/tokens/themes/midnight.json +143 -0
  62. package/tokens/themes/mint.json +143 -0
  63. package/tokens/themes/navy.json +143 -0
  64. package/tokens/themes/noir.json +143 -0
  65. package/tokens/themes/obsidian.json +143 -0
  66. package/tokens/themes/ocean.json +143 -0
  67. package/tokens/themes/paper.json +143 -0
  68. package/tokens/themes/ruby.json +143 -0
  69. package/tokens/themes/slate.json +143 -0
  70. package/tokens/themes/snow.json +143 -0
  71. package/tokens/themes/solar.json +143 -0
  72. package/tokens/themes/spring.json +143 -0
  73. package/tokens/themes/starry-night.json +143 -0
  74. package/tokens/themes/sunset.json +143 -0
  75. package/tokens/typography/FONT_GUIDE.md +381 -0
  76. package/tokens/typography/README.md +37 -0
  77. package/tokens/typography/font-collection.json +221 -0
@@ -0,0 +1,143 @@
1
+ {
2
+ "theme": {
3
+ "$type": "theme",
4
+ "$value": "daylight",
5
+ "$description": "Bright white with energetic blue - clean and focused"
6
+ },
7
+ "color": {
8
+ "text": {
9
+ "default": {
10
+ "$type": "color",
11
+ "$value": "#1A202C",
12
+ "$description": "Primary text on light surfaces - dark slate"
13
+ },
14
+ "muted": {
15
+ "$type": "color",
16
+ "$value": "#64748B",
17
+ "$description": "Secondary text - medium gray for less important content"
18
+ },
19
+ "inverted": {
20
+ "$type": "color",
21
+ "$value": "#FFFFFF",
22
+ "$description": "Text color for dark surfaces - pure white"
23
+ },
24
+ "link": {
25
+ "$type": "color",
26
+ "$value": "#2563EB",
27
+ "$description": "Link text color - energetic blue"
28
+ },
29
+ "link.hover": {
30
+ "$type": "color",
31
+ "$value": "#1D4ED8",
32
+ "$description": "Link text color on hover - deeper blue"
33
+ }
34
+ },
35
+ "surface": {
36
+ "default": {
37
+ "$type": "color",
38
+ "$value": "#FFFFFF",
39
+ "$description": "Default surface background - pure white"
40
+ },
41
+ "raised": {
42
+ "$type": "color",
43
+ "$value": "#F8FAFC",
44
+ "$description": "Elevated surface background - very light blue-tinted white"
45
+ },
46
+ "sunken": {
47
+ "$type": "color",
48
+ "$value": "#F1F5F9",
49
+ "$description": "Depressed surface background - light blue-gray for inputs"
50
+ },
51
+ "overlay": {
52
+ "$type": "color",
53
+ "$value": "rgba(15, 23, 42, 0.5)",
54
+ "$description": "Overlay background for modals - semi-transparent dark"
55
+ }
56
+ },
57
+ "border": {
58
+ "default": {
59
+ "$type": "color",
60
+ "$value": "#E2E8F0",
61
+ "$description": "Default border color - subtle blue-gray"
62
+ },
63
+ "subtle": {
64
+ "$type": "color",
65
+ "$value": "#F1F5F9",
66
+ "$description": "Subtle border for dividers - very faint"
67
+ },
68
+ "strong": {
69
+ "$type": "color",
70
+ "$value": "#CBD5E1",
71
+ "$description": "Stronger border for emphasis - visible but not harsh"
72
+ }
73
+ },
74
+ "interactive": {
75
+ "primary": {
76
+ "$type": "color",
77
+ "$value": "#3B82F6",
78
+ "$description": "Primary interactive element color - energetic blue"
79
+ },
80
+ "primary.hover": {
81
+ "$type": "color",
82
+ "$value": "#2563EB",
83
+ "$description": "Primary interactive color on hover - deeper energetic blue"
84
+ },
85
+ "secondary": {
86
+ "$type": "color",
87
+ "$value": "#0EA5E9",
88
+ "$description": "Secondary interactive element color - sky blue accent"
89
+ }
90
+ },
91
+ "focus": {
92
+ "ring": {
93
+ "$type": "color",
94
+ "$value": "#60A5FA",
95
+ "$description": "Focus ring outline color - light blue glow"
96
+ }
97
+ },
98
+ "status": {
99
+ "success": {
100
+ "$type": "color",
101
+ "$value": "#059669",
102
+ "$description": "Success state color - emerald green"
103
+ },
104
+ "warning": {
105
+ "$type": "color",
106
+ "$value": "#D97706",
107
+ "$description": "Warning state color - amber"
108
+ },
109
+ "error": {
110
+ "$type": "color",
111
+ "$value": "#DC2626",
112
+ "$description": "Error state color - red"
113
+ },
114
+ "info": {
115
+ "$type": "color",
116
+ "$value": "#2563EB",
117
+ "$description": "Info state color - blue"
118
+ }
119
+ }
120
+ },
121
+ "shadow": {
122
+ "card": {
123
+ "$type": "shadow",
124
+ "$value": "0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.03)",
125
+ "$description": "Card elevation shadow - subtle soft shadow"
126
+ },
127
+ "dropdown": {
128
+ "$type": "shadow",
129
+ "$value": "0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.05)",
130
+ "$description": "Dropdown menu elevation shadow - medium shadow"
131
+ },
132
+ "modal": {
133
+ "$type": "shadow",
134
+ "$value": "0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.08)",
135
+ "$description": "Modal dialog elevation shadow - prominent shadow"
136
+ },
137
+ "focus": {
138
+ "$type": "shadow",
139
+ "$value": "0 0 0 3px rgba(59, 130, 246, 0.3)",
140
+ "$description": "Focus ring glow shadow - blue glow ring"
141
+ }
142
+ }
143
+ }
@@ -0,0 +1,143 @@
1
+ {
2
+ "theme": {
3
+ "$type": "theme",
4
+ "$value": "deep-space",
5
+ "$description": "Near-black with deep purple stars - cosmic theme for creative tools"
6
+ },
7
+ "color": {
8
+ "text": {
9
+ "default": {
10
+ "$type": "color",
11
+ "$value": "#E9D5FF",
12
+ "$description": "Primary text on deep space - lavender white"
13
+ },
14
+ "muted": {
15
+ "$type": "color",
16
+ "$value": "#A78BFA",
17
+ "$description": "Secondary text - purple-gray"
18
+ },
19
+ "inverted": {
20
+ "$type": "color",
21
+ "$value": "#0D0015",
22
+ "$description": "Text color for light surfaces - deep cosmic black"
23
+ },
24
+ "link": {
25
+ "$type": "color",
26
+ "$value": "#C084FC",
27
+ "$description": "Link text color - cosmic purple"
28
+ },
29
+ "link.hover": {
30
+ "$type": "color",
31
+ "$value": "#D8B4FE",
32
+ "$description": "Link text color on hover - brighter cosmic purple"
33
+ }
34
+ },
35
+ "surface": {
36
+ "default": {
37
+ "$type": "color",
38
+ "$value": "#0D0015",
39
+ "$description": "Default surface background - deep cosmic black"
40
+ },
41
+ "raised": {
42
+ "$type": "color",
43
+ "$value": "#1A0526",
44
+ "$description": "Elevated surface background - purple-tinted space"
45
+ },
46
+ "sunken": {
47
+ "$type": "color",
48
+ "$value": "#05000A",
49
+ "$description": "Depressed surface background - void black for inputs"
50
+ },
51
+ "overlay": {
52
+ "$type": "color",
53
+ "$value": "rgba(13, 0, 21, 0.9)",
54
+ "$description": "Overlay background for modals - semi-transparent void"
55
+ }
56
+ },
57
+ "border": {
58
+ "default": {
59
+ "$type": "color",
60
+ "$value": "#2E1065",
61
+ "$description": "Default border color - deep purple border"
62
+ },
63
+ "subtle": {
64
+ "$type": "color",
65
+ "$value": "#1A0526",
66
+ "$description": "Subtle border for dividers - dark purple"
67
+ },
68
+ "strong": {
69
+ "$type": "color",
70
+ "$value": "#581C87",
71
+ "$description": "Stronger border for emphasis - visible purple"
72
+ }
73
+ },
74
+ "interactive": {
75
+ "primary": {
76
+ "$type": "color",
77
+ "$value": "#C084FC",
78
+ "$description": "Primary interactive element color - cosmic purple"
79
+ },
80
+ "primary.hover": {
81
+ "$type": "color",
82
+ "$value": "#E879F9",
83
+ "$description": "Primary interactive color on hover - lighter purple"
84
+ },
85
+ "secondary": {
86
+ "$type": "color",
87
+ "$value": "#3B0764",
88
+ "$description": "Secondary interactive element color - deep purple"
89
+ }
90
+ },
91
+ "focus": {
92
+ "ring": {
93
+ "$type": "color",
94
+ "$value": "#E9D5FF",
95
+ "$description": "Focus ring outline color - lavender glow"
96
+ }
97
+ },
98
+ "status": {
99
+ "success": {
100
+ "$type": "color",
101
+ "$value": "#34D399",
102
+ "$description": "Success state color - mint green for deep space"
103
+ },
104
+ "warning": {
105
+ "$type": "color",
106
+ "$value": "#FBBF24",
107
+ "$description": "Warning state color - amber star"
108
+ },
109
+ "error": {
110
+ "$type": "color",
111
+ "$value": "#FC8181",
112
+ "$description": "Error state color - coral nebula"
113
+ },
114
+ "info": {
115
+ "$type": "color",
116
+ "$value": "#E9D5FF",
117
+ "$description": "Info state color - lavender"
118
+ }
119
+ }
120
+ },
121
+ "shadow": {
122
+ "card": {
123
+ "$type": "shadow",
124
+ "$value": "0 4px 6px -1px rgba(192, 132, 252, 0.2), 0 2px 4px -2px rgba(139, 92, 246, 0.15)",
125
+ "$description": "Card elevation shadow - purple nebula glow"
126
+ },
127
+ "dropdown": {
128
+ "$type": "shadow",
129
+ "$value": "0 10px 15px -3px rgba(0, 0, 0, 0.6), 0 4px 6px -4px rgba(139, 92, 246, 0.3)",
130
+ "$description": "Dropdown menu elevation shadow - purple-tinted void shadow"
131
+ },
132
+ "modal": {
133
+ "$type": "shadow",
134
+ "$value": "0 20px 25px -5px rgba(0, 0, 0, 0.75), 0 8px 10px -6px rgba(192, 132, 252, 0.4)",
135
+ "$description": "Modal dialog elevation shadow - cosmic shadow with purple glow"
136
+ },
137
+ "focus": {
138
+ "$type": "shadow",
139
+ "$value": "0 0 0 3px rgba(233, 213, 255, 0.6), 0 0 8px rgba(192, 132, 252, 0.3)",
140
+ "$description": "Focus ring glow shadow - lavender star glow"
141
+ }
142
+ }
143
+ }
@@ -0,0 +1,143 @@
1
+ {
2
+ "theme": {
3
+ "$type": "theme",
4
+ "$value": "forest",
5
+ "$description": "Deep green theme for sustainability and finance applications - natural, stable, and growth-oriented"
6
+ },
7
+ "color": {
8
+ "text": {
9
+ "default": {
10
+ "$type": "color",
11
+ "$value": "#F0FDF4",
12
+ "$description": "Primary text on dark surfaces - near white"
13
+ },
14
+ "muted": {
15
+ "$type": "color",
16
+ "$value": "#86EFAC",
17
+ "$description": "Secondary text - light green for less important content"
18
+ },
19
+ "inverted": {
20
+ "$type": "color",
21
+ "$value": "#052E16",
22
+ "$description": "Text color for light surfaces - deep forest green"
23
+ },
24
+ "link": {
25
+ "$type": "color",
26
+ "$value": "#4ADE80",
27
+ "$description": "Link text color - bright green accent"
28
+ },
29
+ "link.hover": {
30
+ "$type": "color",
31
+ "$value": "#86EFAC",
32
+ "$description": "Link text color on hover - lighter green"
33
+ }
34
+ },
35
+ "surface": {
36
+ "default": {
37
+ "$type": "color",
38
+ "$value": "#064E3B",
39
+ "$description": "Default surface background - deep forest green"
40
+ },
41
+ "raised": {
42
+ "$type": "color",
43
+ "$value": "#065F46",
44
+ "$description": "Elevated surface background - lighter forest for cards"
45
+ },
46
+ "sunken": {
47
+ "$type": "color",
48
+ "$value": "#022C22",
49
+ "$description": "Depressed surface background - even darker green for inputs"
50
+ },
51
+ "overlay": {
52
+ "$type": "color",
53
+ "$value": "rgba(5, 46, 22, 0.9)",
54
+ "$description": "Overlay background for modals - semi-transparent forest"
55
+ }
56
+ },
57
+ "border": {
58
+ "default": {
59
+ "$type": "color",
60
+ "$value": "#065F46",
61
+ "$description": "Default border color - muted forest green"
62
+ },
63
+ "subtle": {
64
+ "$type": "color",
65
+ "$value": "#064E3B",
66
+ "$description": "Subtle border for dividers - faint green"
67
+ },
68
+ "strong": {
69
+ "$type": "color",
70
+ "$value": "#047857",
71
+ "$description": "Stronger border for emphasis - visible green"
72
+ }
73
+ },
74
+ "interactive": {
75
+ "primary": {
76
+ "$type": "color",
77
+ "$value": "#22C55E",
78
+ "$description": "Primary interactive element color - vibrant green"
79
+ },
80
+ "primary.hover": {
81
+ "$type": "color",
82
+ "$value": "#16A34A",
83
+ "$description": "Primary interactive color on hover - darker green"
84
+ },
85
+ "secondary": {
86
+ "$type": "color",
87
+ "$value": "#34D399",
88
+ "$description": "Secondary interactive element color - light green"
89
+ }
90
+ },
91
+ "focus": {
92
+ "ring": {
93
+ "$type": "color",
94
+ "$value": "#4ADE80",
95
+ "$description": "Focus ring outline color - bright green glow"
96
+ }
97
+ },
98
+ "status": {
99
+ "success": {
100
+ "$type": "color",
101
+ "$value": "#86EFAC",
102
+ "$description": "Success state color - bright green"
103
+ },
104
+ "warning": {
105
+ "$type": "color",
106
+ "$value": "#FDE047",
107
+ "$description": "Warning state color - yellow for contrast"
108
+ },
109
+ "error": {
110
+ "$type": "color",
111
+ "$value": "#FDA4AF",
112
+ "$description": "Error state color - pink-red for visibility"
113
+ },
114
+ "info": {
115
+ "$type": "color",
116
+ "$value": "#67E8F9",
117
+ "$description": "Info state color - cyan for clarity"
118
+ }
119
+ }
120
+ },
121
+ "shadow": {
122
+ "card": {
123
+ "$type": "shadow",
124
+ "$value": "0 4px 6px -1px rgba(34, 197, 94, 0.2), 0 2px 4px -1px rgba(34, 197, 94, 0.15)",
125
+ "$description": "Card elevation shadow - green-tinted shadow"
126
+ },
127
+ "dropdown": {
128
+ "$type": "shadow",
129
+ "$value": "0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -2px rgba(0, 0, 0, 0.3)",
130
+ "$description": "Dropdown menu elevation shadow - deep shadow for dark theme"
131
+ },
132
+ "modal": {
133
+ "$type": "shadow",
134
+ "$value": "0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 12px 24px -4px rgba(0, 0, 0, 0.4)",
135
+ "$description": "Modal dialog elevation shadow - most prominent"
136
+ },
137
+ "focus": {
138
+ "$type": "shadow",
139
+ "$value": "0 0 0 3px rgba(74, 222, 128, 0.4)",
140
+ "$description": "Focus ring glow shadow - bright green glow ring"
141
+ }
142
+ }
143
+ }
@@ -0,0 +1,143 @@
1
+ {
2
+ "theme": {
3
+ "$type": "theme",
4
+ "$value": "graphite",
5
+ "$description": "Monochrome gray minimalist theme - clean, neutral, and focused theme for content-first applications"
6
+ },
7
+ "color": {
8
+ "text": {
9
+ "default": {
10
+ "$type": "color",
11
+ "$value": "#171717",
12
+ "$description": "Primary text on light surfaces - near black graphite"
13
+ },
14
+ "muted": {
15
+ "$type": "color",
16
+ "$value": "#737373",
17
+ "$description": "Secondary text - neutral gray for less important content"
18
+ },
19
+ "inverted": {
20
+ "$type": "color",
21
+ "$value": "#FAFAFA",
22
+ "$description": "Text color for dark surfaces - near white"
23
+ },
24
+ "link": {
25
+ "$type": "color",
26
+ "$value": "#262626",
27
+ "$description": "Link text color - dark gray (subtle)"
28
+ },
29
+ "link.hover": {
30
+ "$type": "color",
31
+ "$value": "#404040",
32
+ "$description": "Link text color on hover - lighter dark gray"
33
+ }
34
+ },
35
+ "surface": {
36
+ "default": {
37
+ "$type": "color",
38
+ "$value": "#FFFFFF",
39
+ "$description": "Default surface background - pure white"
40
+ },
41
+ "raised": {
42
+ "$type": "color",
43
+ "$value": "#F5F5F5",
44
+ "$description": "Elevated surface background - light gray for cards"
45
+ },
46
+ "sunken": {
47
+ "$type": "color",
48
+ "$value": "#E5E5E5",
49
+ "$description": "Depressed surface background - medium gray for inputs"
50
+ },
51
+ "overlay": {
52
+ "$type": "color",
53
+ "$value": "rgba(23, 23, 23, 0.75)",
54
+ "$description": "Overlay background for modals - semi-transparent graphite"
55
+ }
56
+ },
57
+ "border": {
58
+ "default": {
59
+ "$type": "color",
60
+ "$value": "#E5E5E5",
61
+ "$description": "Default border color - light gray"
62
+ },
63
+ "subtle": {
64
+ "$type": "color",
65
+ "$value": "#F5F5F5",
66
+ "$description": "Subtle border for dividers - very faint gray"
67
+ },
68
+ "strong": {
69
+ "$type": "color",
70
+ "$value": "#D4D4D4",
71
+ "$description": "Stronger border for emphasis - visible gray"
72
+ }
73
+ },
74
+ "interactive": {
75
+ "primary": {
76
+ "$type": "color",
77
+ "$value": "#262626",
78
+ "$description": "Primary interactive element color - dark graphite"
79
+ },
80
+ "primary.hover": {
81
+ "$type": "color",
82
+ "$value": "#404040",
83
+ "$description": "Primary interactive color on hover - lighter graphite"
84
+ },
85
+ "secondary": {
86
+ "$type": "color",
87
+ "$value": "#525252",
88
+ "$description": "Secondary interactive element color - medium gray"
89
+ }
90
+ },
91
+ "focus": {
92
+ "ring": {
93
+ "$type": "color",
94
+ "$value": "#262626",
95
+ "$description": "Focus ring outline color - dark graphite glow"
96
+ }
97
+ },
98
+ "status": {
99
+ "success": {
100
+ "$type": "color",
101
+ "$value": "#16A34A",
102
+ "$description": "Success state color - green monochrome"
103
+ },
104
+ "warning": {
105
+ "$type": "color",
106
+ "$value": "#CA8A04",
107
+ "$description": "Warning state color - muted yellow"
108
+ },
109
+ "error": {
110
+ "$type": "color",
111
+ "$value": "#DC2626",
112
+ "$description": "Error state color - red for visibility"
113
+ },
114
+ "info": {
115
+ "$type": "color",
116
+ "$value": "#2563EB",
117
+ "$description": "Info state color - blue (only accent color)"
118
+ }
119
+ }
120
+ },
121
+ "shadow": {
122
+ "card": {
123
+ "$type": "shadow",
124
+ "$value": "0 1px 2px rgba(23, 23, 23, 0.1), 0 1px 3px rgba(23, 23, 23, 0.08)",
125
+ "$description": "Card elevation shadow - subtle gray shadow"
126
+ },
127
+ "dropdown": {
128
+ "$type": "shadow",
129
+ "$value": "0 4px 6px -1px rgba(23, 23, 23, 0.15), 0 2px 4px -1px rgba(23, 23, 23, 0.1)",
130
+ "$description": "Dropdown menu elevation shadow - moderate gray shadow"
131
+ },
132
+ "modal": {
133
+ "$type": "shadow",
134
+ "$value": "0 20px 25px -5px rgba(23, 23, 23, 0.15), 0 8px 10px -6px rgba(23, 23, 23, 0.1)",
135
+ "$description": "Modal dialog elevation shadow - prominent gray shadow"
136
+ },
137
+ "focus": {
138
+ "$type": "shadow",
139
+ "$value": "0 0 0 2px rgba(38, 38, 38, 0.4)",
140
+ "$description": "Focus ring glow shadow - dark graphite ring"
141
+ }
142
+ }
143
+ }