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": "lavender",
5
+ "$description": "Lavender theme with soft purple tones - dreamy and creative like Lovable's Lavender"
6
+ },
7
+ "color": {
8
+ "text": {
9
+ "default": {
10
+ "$type": "color",
11
+ "$value": "#2D1B4E",
12
+ "$description": "Primary text - deep violet for contrast on lavender surfaces"
13
+ },
14
+ "muted": {
15
+ "$type": "color",
16
+ "$value": "#6B5A7A",
17
+ "$description": "Secondary text - muted purple-gray"
18
+ },
19
+ "inverted": {
20
+ "$type": "color",
21
+ "$value": "#FAF5FF",
22
+ "$description": "Text on light surfaces - soft lavender-white"
23
+ },
24
+ "link": {
25
+ "$type": "color",
26
+ "$value": "#A78BFA",
27
+ "$description": "Link text - soft lavender purple"
28
+ },
29
+ "link.hover": {
30
+ "$type": "color",
31
+ "$value": "#C4B5FD",
32
+ "$description": "Link on hover - bright lavender"
33
+ }
34
+ },
35
+ "surface": {
36
+ "default": {
37
+ "$type": "color",
38
+ "$value": "#FAF5FF",
39
+ "$description": "Default surface - pale lavender cream"
40
+ },
41
+ "raised": {
42
+ "$type": "color",
43
+ "$value": "#FFFFFF",
44
+ "$description": "Elevated surface - pure white"
45
+ },
46
+ "sunken": {
47
+ "$type": "color",
48
+ "$value": "#F3E8FF",
49
+ "$description": "Depressed surface - soft violet for inputs"
50
+ },
51
+ "overlay": {
52
+ "$type": "color",
53
+ "$value": "rgba(167, 139, 250, 0.1)",
54
+ "$description": "Overlay - lavender-tinted backdrop"
55
+ }
56
+ },
57
+ "border": {
58
+ "default": {
59
+ "$type": "color",
60
+ "$value": "#DDD6FE",
61
+ "$description": "Default border - soft lavender"
62
+ },
63
+ "subtle": {
64
+ "$type": "color",
65
+ "$value": "#EDE9FE",
66
+ "$description": "Subtle border - very faint purple"
67
+ },
68
+ "strong": {
69
+ "$type": "color",
70
+ "$value": "#C4B5FD",
71
+ "$description": "Strong border - visible lavender"
72
+ }
73
+ },
74
+ "interactive": {
75
+ "primary": {
76
+ "$type": "color",
77
+ "$value": "#8B5CF6",
78
+ "$description": "Primary action - vibrant violet"
79
+ },
80
+ "primary.hover": {
81
+ "$type": "color",
82
+ "$value": "#A78BFA",
83
+ "$description": "Primary hover - bright lavender"
84
+ },
85
+ "secondary": {
86
+ "$type": "color",
87
+ "$value": "#7C3AED",
88
+ "$description": "Secondary action - deep violet"
89
+ }
90
+ },
91
+ "focus": {
92
+ "ring": {
93
+ "$type": "color",
94
+ "$value": "#A78BFA",
95
+ "$description": "Focus ring - soft lavender glow"
96
+ }
97
+ },
98
+ "status": {
99
+ "success": {
100
+ "$type": "color",
101
+ "$value": "#10B981",
102
+ "$description": "Success - emerald green"
103
+ },
104
+ "warning": {
105
+ "$type": "color",
106
+ "$value": "#F59E0B",
107
+ "$description": "Warning - warm amber"
108
+ },
109
+ "error": {
110
+ "$type": "color",
111
+ "$value": "#EF4444",
112
+ "$description": "Error - vibrant red"
113
+ },
114
+ "info": {
115
+ "$type": "color",
116
+ "$value": "#38BDF8",
117
+ "$description": "Info - sky blue"
118
+ }
119
+ }
120
+ },
121
+ "shadow": {
122
+ "card": {
123
+ "$type": "shadow",
124
+ "$value": "0 4px 6px -1px rgba(139, 92, 246, 0.12), 0 2px 4px -2px rgba(139, 92, 246, 0.08)",
125
+ "$description": "Card shadow - lavender-tinted elevation"
126
+ },
127
+ "dropdown": {
128
+ "$type": "shadow",
129
+ "$value": "0 10px 15px -3px rgba(139, 92, 246, 0.15), 0 4px 6px -4px rgba(139, 92, 246, 0.1)",
130
+ "$description": "Dropdown shadow - violet-tinted depth"
131
+ },
132
+ "modal": {
133
+ "$type": "shadow",
134
+ "$value": "0 20px 25px -5px rgba(139, 92, 246, 0.2), 0 8px 10px -6px rgba(139, 92, 246, 0.15)",
135
+ "$description": "Modal shadow - prominent lavender-tinted"
136
+ },
137
+ "focus": {
138
+ "$type": "shadow",
139
+ "$value": "0 0 0 3px rgba(167, 139, 250, 0.4)",
140
+ "$description": "Focus glow - soft lavender ring"
141
+ }
142
+ }
143
+ }
@@ -0,0 +1,143 @@
1
+ {
2
+ "theme": {
3
+ "$type": "theme",
4
+ "$value": "midnight",
5
+ "$description": "True midnight black with subtle blue undertones for late-night coding sessions"
6
+ },
7
+ "color": {
8
+ "text": {
9
+ "default": {
10
+ "$type": "color",
11
+ "$value": "#F1F5F9",
12
+ "$description": "Primary text on midnight - cool white with blue hint"
13
+ },
14
+ "muted": {
15
+ "$type": "color",
16
+ "$value": "#64748B",
17
+ "$description": "Secondary text - muted gray-blue"
18
+ },
19
+ "inverted": {
20
+ "$type": "color",
21
+ "$value": "#0A0A0F",
22
+ "$description": "Text color for light surfaces - deep midnight"
23
+ },
24
+ "link": {
25
+ "$type": "color",
26
+ "$value": "#38BDF8",
27
+ "$description": "Link text color - sky blue glow"
28
+ },
29
+ "link.hover": {
30
+ "$type": "color",
31
+ "$value": "#7DD3FC",
32
+ "$description": "Link text color on hover - brighter sky blue"
33
+ }
34
+ },
35
+ "surface": {
36
+ "default": {
37
+ "$type": "color",
38
+ "$value": "#0A0A0F",
39
+ "$description": "Default surface background - true midnight black"
40
+ },
41
+ "raised": {
42
+ "$type": "color",
43
+ "$value": "#111116",
44
+ "$description": "Elevated surface background - slight lighter midnight"
45
+ },
46
+ "sunken": {
47
+ "$type": "color",
48
+ "$value": "#050508",
49
+ "$description": "Depressed surface background - deepest midnight for inputs"
50
+ },
51
+ "overlay": {
52
+ "$type": "color",
53
+ "$value": "rgba(10, 10, 15, 0.85)",
54
+ "$description": "Overlay background for modals - semi-transparent midnight"
55
+ }
56
+ },
57
+ "border": {
58
+ "default": {
59
+ "$type": "color",
60
+ "$value": "#1C1C24",
61
+ "$description": "Default border color - subtle midnight border"
62
+ },
63
+ "subtle": {
64
+ "$type": "color",
65
+ "$value": "#0F0F15",
66
+ "$description": "Subtle border for dividers - almost invisible"
67
+ },
68
+ "strong": {
69
+ "$type": "color",
70
+ "$value": "#2A2A33",
71
+ "$description": "Stronger border for emphasis - visible midnight border"
72
+ }
73
+ },
74
+ "interactive": {
75
+ "primary": {
76
+ "$type": "color",
77
+ "$value": "#38BDF8",
78
+ "$description": "Primary interactive element color - midnight blue glow"
79
+ },
80
+ "primary.hover": {
81
+ "$type": "color",
82
+ "$value": "#7DD3FC",
83
+ "$description": "Primary interactive color on hover - brighter sky blue"
84
+ },
85
+ "secondary": {
86
+ "$type": "color",
87
+ "$value": "#1E293B",
88
+ "$description": "Secondary interactive element color - lighter midnight"
89
+ }
90
+ },
91
+ "focus": {
92
+ "ring": {
93
+ "$type": "color",
94
+ "$value": "#38BDF8",
95
+ "$description": "Focus ring outline color - sky blue glow"
96
+ }
97
+ },
98
+ "status": {
99
+ "success": {
100
+ "$type": "color",
101
+ "$value": "#22D3EE",
102
+ "$description": "Success state color - cyan for midnight"
103
+ },
104
+ "warning": {
105
+ "$type": "color",
106
+ "$value": "#FBBF24",
107
+ "$description": "Warning state color - amber"
108
+ },
109
+ "error": {
110
+ "$type": "color",
111
+ "$value": "#F87171",
112
+ "$description": "Error state color - coral red adjusted for midnight"
113
+ },
114
+ "info": {
115
+ "$type": "color",
116
+ "$value": "#38BDF8",
117
+ "$description": "Info state color - sky blue"
118
+ }
119
+ }
120
+ },
121
+ "shadow": {
122
+ "card": {
123
+ "$type": "shadow",
124
+ "$value": "0 4px 6px -1px rgba(56, 189, 248, 0.15), 0 2px 4px -2px rgba(56, 189, 248, 0.1)",
125
+ "$description": "Card elevation shadow - subtle blue-tinted glow"
126
+ },
127
+ "dropdown": {
128
+ "$type": "shadow",
129
+ "$value": "0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -4px rgba(0, 0, 0, 0.3)",
130
+ "$description": "Dropdown menu elevation shadow - deep black shadow"
131
+ },
132
+ "modal": {
133
+ "$type": "shadow",
134
+ "$value": "0 20px 25px -5px rgba(0, 0, 0, 0.6), 0 8px 10px -6px rgba(0, 0, 0, 0.4)",
135
+ "$description": "Modal dialog elevation shadow - most prominent midnight shadow"
136
+ },
137
+ "focus": {
138
+ "$type": "shadow",
139
+ "$value": "0 0 0 3px rgba(56, 189, 248, 0.5)",
140
+ "$description": "Focus ring glow shadow - sky blue glow ring"
141
+ }
142
+ }
143
+ }
@@ -0,0 +1,143 @@
1
+ {
2
+ "theme": {
3
+ "$type": "theme",
4
+ "$value": "mint",
5
+ "$description": "Fresh mint theme with soft greens and pastel tones - refreshing and clean"
6
+ },
7
+ "color": {
8
+ "text": {
9
+ "default": {
10
+ "$type": "color",
11
+ "$value": "#1A3C34",
12
+ "$description": "Primary text - deep green for contrast on pastel surfaces"
13
+ },
14
+ "muted": {
15
+ "$type": "color",
16
+ "$value": "#5A7268",
17
+ "$description": "Secondary text - soft sage gray"
18
+ },
19
+ "inverted": {
20
+ "$type": "color",
21
+ "$value": "#F0FDF4",
22
+ "$description": "Text on light surfaces - pale mint white"
23
+ },
24
+ "link": {
25
+ "$type": "color",
26
+ "$value": "#34D399",
27
+ "$description": "Link text - fresh mint green"
28
+ },
29
+ "link.hover": {
30
+ "$type": "color",
31
+ "$value": "#6EE7B7",
32
+ "$description": "Link on hover - lighter mint"
33
+ }
34
+ },
35
+ "surface": {
36
+ "default": {
37
+ "$type": "color",
38
+ "$value": "#F0FDF4",
39
+ "$description": "Default surface - pale mint cream"
40
+ },
41
+ "raised": {
42
+ "$type": "color",
43
+ "$value": "#FFFFFF",
44
+ "$description": "Elevated surface - pure white"
45
+ },
46
+ "sunken": {
47
+ "$type": "color",
48
+ "$value": "#DCFCE7",
49
+ "$description": "Depressed surface - soft mint for inputs"
50
+ },
51
+ "overlay": {
52
+ "$type": "color",
53
+ "$value": "rgba(52, 211, 153, 0.1)",
54
+ "$description": "Overlay - mint-tinted backdrop"
55
+ }
56
+ },
57
+ "border": {
58
+ "default": {
59
+ "$type": "color",
60
+ "$value": "#A7F3D0",
61
+ "$description": "Default border - soft purple-mint"
62
+ },
63
+ "subtle": {
64
+ "$type": "color",
65
+ "$value": "#D8B4FE",
66
+ "$description": "Subtle border - very faint purple"
67
+ },
68
+ "strong": {
69
+ "$type": "color",
70
+ "$value": "#6EE7B7",
71
+ "$description": "Strong border - visible mint green"
72
+ }
73
+ },
74
+ "interactive": {
75
+ "primary": {
76
+ "$type": "color",
77
+ "$value": "#34D399",
78
+ "$description": "Primary action - fresh mint green"
79
+ },
80
+ "primary.hover": {
81
+ "$type": "color",
82
+ "$value": "#6EE7B7",
83
+ "$description": "Primary hover - lighter mint"
84
+ },
85
+ "secondary": {
86
+ "$type": "color",
87
+ "$value": "#8B5CF6",
88
+ "$description": "Secondary action - lavender purple for contrast"
89
+ }
90
+ },
91
+ "focus": {
92
+ "ring": {
93
+ "$type": "color",
94
+ "$value": "#6EE7B7",
95
+ "$description": "Focus ring - soft mint glow"
96
+ }
97
+ },
98
+ "status": {
99
+ "success": {
100
+ "$type": "color",
101
+ "$value": "#059669",
102
+ "$description": "Success - deep emerald green"
103
+ },
104
+ "warning": {
105
+ "$type": "color",
106
+ "$value": "#D97706",
107
+ "$description": "Warning - warm amber"
108
+ },
109
+ "error": {
110
+ "$type": "color",
111
+ "$value": "#DC2626",
112
+ "$description": "Error - bold red"
113
+ },
114
+ "info": {
115
+ "$type": "color",
116
+ "$value": "#0891B2",
117
+ "$description": "Info - teal cyan"
118
+ }
119
+ }
120
+ },
121
+ "shadow": {
122
+ "card": {
123
+ "$type": "shadow",
124
+ "$value": "0 4px 6px -1px rgba(52, 211, 153, 0.12), 0 2px 4px -2px rgba(52, 211, 153, 0.08)",
125
+ "$description": "Card shadow - mint-tinted elevation"
126
+ },
127
+ "dropdown": {
128
+ "$type": "shadow",
129
+ "$value": "0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(52, 211, 153, 0.1)",
130
+ "$description": "Dropdown shadow - soft mint depth"
131
+ },
132
+ "modal": {
133
+ "$type": "shadow",
134
+ "$value": "0 20px 25px -5px rgba(0, 0, 0, 0.15), 0 8px 10px -6px rgba(52, 211, 153, 0.12)",
135
+ "$description": "Modal shadow - gentle mint-tinted"
136
+ },
137
+ "focus": {
138
+ "$type": "shadow",
139
+ "$value": "0 0 0 3px rgba(110, 231, 183, 0.35)",
140
+ "$description": "Focus glow - soft mint ring"
141
+ }
142
+ }
143
+ }
@@ -0,0 +1,143 @@
1
+ {
2
+ "theme": {
3
+ "$type": "theme",
4
+ "$value": "navy",
5
+ "$description": "Deep navy blue with gold accents - premium, authoritative, and trustworthy theme for enterprise applications"
6
+ },
7
+ "color": {
8
+ "text": {
9
+ "default": {
10
+ "$type": "color",
11
+ "$value": "#F1F5F9",
12
+ "$description": "Primary text on dark surfaces - near white for readability"
13
+ },
14
+ "muted": {
15
+ "$type": "color",
16
+ "$value": "#94A3B8",
17
+ "$description": "Secondary text - cool gray for less important content"
18
+ },
19
+ "inverted": {
20
+ "$type": "color",
21
+ "$value": "#0A1628",
22
+ "$description": "Text color for light surfaces - deep navy"
23
+ },
24
+ "link": {
25
+ "$type": "color",
26
+ "$value": "#FBBF24",
27
+ "$description": "Link text color - gold accent"
28
+ },
29
+ "link.hover": {
30
+ "$type": "color",
31
+ "$value": "#F59E0B",
32
+ "$description": "Link text color on hover - amber gold"
33
+ }
34
+ },
35
+ "surface": {
36
+ "default": {
37
+ "$type": "color",
38
+ "$value": "#0F172A",
39
+ "$description": "Default surface background - deep navy (near black)"
40
+ },
41
+ "raised": {
42
+ "$type": "color",
43
+ "$value": "#1E293B",
44
+ "$description": "Elevated surface background - lighter navy for cards"
45
+ },
46
+ "sunken": {
47
+ "$type": "color",
48
+ "$value": "#020617",
49
+ "$description": "Depressed surface background - even darker navy for inputs"
50
+ },
51
+ "overlay": {
52
+ "$type": "color",
53
+ "$value": "rgba(10, 22, 40, 0.85)",
54
+ "$description": "Overlay background for modals and backdrops - semi-transparent navy"
55
+ }
56
+ },
57
+ "border": {
58
+ "default": {
59
+ "$type": "color",
60
+ "$value": "#1E3A5F",
61
+ "$description": "Default border color - muted navy"
62
+ },
63
+ "subtle": {
64
+ "$type": "color",
65
+ "$value": "#1E293B",
66
+ "$description": "Subtle border for dividers - faint navy"
67
+ },
68
+ "strong": {
69
+ "$type": "color",
70
+ "$value": "#334155",
71
+ "$description": "Stronger border for emphasis - visible navy-gray"
72
+ }
73
+ },
74
+ "interactive": {
75
+ "primary": {
76
+ "$type": "color",
77
+ "$value": "#D4AF37",
78
+ "$description": "Primary interactive element color - metallic gold"
79
+ },
80
+ "primary.hover": {
81
+ "$type": "color",
82
+ "$value": "#EAC054",
83
+ "$description": "Primary interactive color on hover - lighter gold"
84
+ },
85
+ "secondary": {
86
+ "$type": "color",
87
+ "$value": "#475569",
88
+ "$description": "Secondary interactive element color - slate gray"
89
+ }
90
+ },
91
+ "focus": {
92
+ "ring": {
93
+ "$type": "color",
94
+ "$value": "#D4AF37",
95
+ "$description": "Focus ring outline color - gold glow"
96
+ }
97
+ },
98
+ "status": {
99
+ "success": {
100
+ "$type": "color",
101
+ "$value": "#34D399",
102
+ "$description": "Success state color - emerald green for dark theme"
103
+ },
104
+ "warning": {
105
+ "$type": "color",
106
+ "$value": "#FBBF24",
107
+ "$description": "Warning state color - amber gold"
108
+ },
109
+ "error": {
110
+ "$type": "color",
111
+ "$value": "#F87171",
112
+ "$description": "Error state color - soft coral red"
113
+ },
114
+ "info": {
115
+ "$type": "color",
116
+ "$value": "#60A5FA",
117
+ "$description": "Info state color - light blue"
118
+ }
119
+ }
120
+ },
121
+ "shadow": {
122
+ "card": {
123
+ "$type": "shadow",
124
+ "$value": "0 4px 6px -1px rgba(212, 175, 55, 0.15), 0 2px 4px -1px rgba(212, 175, 55, 0.1)",
125
+ "$description": "Card elevation shadow - gold-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(212, 175, 55, 0.4)",
140
+ "$description": "Focus ring glow shadow - gold glow ring"
141
+ }
142
+ }
143
+ }