opencodekit 0.10.0 → 0.11.1

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 (47) hide show
  1. package/dist/index.js +1 -1
  2. package/dist/template/.opencode/agent/planner.md +3 -2
  3. package/dist/template/.opencode/command/accessibility-check.md +297 -30
  4. package/dist/template/.opencode/command/analyze-mockup.md +412 -20
  5. package/dist/template/.opencode/command/analyze-project.md +445 -30
  6. package/dist/template/.opencode/command/brainstorm.md +294 -5
  7. package/dist/template/.opencode/command/commit.md +231 -17
  8. package/dist/template/.opencode/command/create.md +415 -77
  9. package/dist/template/.opencode/command/design-audit.md +483 -29
  10. package/dist/template/.opencode/command/design.md +615 -6
  11. package/dist/template/.opencode/command/edit-image.md +223 -20
  12. package/dist/template/.opencode/command/finish.md +163 -71
  13. package/dist/template/.opencode/command/fix-ci.md +297 -24
  14. package/dist/template/.opencode/command/fix-types.md +351 -13
  15. package/dist/template/.opencode/command/fix-ui.md +299 -13
  16. package/dist/template/.opencode/command/fix.md +262 -9
  17. package/dist/template/.opencode/command/generate-diagram.md +327 -26
  18. package/dist/template/.opencode/command/generate-icon.md +266 -22
  19. package/dist/template/.opencode/command/generate-image.md +232 -12
  20. package/dist/template/.opencode/command/generate-pattern.md +234 -20
  21. package/dist/template/.opencode/command/generate-storyboard.md +231 -21
  22. package/dist/template/.opencode/command/handoff.md +208 -31
  23. package/dist/template/.opencode/command/implement.md +163 -50
  24. package/dist/template/.opencode/command/import-plan.md +253 -52
  25. package/dist/template/.opencode/command/init.md +154 -35
  26. package/dist/template/.opencode/command/integration-test.md +410 -24
  27. package/dist/template/.opencode/command/issue.md +177 -21
  28. package/dist/template/.opencode/command/new-feature.md +390 -54
  29. package/dist/template/.opencode/command/plan.md +394 -107
  30. package/dist/template/.opencode/command/pr.md +235 -29
  31. package/dist/template/.opencode/command/quick-build.md +234 -5
  32. package/dist/template/.opencode/command/research-and-implement.md +442 -12
  33. package/dist/template/.opencode/command/research-ui.md +444 -34
  34. package/dist/template/.opencode/command/research.md +179 -45
  35. package/dist/template/.opencode/command/restore-image.md +416 -22
  36. package/dist/template/.opencode/command/resume.md +447 -63
  37. package/dist/template/.opencode/command/revert-feature.md +347 -65
  38. package/dist/template/.opencode/command/review-codebase.md +199 -4
  39. package/dist/template/.opencode/command/skill-create.md +506 -14
  40. package/dist/template/.opencode/command/skill-optimize.md +487 -16
  41. package/dist/template/.opencode/command/status.md +326 -60
  42. package/dist/template/.opencode/command/summarize.md +374 -33
  43. package/dist/template/.opencode/command/triage.md +361 -0
  44. package/dist/template/.opencode/command/ui-review.md +296 -25
  45. package/dist/template/.opencode/skill/beads/SKILL.md +108 -3
  46. package/dist/template/.opencode/skill/playwriter/SKILL.md +148 -0
  47. package/package.json +1 -1
@@ -1,40 +1,284 @@
1
1
  ---
2
- description: Generate app icons in multiple sizes
3
- argument-hint: "<description> [platform: ios|android|web|all] [style: flat|3d|minimal]"
2
+ description: Generate app icons in multiple sizes with platform optimization
3
+ argument-hint: "<description> [--platform=<ios|android|web|all>] [--style=<style>] [--shape=<shape>] [--color=<hex>] [--dark]"
4
4
  agent: vision
5
5
  model: proxypal/gemini-3-pro-image-preview
6
6
  ---
7
7
 
8
8
  # Generate Icon: $ARGUMENTS
9
9
 
10
- Generate app icons optimized for different platforms.
10
+ Generate app icons optimized for different platforms and sizes.
11
11
 
12
- ## Instructions
12
+ ## Parse Arguments
13
13
 
14
- Parse from `$ARGUMENTS`:
14
+ | Argument | Default | Options |
15
+ | ------------ | -------- | --------------------------------- |
16
+ | Description | required | What the icon should depict |
17
+ | `--platform` | all | ios, android, web, all |
18
+ | `--style` | minimal | See style presets below |
19
+ | `--shape` | squircle | square, rounded, squircle, circle |
20
+ | `--color` | none | Brand color hex (e.g., `#0066CC`) |
21
+ | `--bg` | solid | solid, gradient, transparent |
22
+ | `--dark` | false | Generate dark mode variant |
15
23
 
16
- - Description of icon
17
- - Platform (default: all)
18
- - Style (default: minimal)
24
+ ---
25
+
26
+ ## Style Presets
27
+
28
+ | Style | Description | Best For |
29
+ | --------------- | -------------------------------------- | -------------------------- |
30
+ | `minimal` | Simple shapes, 1-2 colors, clean lines | Professional, utility apps |
31
+ | `flat` | Solid colors, no shadows, 2D | Modern, clean aesthetic |
32
+ | `3d` | Depth, gradients, subtle shadows | Games, premium apps |
33
+ | `glassmorphism` | Frosted glass effect, transparency | Modern iOS, premium |
34
+ | `neumorphism` | Soft shadows, raised/pressed effect | Unique, tactile feel |
35
+ | `gradient` | Bold color gradients | Social, creative apps |
36
+ | `outlined` | Line art, stroke-based | Technical, developer tools |
37
+ | `duotone` | Two-color design | Bold, striking |
38
+ | `isometric` | 3D isometric view | Productivity, games |
39
+ | `cartoon` | Playful, illustrated style | Kids, casual games |
40
+
41
+ ---
42
+
43
+ ## Shape Options
44
+
45
+ | Shape | Platform Default | Description |
46
+ | ---------- | ---------------- | ------------------------------------- |
47
+ | `squircle` | iOS | Superellipse (Apple's rounded square) |
48
+ | `circle` | Android (some) | Perfect circle |
49
+ | `rounded` | Android | Rounded corners (customizable radius) |
50
+ | `square` | Web favicon | Sharp corners |
51
+
52
+ **Note:** Generate at highest resolution; platforms apply their own masks.
53
+
54
+ ---
55
+
56
+ ## Platform Sizes
57
+
58
+ ### iOS
59
+
60
+ | Size | Usage |
61
+ | --------- | ---------- |
62
+ | 1024x1024 | App Store |
63
+ | 180x180 | iPhone @3x |
64
+ | 120x120 | iPhone @2x |
65
+ | 167x167 | iPad Pro |
66
+ | 152x152 | iPad @2x |
67
+ | 76x76 | iPad @1x |
68
+
69
+ **Output:** `AppIcon.appiconset/` with `Contents.json`
70
+
71
+ ### Android
72
+
73
+ | Size | Density | Usage |
74
+ | ------- | ---------- | ------------- |
75
+ | 512x512 | Play Store | Store listing |
76
+ | 192x192 | xxxhdpi | Launcher |
77
+ | 144x144 | xxhdpi | Launcher |
78
+ | 96x96 | xhdpi | Launcher |
79
+ | 72x72 | hdpi | Launcher |
80
+ | 48x48 | mdpi | Launcher |
81
+
82
+ **Adaptive Icons (Android 8+):**
83
+
84
+ ```
85
+ res/
86
+ ├── mipmap-anydpi-v26/
87
+ │ └── ic_launcher.xml # References layers
88
+ ├── drawable/
89
+ │ ├── ic_launcher_foreground.xml # 108dp, icon centered in 72dp
90
+ │ └── ic_launcher_background.xml # Solid color or gradient
91
+ ```
19
92
 
20
- ## Platforms & Sizes
93
+ ### Web
21
94
 
22
- **iOS**: 1024x1024, 180x180, 120x120, 60x60
23
- **Android**: 512x512, 192x192, 144x144, 96x96, 48x48
24
- **Web**: favicon.ico, 32x32, 16x16, apple-touch-icon
95
+ | File | Size | Usage |
96
+ | -------------------------- | ------------------- | ------------------ |
97
+ | favicon.ico | 16x16, 32x32, 48x48 | Browser tab |
98
+ | favicon-16x16.png | 16x16 | Small favicon |
99
+ | favicon-32x32.png | 32x32 | Standard favicon |
100
+ | apple-touch-icon.png | 180x180 | iOS bookmark |
101
+ | android-chrome-192x192.png | 192x192 | Android PWA |
102
+ | android-chrome-512x512.png | 512x512 | Android PWA splash |
25
103
 
26
- ## Style Options
104
+ **Output:** `site.webmanifest` included
27
105
 
28
- - **flat**: Clean, no shadows
29
- - **3d**: Depth, gradients, shadows
30
- - **minimal**: Simple shapes, limited colors
106
+ ---
107
+
108
+ ## Brand Color Integration
109
+
110
+ Use `--color` to specify brand colors:
111
+
112
+ ```bash
113
+ /generate-icon cloud storage app --color=#0066CC --style=minimal
114
+ ```
115
+
116
+ The AI will:
117
+
118
+ - Use specified color as primary
119
+ - Generate complementary accents
120
+ - Ensure contrast for visibility
121
+
122
+ **Multiple colors:**
123
+
124
+ ```bash
125
+ /generate-icon social app --color=#FF5722,#4CAF50 --style=gradient
126
+ ```
127
+
128
+ ---
129
+
130
+ ## Dark Mode Variants
131
+
132
+ Use `--dark` to generate both light and dark variants:
133
+
134
+ ```bash
135
+ /generate-icon productivity app --dark
136
+ ```
137
+
138
+ **Output:**
31
139
 
32
- ## Output
140
+ ```
141
+ icons/
142
+ ├── icon-light.png # Light mode (default)
143
+ ├── icon-dark.png # Dark mode variant
144
+ └── icon-tinted.png # iOS tinted icon (optional)
145
+ ```
146
+
147
+ **iOS Tinted Icons (iOS 18+):**
148
+
149
+ - Monochrome version for tinted appearance
150
+ - Automatically adapts to user's chosen tint color
151
+
152
+ ---
33
153
 
34
- Save to `.opencode/memory/design/icons/`:
154
+ ## Icon Design Principles
155
+
156
+ ### Do
157
+
158
+ - **Simple shape**: Recognizable at 16x16
159
+ - **Single focal point**: One main element
160
+ - **Bold colors**: Stand out on any wallpaper
161
+ - **Unique silhouette**: Distinguishable from other apps
162
+ - **Consistent style**: Match your app's aesthetic
163
+
164
+ ### Don't
165
+
166
+ - **Text**: Illegible at small sizes (except single letter logos)
167
+ - **Photos**: Don't scale well
168
+ - **Too much detail**: Lost at small sizes
169
+ - **Thin lines**: Disappear at low resolution
170
+ - **Similar to system icons**: Avoid confusion
171
+
172
+ ### The Squint Test
173
+
174
+ If you squint at your icon and can still identify it, it's good.
175
+
176
+ ---
177
+
178
+ ## Examples
179
+
180
+ ### Utility/Productivity
181
+
182
+ ```bash
183
+ # Cloud storage
184
+ /generate-icon cloud with upward arrow, simple --style=minimal --color=#2196F3 --platform=all
185
+
186
+ # Notes app
187
+ /generate-icon pencil on notepad, clean lines --style=flat --color=#FFC107
188
+
189
+ # Calculator
190
+ /generate-icon calculator with equals sign --style=outlined --color=#607D8B
191
+ ```
192
+
193
+ ### Social/Creative
194
+
195
+ ```bash
196
+ # Social app
197
+ /generate-icon chat bubble with heart --style=gradient --color=#E91E63,#9C27B0
198
+
199
+ # Photo editor
200
+ /generate-icon camera lens with rainbow gradient --style=glassmorphism
201
+
202
+ # Music app
203
+ /generate-icon musical note, vibrant --style=3d --color=#1DB954
204
+ ```
205
+
206
+ ### Games
207
+
208
+ ```bash
209
+ # Casual game
210
+ /generate-icon smiling star character --style=cartoon --color=#FFEB3B
211
+
212
+ # Strategy game
213
+ /generate-icon shield with sword --style=3d --color=#8B4513
214
+
215
+ # Puzzle game
216
+ /generate-icon interlocking puzzle pieces --style=isometric --color=#00BCD4
217
+ ```
218
+
219
+ ### Developer Tools
220
+
221
+ ```bash
222
+ # Code editor
223
+ /generate-icon angle brackets with cursor --style=outlined --color=#21252B
224
+
225
+ # Terminal
226
+ /generate-icon command prompt symbol --style=minimal --color=#282C34 --dark
227
+
228
+ # API tool
229
+ /generate-icon connected nodes --style=duotone --color=#6200EE
230
+ ```
231
+
232
+ ---
233
+
234
+ ## Output Structure
235
+
236
+ ```
237
+ .opencode/memory/design/icons/[app-name]/
238
+ ├── ios/
239
+ │ └── AppIcon.appiconset/
240
+ │ ├── Contents.json
241
+ │ ├── icon-1024.png
242
+ │ ├── icon-180.png
243
+ │ └── ...
244
+ ├── android/
245
+ │ ├── play-store-512.png
246
+ │ ├── res/
247
+ │ │ ├── mipmap-xxxhdpi/
248
+ │ │ ├── mipmap-xxhdpi/
249
+ │ │ └── ...
250
+ │ └── adaptive/
251
+ │ ├── foreground.png
252
+ │ └── background.png
253
+ ├── web/
254
+ │ ├── favicon.ico
255
+ │ ├── favicon-32x32.png
256
+ │ ├── apple-touch-icon.png
257
+ │ └── site.webmanifest
258
+ ├── master-1024.png # Source file
259
+ └── dark/ # If --dark specified
260
+ ├── master-1024.png
261
+ └── ...
262
+ ```
263
+
264
+ ---
265
+
266
+ ## Limitations
267
+
268
+ | Limitation | Workaround |
269
+ | ---------------------- | ------------------------------------------------ |
270
+ | Text rendering | Use single letter or add text in post-processing |
271
+ | Exact brand logos | Provide reference image with `/edit-image` |
272
+ | Complex illustrations | Generate simplified version, refine manually |
273
+ | Precise color matching | Specify exact hex with `--color` |
274
+
275
+ ---
35
276
 
36
- - Master icon at highest resolution
37
- - All platform-specific sizes
38
- - Include manifest.json for web
277
+ ## Related Commands
39
278
 
40
- Report all generated files.
279
+ | Need | Command |
280
+ | --------------------- | ------------------- |
281
+ | Edit generated icon | `/edit-image` |
282
+ | Generate full image | `/generate-image` |
283
+ | Create pattern | `/generate-pattern` |
284
+ | Analyze existing icon | `/analyze-mockup` |
@@ -1,27 +1,247 @@
1
1
  ---
2
2
  description: Generate images using Gemini image models
3
- argument-hint: "<prompt> [--style=<style>] [--pro]"
3
+ argument-hint: "<prompt> [--style=<style>] [--aspect=<ratio>] [--size=<size>] [--count=<n>] [--pro]"
4
4
  agent: vision
5
5
  model: proxypal/gemini-3-pro-image-preview
6
6
  ---
7
7
 
8
8
  # Generate Image: $ARGUMENTS
9
9
 
10
- Generate an image based on the provided prompt.
10
+ Generate images based on natural language prompts.
11
11
 
12
- ## Instructions
12
+ ## Parse Arguments
13
13
 
14
- Parse the prompt and any style modifiers from `$ARGUMENTS`.
14
+ | Argument | Default | Options |
15
+ | ---------- | -------- | -------------------------------- |
16
+ | Prompt | required | Natural language description |
17
+ | `--style` | none | See style presets below |
18
+ | `--aspect` | 1:1 | 1:1, 16:9, 9:16, 4:3, 3:4 |
19
+ | `--size` | default | default, hd, 2k |
20
+ | `--count` | 1 | 1-4 variations |
21
+ | `--pro` | false | Use Pro model for higher quality |
22
+ | `--png` | false | Output PNG instead of JPEG |
15
23
 
16
- If `--pro` flag is present, confirm using the Pro model for higher quality.
24
+ ---
25
+
26
+ ## Style Presets
27
+
28
+ Use `--style=<name>` to apply consistent aesthetics:
29
+
30
+ | Style | Description | Best For |
31
+ | ---------------- | -------------------------------------- | --------------------------- |
32
+ | `photorealistic` | High-detail photography | Products, portraits, scenes |
33
+ | `cinematic` | Movie-quality lighting, depth of field | Drama, atmosphere |
34
+ | `illustration` | Clean vector-style artwork | Icons, diagrams, UI |
35
+ | `watercolor` | Soft, painterly textures | Art, backgrounds |
36
+ | `anime` | Japanese animation style | Characters, scenes |
37
+ | `3d-render` | CGI/Blender-style render | Products, architecture |
38
+ | `sketch` | Pencil/charcoal drawing | Concepts, wireframes |
39
+ | `pixel-art` | Retro 8-bit/16-bit style | Games, nostalgia |
40
+ | `oil-painting` | Classical art texture | Portraits, landscapes |
41
+ | `minimalist` | Simple shapes, flat colors | Logos, icons |
42
+ | `isometric` | 3D isometric view | Diagrams, games |
43
+ | `vintage` | Aged, retro photograph look | Nostalgia, branding |
44
+
45
+ ---
46
+
47
+ ## Aspect Ratios
48
+
49
+ | Ratio | Dimensions | Use Case |
50
+ | ------ | ------------------ | -------------------------------------- |
51
+ | `1:1` | Square | Social media, avatars, icons |
52
+ | `16:9` | Landscape wide | Hero images, banners, video thumbnails |
53
+ | `9:16` | Portrait tall | Mobile, stories, vertical content |
54
+ | `4:3` | Landscape standard | Presentations, traditional photos |
55
+ | `3:4` | Portrait standard | Portraits, product photos |
56
+
57
+ ---
58
+
59
+ ## Prompt Engineering
60
+
61
+ ### Good Prompt Structure
62
+
63
+ ```
64
+ [Subject] + [Action/Pose] + [Environment] + [Style] + [Lighting] + [Quality modifiers]
65
+ ```
66
+
67
+ **Example:**
68
+
69
+ ```
70
+ A golden retriever playing fetch in a sunny park,
71
+ soft afternoon light, shallow depth of field,
72
+ professional photography, 8k, highly detailed
73
+ ```
74
+
75
+ ### Quality Modifiers (add to any prompt)
76
+
77
+ | Modifier | Effect |
78
+ | -------------------------- | ------------------------ |
79
+ | "highly detailed" | Increases fine detail |
80
+ | "8k" / "4k" | Suggests high resolution |
81
+ | "professional photography" | Photorealistic quality |
82
+ | "sharp focus" | Crisp subject |
83
+ | "soft lighting" | Gentle, flattering light |
84
+ | "dramatic lighting" | High contrast, mood |
85
+ | "shallow depth of field" | Blurred background |
86
+ | "studio lighting" | Clean, even light |
87
+
88
+ ### Negative Prompts
89
+
90
+ Include what to avoid in your prompt:
91
+
92
+ ```
93
+ A modern logo design, clean lines, minimalist,
94
+ avoid: text, watermarks, busy backgrounds, gradients
95
+ ```
96
+
97
+ Common exclusions:
98
+
99
+ - "no text" / "avoid text"
100
+ - "no watermarks"
101
+ - "no people"
102
+ - "avoid clutter"
103
+ - "no blurry elements"
104
+
105
+ ---
106
+
107
+ ## Examples by Category
108
+
109
+ ### Product Photography
110
+
111
+ ```bash
112
+ # Product shot
113
+ /generate-image A sleek wireless headphone on white background, studio lighting, product photography --style=photorealistic --aspect=4:3
114
+
115
+ # Lifestyle product
116
+ /generate-image Coffee mug on wooden desk with morning light, cozy atmosphere, shallow depth of field --style=cinematic --aspect=16:9
117
+ ```
118
+
119
+ ### UI/Design Assets
120
+
121
+ ```bash
122
+ # Icon
123
+ /generate-image A simple cloud upload icon, flat design, blue and white --style=minimalist --aspect=1:1
124
+
125
+ # Illustration
126
+ /generate-image Team collaboration illustration, people working together, modern flat style --style=illustration --aspect=16:9
127
+
128
+ # Pattern
129
+ /generate-image Seamless geometric pattern, navy and gold, art deco style --style=minimalist --aspect=1:1
130
+ ```
131
+
132
+ ### Marketing/Social
133
+
134
+ ```bash
135
+ # Hero image
136
+ /generate-image Futuristic city skyline at sunset, cyberpunk aesthetic, neon lights --style=cinematic --aspect=16:9 --pro
17
137
 
18
- Create a detailed image generation prompt that includes:
138
+ # Social media
139
+ /generate-image Abstract gradient background, purple and blue, smooth waves --style=minimalist --aspect=1:1
19
140
 
20
- - The core subject/scene from user's prompt
21
- - Style direction if `--style` was specified
22
- - Composition and lighting suggestions
23
- - Any relevant artistic details
141
+ # Story format
142
+ /generate-image Mountain landscape with hiker, adventure theme, dramatic sky --style=photorealistic --aspect=9:16
143
+ ```
144
+
145
+ ### Concept Art
146
+
147
+ ```bash
148
+ # Character
149
+ /generate-image Fantasy warrior character, detailed armor, dynamic pose --style=illustration --aspect=3:4 --pro
150
+
151
+ # Environment
152
+ /generate-image Abandoned space station interior, sci-fi, atmospheric lighting --style=cinematic --aspect=16:9
153
+
154
+ # Creature
155
+ /generate-image Friendly dragon mascot, cute, approachable, cartoon style --style=illustration --aspect=1:1
156
+ ```
157
+
158
+ ---
159
+
160
+ ## Batch Generation
161
+
162
+ Use `--count` to generate variations:
163
+
164
+ ```bash
165
+ # Generate 4 variations
166
+ /generate-image Modern logo concepts for a tech startup --style=minimalist --count=4
167
+ ```
168
+
169
+ Output:
170
+
171
+ ```
172
+ Generated 4 images:
173
+ ├── tech-logo-v1.png
174
+ ├── tech-logo-v2.png
175
+ ├── tech-logo-v3.png
176
+ └── tech-logo-v4.png
177
+ ```
178
+
179
+ ---
180
+
181
+ ## Output
182
+
183
+ ### Standard Output
184
+
185
+ ```markdown
186
+ ## Image Generated
187
+
188
+ **Prompt:** "A golden retriever in a sunny park"
189
+ **Style:** photorealistic
190
+ **Aspect:** 16:9
191
+ **Size:** HD
192
+ **Output:** `.opencode/memory/design/images/golden-retriever-park-001.jpg`
193
+
194
+ ### Generation Details
195
+
196
+ - Model: gemini-3-pro-image-preview
197
+ - Enhanced prompt: [show the full prompt used]
198
+ - Generation time: 4.2s
199
+
200
+ ### Refinements
201
+
202
+ - "Make the dog larger in frame"
203
+ - "Add more vibrant colors"
204
+ - "Change to sunset lighting"
205
+ ```
206
+
207
+ ---
208
+
209
+ ## Limitations
210
+
211
+ | Limitation | Details |
212
+ | ------------------ | ------------------------------------ |
213
+ | **Text in images** | AI struggles to render readable text |
214
+ | **Specific faces** | Cannot generate real people |
215
+ | **Hands/fingers** | Often produces artifacts |
216
+ | **Exact counts** | "5 birds" may show 4 or 6 |
217
+ | **Brand logos** | May refuse or distort |
218
+ | **Complex scenes** | Many elements = inconsistency |
219
+ | **Precise layout** | Spatial positioning is approximate |
220
+
221
+ ### Tips to Avoid Issues
222
+
223
+ - Don't request text - add it in post-processing
224
+ - Keep subject count low (1-3 main elements)
225
+ - Be specific about what's important
226
+ - Use style presets for consistency
227
+ - Generate multiple variations, pick best
228
+
229
+ ---
230
+
231
+ ## Storage
232
+
233
+ Images saved to: `.opencode/memory/design/images/`
234
+
235
+ Filename pattern: `[subject]-[style]-[timestamp].{jpg|png}`
236
+
237
+ ---
24
238
 
25
- Generate the image and save to `.opencode/memory/design/images/` with a descriptive filename.
239
+ ## Related Commands
26
240
 
27
- Report the generated image path and offer to refine if needed.
241
+ | Need | Command |
242
+ | ------------------- | ------------------- |
243
+ | Edit existing image | `/edit-image` |
244
+ | Generate icon | `/generate-icon` |
245
+ | Generate diagram | `/generate-diagram` |
246
+ | Analyze image | `/analyze-mockup` |
247
+ | Create pattern | `/generate-pattern` |