omnidesign 1.0.1 → 1.1.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.
package/README.md CHANGED
@@ -1,576 +1,418 @@
1
1
  # 🎨 OmniDesign
2
2
 
3
3
  <p align="center">
4
- <img src="logo.jpg" alt="OmniDesign Logo" width="180">
4
+ <img src="logo.jpg" alt="OmniDesign Logo" width="160">
5
5
  </p>
6
6
 
7
7
  <p align="center">
8
- <strong>The Universal Design System for AI Coding Assistants</strong>
8
+ <strong>Universal Design System with Tailwind CSS Integration</strong>
9
9
  </p>
10
10
 
11
11
  <p align="center">
12
- <a href="https://www.npmjs.com/package/omnidesign"><img src="https://img.shields.io/npm/v/omnidesign?style=flat-square&color=blue" alt="npm version"></a>
13
- <a href="https://www.npmjs.com/package/omnidesign"><img src="https://img.shields.io/npm/dm/omnidesign?style=flat-square&color=green" alt="npm downloads"></a>
14
- <a href="LICENSE"><img src="https://img.shields.io/npm/l/omnidesign?style=flat-square" alt="License"></a>
15
- <a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/badge/TypeScript-5.0+-blue?style=flat-square&logo=typescript" alt="TypeScript"></a>
16
- <a href="https://bun.sh/"><img src="https://img.shields.io/badge/Bun-1.0+-fbbf24?style=flat-square&logo=bun&logoColor=black" alt="Bun"></a>
12
+ One package. 10 IDEs. 25 themes. 176 colors. 39 Nerd Fonts. Tailwind-ready.
17
13
  </p>
18
14
 
19
15
  <p align="center">
20
- <a href="#quick-start"><strong>Quick Start</strong></a>
21
- <a href="#supported-ides"><strong>Supported IDEs</strong></a>
22
- <a href="#themes"><strong>25 Themes</strong></a>
23
- <a href="#components"><strong>AI Components</strong></a>
16
+ <a href="https://www.npmjs.com/package/omnidesign"><img src="https://img.shields.io/npm/v/omnidesign?style=flat-square&color=blue" alt="npm"></a>
17
+ <a href="https://www.npmjs.com/package/omnidesign"><img src="https://img.shields.io/npm/dw/omnidesign?style=flat-square&color=green" alt="downloads"></a>
18
+ <a href="https://bun.sh"><img src="https://img.shields.io/badge/bun-runtime-fbf0df?logo=bun" alt="Bun"></a>
19
+ <a href="LICENSE"><img src="https://img.shields.io/npm/l/omnidesign?style=flat-square" alt="license"></a>
24
20
  </p>
25
21
 
26
22
  ---
27
23
 
28
- ## ✨ What is OmniDesign?
24
+ ## ✨ What's New in v1.1.0
29
25
 
30
- **OmniDesign** is a comprehensive design system that works across **all major AI coding assistants**. One package, universal compatibility.
31
-
32
- ### 🎯 One Command Install
33
-
34
- ```bash
35
- npx omnidesign
36
- ```
37
-
38
- That's it! OmniDesign auto-detects your IDE and installs the appropriate skill.
26
+ 🎨 **Tailwind CSS Integration** - Full token-to-utility mapping with ready-to-use config
27
+ 🌈 **Extended Color Palette** - 16 color families × 11 shades = 176 colors
28
+ 🔤 **39 Nerd Fonts** - Complete catalog with CDN links and install commands
29
+ 📦 **Component Recipes** - Copy-paste Tailwind snippets for buttons, cards, inputs, alerts
30
+ 🤖 **AI-Ready** - Agents can now generate production-ready Tailwind code instantly
39
31
 
40
32
  ---
41
33
 
42
34
  ## 🚀 Quick Start
43
35
 
44
- ### Option 1: Auto-Install (Recommended)
36
+ ### Option 1: Install for Your IDE (Recommended)
45
37
 
46
38
  ```bash
47
- # In your project directory
48
39
  npx omnidesign
49
-
50
- # Or install globally
51
- npx omnidesign --global
52
40
  ```
53
41
 
54
- ### Option 2: Manual Install
42
+ Auto-detects and installs globally. That's it.
55
43
 
44
+ **Manual install:**
56
45
  ```bash
57
- # Install for specific IDE
58
- npx omnidesign install --ide claude
59
- npx omnidesign install --ide cursor
60
- npx omnidesign install --ide opencode
61
- npx omnidesign install --ide vscode
62
- npx omnidesign install --ide aider
63
- npx omnidesign install --ide continue
64
- npx omnidesign install --ide zed
65
- npx omnidesign install --ide amp
66
- npx omnidesign install --ide kilo
67
- npx omnidesign install --ide antigravity
46
+ npx omnidesign install --ide claude # Claude Code
47
+ npx omnidesign install --ide cursor # Cursor
48
+ npx omnidesign install --ide opencode # OpenCode
49
+ npx omnidesign install --ide vscode # VS Code
50
+ npx omnidesign install --ide zed # Zed
68
51
  ```
69
52
 
70
- ### Option 3: NPM Install
53
+ ### Option 2: Use in Your Project
71
54
 
72
55
  ```bash
73
- # Install as dependency
74
56
  npm install omnidesign
75
-
76
- # Or use without installing
77
- npx omnidesign@latest
78
57
  ```
79
58
 
80
- ---
81
-
82
- ## 💻 Supported IDEs
83
-
84
- | IDE | Status | Install Command |
85
- |-----|--------|-----------------|
86
- | **Claude Code** | ✅ Full Support | `npx omnidesign` |
87
- | **Cursor** | ✅ Full Support | `npx omnidesign` |
88
- | **OpenCode** | ✅ Full Support | `npx omnidesign` |
89
- | **VS Code** | ✅ Full Support | `npx omnidesign` |
90
- | **Aider** | ✅ Full Support | `npx omnidesign` |
91
- | **Continue.dev** | ✅ Full Support | `npx omnidesign` |
92
- | **Zed** | ✅ Full Support | `npx omnidesign` |
93
- | **Amp Code** | ✅ Full Support | `npx omnidesign` |
94
- | **Kilo Code** | ✅ Full Support | `npx omnidesign` |
95
- | **Antigravity** | ✅ Full Support | `npx omnidesign` |
96
- | **Claude Desktop** | ✅ Via MCP | Manual config |
97
- | **GitHub Copilot** | ⚠️ Partial | VS Code extension |
98
- | **JetBrains** | ⚠️ Partial | Plugin available |
99
-
100
- ### How It Works
101
-
102
- OmniDesign detects your IDE by looking for:
103
- - `.claude/` directory → **Claude Code**
104
- - `.cursor/` directory → **Cursor**
105
- - `.opencode/` directory → **OpenCode**
106
- - `.vscode/` directory → **VS Code**
107
- - `.zed/` directory → **Zed**
108
- - `.amp/` directory → **Amp Code**
109
- - `.kilo/` directory → **Kilo Code**
110
- - `.antigravity/` directory → **Antigravity**
111
- - `.aider.conf.yml` → **Aider**
112
- - `.continue/` directory → **Continue.dev**
113
-
114
- ---
59
+ ```javascript
60
+ // tailwind.config.js
61
+ const omnidesignConfig = require('omnidesign/tailwind');
115
62
 
116
- ## 🎨 25 Beautiful Themes
117
-
118
- ### Professional
119
- <div align="center">
120
-
121
- | Theme | Vibe | Preview |
122
- |-------|------|---------|
123
- | `corporate` | Enterprise blue | <span style="color:#0052CC">●</span> |
124
- | `navy` | Deep navy + gold | <span style="color:#1e3a5f">●</span> |
125
- | `slate` | Modern gray + teal | <span style="color:#475569">●</span> |
126
- | `forest` | Sustainability green | <span style="color:#166534">●</span> |
127
- | `ruby` | Luxury burgundy | <span style="color:#9f1239">●</span> |
128
- | `graphite` | Minimalist mono | <span style="color:#374151">●</span> |
129
-
130
- </div>
131
-
132
- ### Creative
133
- <div align="center">
134
-
135
- | Theme | Vibe | Preview |
136
- |-------|------|---------|
137
- | `sunset` | Warm gradients | <span style="color:#f97316">●</span> |
138
- | `ocean` | Deep sea blue | <span style="color:#0ea5e9">●</span> |
139
- | `berry` | Raspberry pink | <span style="color:#db2777">●</span> |
140
- | `mint` | Fresh pastel | <span style="color:#22c55e">●</span> |
141
- | `coral` | Friendly peach | <span style="color:#fb7185">●</span> |
142
- | `lavender` | Soft purple | <span style="color:#a855f7">●</span> |
143
-
144
- </div>
145
-
146
- ### Dark Mode
147
- <div align="center">
148
-
149
- | Theme | Vibe | Preview |
150
- |-------|------|---------|
151
- | `midnight` | True black | <span style="color:#0f172a">●</span> |
152
- | `noir` | High contrast | <span style="color:#000000">●</span> |
153
- | `cyberpunk` | Neon synthwave | <span style="color:#d946ef">●</span> |
154
- | `obsidian` | Dark gray | <span style="color:#1f2937">●</span> |
155
- | `deep-space` | Cosmic void | <span style="color:#2e1065">●</span> |
156
- | `brutalist` | Stark contrast | <span style="color:#171717">●</span> |
157
-
158
- </div>
159
-
160
- ### Light Mode
161
- <div align="center">
162
-
163
- | Theme | Vibe | Preview |
164
- |-------|------|---------|
165
- | `daylight` | Bright blue | <span style="color:#3b82f6">●</span> |
166
- | `paper` | Warm off-white | <span style="color:#faf7f5">●</span> |
167
- | `cream` | Soft cream | <span style="color:#fef3c7">●</span> |
168
- | `snow` | Pure white | <span style="color:#ffffff">●</span> |
169
- | `spring` | Mint + pink | <span style="color:#86efac">●</span> |
170
- | `solar` | Yellow warmth | <span style="color:#facc15">●</span> |
171
-
172
- </div>
63
+ module.exports = {
64
+ ...omnidesignConfig,
65
+ // Your customizations
66
+ };
67
+ ```
173
68
 
174
- ### Using Themes
69
+ ### Option 3: Direct CSS Import
175
70
 
176
71
  ```css
177
- /* Apply theme */
178
- [data-theme="cyberpunk"] {
179
- /* All tokens update automatically */
180
- }
181
- ```
182
-
183
- ```typescript
184
- // Switch themes dynamically
185
- document.documentElement.setAttribute('data-theme', 'sunset');
72
+ @import 'omnidesign/tokens';
186
73
  ```
187
74
 
188
75
  ---
189
76
 
190
- ## 🤖 AI Industry Components
191
-
192
- ### 1. Chat Interface
193
- Full ChatGPT/Claude-style chat UI:
194
- - Message bubbles with markdown
195
- - Code syntax highlighting
196
- - Streaming indicators
197
- - Copy/regenerate actions
198
-
199
- ### 2. Prompt Input
200
- Smart prompt component:
201
- - Autocomplete suggestions
202
- - Token counter
203
- - Modifier chips (--ar, --v, --style)
204
-
205
- ### 3. Agent Cards
206
- AI model/agent displays:
207
- - Status indicators
208
- - Capability tags
209
- - One-click selection
210
-
211
- ### 4. Thinking Indicators
212
- 5 animation styles:
213
- - Bouncing dots
214
- - Wave bars
215
- - Pulse rings
216
- - Shimmer skeletons
217
- - Progress steps
218
-
219
- ### 5. Code Blocks
220
- Syntax-highlighted code:
221
- - Copy to clipboard
222
- - Download file
223
- - Diff view
224
- - Terminal styling
225
-
226
- ### 6. File Upload
227
- Drag-and-drop upload:
228
- - Image previews
229
- - Progress bars
230
- - AI context preview
77
+ ## 🎨 Tailwind Integration
231
78
 
232
- ---
79
+ ### Token to Utility Mapping
233
80
 
234
- ## 🎯 Design Tokens
81
+ | Design Token | Tailwind Class | Usage |
82
+ |--------------|----------------|-------|
83
+ | `color.text-default` | `text-text` | Primary text |
84
+ | `color.text-muted` | `text-text-muted` | Secondary text |
85
+ | `color.surface-raised` | `bg-surface-raised` | Card backgrounds |
86
+ | `color.interactive-primary` | `bg-primary` | Primary buttons |
87
+ | `color.status-success` | `text-green-600` | Success states |
235
88
 
236
- ### 100+ Tokens Available
89
+ ### Ready-to-Use Components
237
90
 
238
- **Colors:**
239
- ```css
240
- var(--color-text-default) /* Primary text */
241
- var(--color-text-muted) /* Secondary text */
242
- var(--color-surface-raised) /* Cards */
243
- var(--color-interactive-primary) /* Buttons */
244
- var(--color-status-success) /* Success states */
91
+ **Primary Button**
92
+ ```tsx
93
+ <button className="bg-primary hover:bg-primary-hover text-text-inverted px-4 py-2 rounded-md font-medium shadow-md transition-colors focus:outline-none focus:ring-2 focus:ring-primary">
94
+ Click me
95
+ </button>
245
96
  ```
246
97
 
247
- **Spacing:**
248
- ```css
249
- var(--spacing-4) /* 4px */
250
- var(--spacing-8) /* 8px */
251
- var(--spacing-16) /* 16px */
252
- var(--spacing-32) /* 32px */
98
+ **Card**
99
+ ```tsx
100
+ <div className="bg-surface-raised rounded-lg shadow-md p-6 border border-border-subtle">
101
+ <h3 className="text-xl font-semibold text-text mb-2">Card Title</h3>
102
+ <p className="text-text-muted">Card content with semantic colors.</p>
103
+ </div>
253
104
  ```
254
105
 
255
- **Typography:**
256
- ```css
257
- var(--font-sans) /* Geist Sans, Inter */
258
- var(--font-mono) /* JetBrains Mono */
259
- var(--font-display) /* Space Grotesk */
106
+ **Input**
107
+ ```tsx
108
+ <input className="bg-surface-sunken text-text border border-border rounded-md px-3 py-2 placeholder:text-text-muted focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent" placeholder="Enter text..." />
260
109
  ```
261
110
 
262
- ---
111
+ See full documentation in [SKILL.md](skills/opencode/omnidesign-tailwind.md)
263
112
 
264
- ## 🔤 40+ Font Families
113
+ ---
265
114
 
266
- ### Sans-Serif
267
- - Geist Sans (Vercel's modern geometric)
268
- - Inter (Highly legible)
269
- - Poppins, Plus Jakarta Sans, Satoshi, Manrope, Outfit
115
+ ## 🌈 Color Palette
270
116
 
271
- ### Serif
272
- - Merriweather, DM Serif Display, Lora, Source Serif 4, Literata
117
+ ### Extended Color System
273
118
 
274
- ### Monospace
275
- - Geist Mono, JetBrains Mono, Fira Code, Cascadia Code, SF Mono, IBM Plex Mono
119
+ 16 color families with 11 shades each (50-950):
276
120
 
277
- ### Nerd Fonts (Code + Icons)
278
- - JetBrainsMono Nerd Font
279
- - FiraCode Nerd Font
280
- - Hack Nerd Font
281
- - CaskaydiaCove Nerd Font
121
+ **Neutrals:** `neutral`, `slate`, `zinc`, `stone`
122
+ **Warm:** `red`, `orange`, `amber`, `yellow`
123
+ **Nature:** `lime`, `green`, `emerald`, `teal`
124
+ **Cool:** `cyan`, `sky`, `blue`, `indigo`
125
+ **Creative:** `violet`, `purple`, `fuchsia`, `pink`, `rose`
282
126
 
283
- ### Display
284
- - Space Grotesk, Clash Display, Syne, Bungee, Archivo Black
127
+ ```css
128
+ /* Tailwind classes for all shades */
129
+ className="bg-blue-600 text-blue-100 border-blue-200"
130
+ className="bg-emerald-500 text-emerald-50"
131
+ className="bg-purple-600 text-purple-100"
132
+ ```
133
+
134
+ ### Themes
135
+
136
+ 25 production-ready themes:
137
+
138
+ **Professional**
139
+
140
+ | Theme | Palette | Primary Use |
141
+ |-------|---------|-------------|
142
+ | corporate | ![corporate](assets/palettes/corporate.svg) | Enterprise, SaaS |
143
+ | navy | ![navy](assets/palettes/navy.svg) | Professional, trustworthy |
144
+ | slate | ![slate](assets/palettes/slate.svg) | Modern tech, clean |
145
+ | forest | ![forest](assets/palettes/forest.svg) | Natural, eco-friendly |
146
+ | ruby | ![ruby](assets/palettes/ruby.svg) | Bold, confident |
147
+ | graphite | ![graphite](assets/palettes/graphite.svg) | Minimal, sophisticated |
148
+
149
+ **Creative**
150
+
151
+ | Theme | Palette | Primary Use |
152
+ |-------|---------|-------------|
153
+ | sunset | ![sunset](assets/palettes/sunset.svg) | Warm, energetic |
154
+ | ocean | ![ocean](assets/palettes/ocean.svg) | Calm, refreshing |
155
+ | berry | ![berry](assets/palettes/berry.svg) | Playful, vibrant |
156
+ | mint | ![mint](assets/palettes/mint.svg) | Fresh, clean |
157
+ | coral | ![coral](assets/palettes/coral.svg) | Friendly, warm |
158
+ | lavender | ![lavender](assets/palettes/lavender.svg) | Soft, creative |
159
+
160
+ **Dark Mode**
161
+
162
+ | Theme | Palette | Primary Use |
163
+ |-------|---------|-------------|
164
+ | midnight | ![midnight](assets/palettes/midnight.svg) | Classic dark |
165
+ | noir | ![noir](assets/palettes/noir.svg) | High contrast |
166
+ | cyberpunk | ![cyberpunk](assets/palettes/cyberpunk.svg) | Neon accents |
167
+ | obsidian | ![obsidian](assets/palettes/obsidian.svg) | Deep purple |
168
+ | deep-space | ![deep-space](assets/palettes/deep-space.svg) | Blue-tinted |
169
+ | brutalist | ![brutalist](assets/palettes/brutalist.svg) | Raw, stark |
170
+
171
+ **Light Mode**
172
+
173
+ | Theme | Palette | Primary Use |
174
+ |-------|---------|-------------|
175
+ | daylight | ![daylight](assets/palettes/daylight.svg) | Bright, airy |
176
+ | paper | ![paper](assets/palettes/paper.svg) | Reading-optimized |
177
+ | cream | ![cream](assets/palettes/cream.svg) | Warm, vintage |
178
+ | snow | ![snow](assets/palettes/snow.svg) | Clean white |
179
+ | spring | ![spring](assets/palettes/spring.svg) | Fresh, hopeful |
180
+ | solar | ![solar](assets/palettes/solar.svg) | Energy, brightness |
181
+
182
+ **Specialty**
183
+
184
+ | Theme | Palette | Primary Use |
185
+ |-------|---------|-------------|
186
+ | starry-night | ![starry-night](assets/palettes/starry-night.svg) | Artistic, dreamy |
285
187
 
286
188
  ---
287
189
 
288
- ## 📦 Installation Methods
289
-
290
- ### Method 1: npx (Recommended)
190
+ ## 🔤 Nerd Fonts Collection
291
191
 
292
- ```bash
293
- # Auto-detect and install
294
- npx omnidesign
192
+ 39 patched fonts with coding ligatures and thousands of glyphs:
295
193
 
296
- # Install for specific IDE
297
- npx omnidesign install --ide cursor
194
+ ### Top Programming Fonts
298
195
 
299
- # Install globally
300
- npx omnidesign install --global
301
- ```
196
+ | Font | Google Fonts | Install |
197
+ |------|--------------|---------|
198
+ | **JetBrainsMono Nerd** | ✅ Yes | `brew install font-jetbrains-mono-nerd-font` |
199
+ | **FiraCode Nerd** | ✅ Yes | `brew install font-fira-code-nerd-font` |
200
+ | **Hack Nerd** | ❌ Download | `brew install font-hack-nerd-font` |
201
+ | **CaskaydiaCove** | ❌ Download | `brew install font-caskaydia-cove-nerd-font` |
202
+ | **Geist Mono** | ❌ NPM | `npm install geist` |
302
203
 
303
- ### Method 2: npm
204
+ ### Quick Import
304
205
 
305
- ```bash
306
- # Install as dev dependency
307
- npm install --save-dev omnidesign
308
-
309
- # Or install globally
310
- npm install -g omnidesign
311
-
312
- # Then run
313
- omnidesign install
206
+ ```css
207
+ /* Google Fonts (recommended for web) */
208
+ @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100..800&display=swap');
314
209
  ```
315
210
 
316
- ### Method 3: bun
211
+ ```tsx
212
+ // Next.js
213
+ import { JetBrains_Mono } from 'next/font/google';
317
214
 
318
- ```bash
319
- bunx omnidesign
215
+ const jetbrainsMono = JetBrains_Mono({
216
+ subsets: ['latin'],
217
+ variable: '--font-mono',
218
+ });
320
219
  ```
321
220
 
322
- ---
323
-
324
- ## 🛠️ CLI Commands
325
-
326
- ```bash
327
- # Install skill for detected IDE
328
- npx omnidesign install
329
-
330
- # Install for specific IDE
331
- npx omnidesign install --ide <ide>
332
-
333
- # List supported IDEs and status
334
- npx omnidesign list
221
+ ### Categories
335
222
 
336
- # Uninstall skill
337
- npx omnidesign uninstall --ide <ide>
223
+ - **Programming:** JetBrainsMono, FiraCode, CaskaydiaCove, ZedMono, CommitMono
224
+ - **Terminal:** IosevkaTerm, MesloLG, Terminus
225
+ - **Dense:** Iosevka (narrow, information-dense)
226
+ - **Creative:** VictorMono (cursive italics), FantasqueSansMono (handwritten)
227
+ - **Accessible:** Atkinson Hyperlegible, OpenDyslexic
228
+ - **Retro:** 3270, BigBlueTerminal
338
229
 
339
- # Show help
340
- npx omnidesign --help
341
- ```
230
+ See full catalog: `tokens/typography/nerd-fonts-complete.json`
342
231
 
343
232
  ---
344
233
 
345
- ## 📁 Project Structure
234
+ ## 📦 Package Structure
346
235
 
347
236
  ```
348
237
  omnidesign/
349
- ├── 🎨 logo.jpg # Brand identity
350
- ├── 📖 README.md # This file
351
- ├── 📦 package.json # NPM manifest
352
- ├── 🔧 bin/ # CLI tools
353
- │ ├── cli.js # Main CLI
354
- ├── install.js # Install script
355
- └── detect-ide.js # IDE detection
356
- ├── 🎨 tokens/ # Design tokens
357
- │ ├── primitives/ # Base values
358
- │ ├── semantic/ # Contextual tokens
359
- │ ├── themes/ # 25 theme files
360
- └── typography/ # Font collection
361
- ├── 🧩 components/ # React/Vue components
362
- ├── core/ # Button, Card, Input
363
- │ ├── ai/ # Chat, Prompt, AgentCard
364
- │ └── layout/ # Grid, Stack
365
- ├── 📚 recipes/ # Implementation guides
366
- │ └── components/ # Component patterns
367
- ├── 🎯 skills/ # IDE-specific skills
368
- │ ├── claude/ # Claude Code skill
369
- │ ├── cursor/ # Cursor skill
370
- │ ├── opencode/ # OpenCode skill
371
- │ ├── vscode/ # VS Code extension
372
- │ ├── aider/ # Aider conventions
373
- │ ├── continue/ # Continue.dev config
374
- │ ├── zed/ # Zed config
375
- │ ├── amp/ # Amp Code skill
376
- │ ├── kilo/ # Kilo Code skill
377
- │ └── antigravity/ # Antigravity skill
378
- └── 📦 packages/ # Built outputs
379
- ├── tokens-css/
380
- ├── tokens-ts/
381
- └── react/
238
+ ├── tokens/
239
+ ├── primitives/
240
+ │ │ ├── colors-extended.json # 16 color families
241
+ │ │ └── ...
242
+ │ ├── themes/ # 25 themes
243
+ └── typography/
244
+ └── nerd-fonts-complete.json # 39 fonts
245
+ ├── packages/
246
+ │ ├── tokens-tailwind/ # Tailwind integration
247
+ ├── dist/
248
+ │ │ ├── tailwind.config.js # Ready-to-use config
249
+ │ │ ├── utility-mapping.json # Token → class mapping
250
+ │ │ │ └── tokens.css # CSS variables
251
+ │ └── package.json
252
+ │ ├── tokens-css/
253
+ │ └── tokens-ts/
254
+ ├── skills/
255
+ │ └── opencode/
256
+ │ └── omnidesign-tailwind.md # AI skill documentation
257
+ └── README.md
382
258
  ```
383
259
 
384
260
  ---
385
261
 
386
- ## 🔗 IDE-Specific Instructions
387
-
388
- ### Claude Code
389
-
390
- ```bash
391
- npx omnidesign
392
- ```
393
-
394
- Creates:
395
- - `.claude/skills/omnidesign.md`
396
- - `.claude/marketplace.json`
397
-
398
- Use: Type `/omnidesign` or ask "Use OmniDesign theme cyberpunk"
399
-
400
- ### Cursor
401
-
402
- ```bash
403
- npx omnidesign
404
- ```
405
-
406
- Creates:
407
- - `.cursor/skills/omnidesign.md`
408
-
409
- Use: OmniDesign prompts appear in AI chat
410
-
411
- ### OpenCode
262
+ ## 🛠️ CLI Commands
412
263
 
413
264
  ```bash
265
+ # Auto-detect and install
414
266
  npx omnidesign
415
- ```
416
-
417
- Creates:
418
- - `.opencode/skills/omnidesign.md`
419
- - Updates `.opencode/config.json`
420
267
 
421
- Use: Skill loads automatically
422
-
423
- ### VS Code
268
+ # List available IDEs
269
+ npx omnidesign list
424
270
 
425
- ```bash
426
- npx omnidesign
427
- ```
271
+ # Install for specific IDE
272
+ npx omnidesign install --ide claude --global
428
273
 
429
- Creates:
430
- - `.vscode/settings.json` with OmniDesign config
274
+ # Uninstall
275
+ npx omnidesign uninstall --ide claude --global
431
276
 
432
- Or install from VS Code Marketplace: **"OmniDesign"**
277
+ # List themes
278
+ npm run themes:list
433
279
 
434
- ### Zed
280
+ # List fonts
281
+ npm run fonts:list
435
282
 
436
- ```bash
437
- npx omnidesign
283
+ # List colors
284
+ npm run colors:list
438
285
  ```
439
286
 
440
- Creates:
441
- - `.zed/omnidesign.json`
442
-
443
- Add to Zed settings to enable the assistant.
444
-
445
- ### Amp Code
446
-
447
- ```bash
448
- npx omnidesign
449
- ```
287
+ ---
450
288
 
451
- Creates:
452
- - `.amp/omnidesign.md`
289
+ ## 🔧 Advanced Usage
453
290
 
454
- Amp Code will load the skill automatically.
291
+ ### Custom Tailwind Config
455
292
 
456
- ### Kilo Code
293
+ ```javascript
294
+ // tailwind.config.js
295
+ const omnidesign = require('omnidesign/tailwind');
457
296
 
458
- ```bash
459
- npx omnidesign
297
+ module.exports = {
298
+ ...omnidesign,
299
+ theme: {
300
+ ...omnidesign.theme,
301
+ extend: {
302
+ ...omnidesign.theme.extend,
303
+ colors: {
304
+ ...omnidesign.theme.extend.colors,
305
+ brand: {
306
+ // Your custom brand colors
307
+ DEFAULT: '#FF6B6B',
308
+ dark: '#EE5A5A',
309
+ }
310
+ }
311
+ }
312
+ }
313
+ };
460
314
  ```
461
315
 
462
- Creates:
463
- - `.kilo/omnidesign.md`
464
-
465
- Kilo Code will use the skill for design guidance.
316
+ ### Programmatic Access
466
317
 
467
- ### Antigravity
318
+ ```javascript
319
+ import colors from 'omnidesign/colors';
320
+ import fonts from 'omnidesign/fonts';
321
+ import mapping from 'omnidesign/tailwind-mapping';
468
322
 
469
- ```bash
470
- npx omnidesign
471
- ```
323
+ // Get all blue shades
324
+ const blueShades = colors.families.blue.shades;
472
325
 
473
- Creates:
474
- - `.antigravity/skills/omnidesign.md`
326
+ // Get JetBrainsMono font info
327
+ const jetbrains = fonts.fonts['jetbrains-mono-nerd'];
475
328
 
476
- Antigravity will apply the design system conventions.
477
-
478
- ### Aider
479
-
480
- ```bash
481
- npx omnidesign
329
+ // Get Tailwind class for token
330
+ const buttonClass = mapping.colors['interactive-primary'].tailwindUtility;
331
+ // → "bg-primary hover:bg-primary-hover..."
482
332
  ```
483
333
 
484
- Creates:
485
- - `CONVENTIONS.md` with design guidelines
334
+ ---
486
335
 
487
- Use: Aider reads conventions automatically
336
+ ## 🤖 For AI Assistants
488
337
 
489
- ### Continue.dev
338
+ ### Prompt Examples
490
339
 
491
- ```bash
492
- npx omnidesign
340
+ **Apply a theme:**
493
341
  ```
494
-
495
- Creates:
496
- - `.continue/omnidesign.yaml`
497
-
498
- Add to `.continue/config.yaml`:
499
- ```yaml
500
- context:
501
- - provider: file
502
- params:
503
- file: .continue/omnidesign.yaml
342
+ "Use the cyberpunk theme for this component"
343
+ → AI applies cyberpunk color tokens
504
344
  ```
505
345
 
506
- ---
507
-
508
- ## 🎓 Usage Examples
509
-
510
- ### Apply a Theme
511
-
346
+ **Create components:**
512
347
  ```
513
- User: "Use the cyberpunk theme"
514
- AI: [Applies cyberpunk color tokens automatically]
348
+ "Create a login form with Tailwind"
349
+ AI uses semantic tokens:
350
+ - bg-surface-raised for card
351
+ - bg-primary for submit button
352
+ - text-text-muted for helper text
515
353
  ```
516
354
 
517
- ### Create a Component
518
-
355
+ **Font selection:**
519
356
  ```
520
- User: "Create a button component"
521
- AI: [Generates button using --color-interactive-primary, --spacing-md, etc.]
357
+ "Use JetBrains Mono for code blocks"
358
+ AI applies font-mono with JetBrains Mono stack
522
359
  ```
523
360
 
524
- ### Build AI Chat UI
361
+ ### Token Reference
525
362
 
526
- ```
527
- User: "Build a chat interface"
528
- AI: [Uses AI Chat component patterns with streaming indicators]
529
- ```
363
+ **Colors:**
364
+ - Semantic: `text-text`, `bg-surface-raised`, `border-border`
365
+ - Primitive: `bg-blue-600`, `text-red-500`, `border-slate-200`
530
366
 
531
- ---
367
+ **Spacing:**
368
+ - `p-4` (16px), `gap-2` (8px), `m-6` (24px)
532
369
 
533
- ## 📚 Documentation
370
+ **Typography:**
371
+ - `font-sans`, `font-mono`, `font-display`
534
372
 
535
- - **Full Docs**: https://omnidesign.dev
536
- - **Quick Reference**: [QUICKREF.md](./QUICKREF.md)
537
- - **Getting Started**: [GETTING_STARTED.md](./GETTING_STARTED.md)
538
- - **Contributing**: [CONTRIBUTING.md](./CONTRIBUTING.md)
373
+ **Shadows:**
374
+ - `shadow-md` (card), `shadow-lg` (dropdown), `shadow-xl` (modal)
539
375
 
540
376
  ---
541
377
 
542
- ## 🤝 Contributing
378
+ ## 📝 Documentation
543
379
 
544
- We welcome contributions! See [CONTRIBUTING.md](./CONTRIBUTING.md) for:
545
-
546
- - Adding new themes
547
- - Creating component recipes
548
- - IDE integrations
549
- - Documentation improvements
380
+ - [Tailwind Integration Guide](skills/opencode/omnidesign-tailwind.md)
381
+ - [Improvement Specification](docs/OMNIDESIGN_IMPROVEMENT_SPEC.md)
382
+ - [API Documentation](AGENTS.md)
383
+ - [Quick Reference](QUICKREF.md)
550
384
 
551
385
  ---
552
386
 
553
- ## 📄 License
554
-
555
- MIT License - see [LICENSE](./LICENSE)
387
+ ## 🔗 Supported IDEs
388
+
389
+ | IDE | Install Command | Config Location |
390
+ |-----|-----------------|-----------------|
391
+ | Claude Code | `npx omnidesign` | `~/.claude/skills/omnidesign/` |
392
+ | Cursor | `npx omnidesign` | `~/.cursor/skills/omnidesign/` |
393
+ | OpenCode | `npx omnidesign` | `~/.config/opencode/skills/omnidesign/` |
394
+ | VS Code | `npx omnidesign` | `~/.vscode/settings.json` |
395
+ | Zed | `npx omnidesign` | `~/.zed/omnidesign/` |
396
+ | Amp Code | `npx omnidesign` | `~/.config/agents/skills/omnidesign/` |
397
+ | Kilo Code | `npx omnidesign` | `~/.kilocode/skills/omnidesign/` |
398
+ | Antigravity | `npx omnidesign` | `~/.gemini/antigravity/skills/omnidesign/` |
399
+ | Aider | `npx omnidesign` | `./CONVENTIONS.md` |
400
+ | Continue.dev | `npx omnidesign` | `~/.continue/omnidesign/` |
556
401
 
557
402
  ---
558
403
 
559
- ## 🙏 Acknowledgments
404
+ ## 📄 License
560
405
 
561
- - Design tokens following [DTCG specification](https://design-tokens.github.io/)
562
- - Font collection from Google Fonts and Nerd Fonts
563
- - AI components inspired by ChatGPT, Claude, and Midjourney
564
- - Universal skill pattern inspired by Vercel Skills
406
+ MIT © [codewithkenzo](https://github.com/codewithkenzo)
565
407
 
566
408
  ---
567
409
 
568
410
  <p align="center">
569
- <strong>Built with 💙 for the AI coding community</strong>
411
+ <a href="https://x.com/codewithkenzo">X @codewithkenzo</a>
412
+ <a href="https://discord.gg/omnidesign">Discord</a> •
413
+ <a href="https://omnidesign.dev">Website</a>
570
414
  </p>
571
415
 
572
416
  <p align="center">
573
- <a href="https://twitter.com/omnidesign">Twitter</a>
574
- <a href="https://discord.gg/omnidesign">Discord</a> •
575
- <a href="https://omnidesign.dev">Website</a>
417
+ <sub>Built with ❤️ for AI assistants everywhere</sub>
576
418
  </p>