@godxjp/ui-mcp 0.16.0 → 0.17.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 +50 -49
- package/dist/index.js +327 -1444
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -142,37 +142,37 @@ Total: ~3 KB. Versus naive "give me everything about @godxjp/ui" = 50+ KB.
|
|
|
142
142
|
|
|
143
143
|
### Discovery (small responses — start here)
|
|
144
144
|
|
|
145
|
-
| Tool
|
|
146
|
-
|
|
147
|
-
| `list_skills`
|
|
148
|
-
| `list_primitives`
|
|
149
|
-
| `list_patterns`
|
|
150
|
-
| `list_anti_ai_tells`
|
|
151
|
-
| `list_redesign_checks` | 50+ audit checks + fix priority. Optional `category` filter. | ~5 KB
|
|
145
|
+
| Tool | Returns | Size |
|
|
146
|
+
| ---------------------- | ------------------------------------------------------------ | ------ |
|
|
147
|
+
| `list_skills` | 12 taste/design skills + section ids | ~1 KB |
|
|
148
|
+
| `list_primitives` | All components, grouped + tagline. Optional `group` filter. | ~3 KB |
|
|
149
|
+
| `list_patterns` | 7 canonical patterns + taglines | ~500 B |
|
|
150
|
+
| `list_anti_ai_tells` | 20+ AI-tell patterns. Optional `category` filter. | ~2 KB |
|
|
151
|
+
| `list_redesign_checks` | 50+ audit checks + fix priority. Optional `category` filter. | ~5 KB |
|
|
152
152
|
|
|
153
153
|
### Drill-down (medium responses — after discovery)
|
|
154
154
|
|
|
155
|
-
| Tool
|
|
156
|
-
|
|
157
|
-
| `get_skill_section` | ONE section of ONE skill
|
|
158
|
-
| `get_component`
|
|
159
|
-
| `get_pattern`
|
|
160
|
-
| `get_rule`
|
|
161
|
-
| `get_vocab`
|
|
162
|
-
| `get_tokens`
|
|
155
|
+
| Tool | Returns | Size |
|
|
156
|
+
| ------------------- | --------------------------------- | --------------- |
|
|
157
|
+
| `get_skill_section` | ONE section of ONE skill | ~2 KB |
|
|
158
|
+
| `get_component` | Full API for one component | ~2 KB |
|
|
159
|
+
| `get_pattern` | Full code snippet for one pattern | ~3 KB |
|
|
160
|
+
| `get_rule` | One cardinal rule (or all 34) | ~500 B / ~10 KB |
|
|
161
|
+
| `get_vocab` | One vocab type (or all 14) | ~500 B / ~3 KB |
|
|
162
|
+
| `get_tokens` | Tokens (optionally by category) | ~5 KB |
|
|
163
163
|
|
|
164
164
|
### Task routing (smallest — pointer only)
|
|
165
165
|
|
|
166
|
-
| Tool
|
|
167
|
-
|
|
168
|
-
| `route_task`
|
|
169
|
-
| `suggest_primitive` | Use case → recommended primitive + rationale
|
|
170
|
-
| `search_components` | Fuzzy-search by name / tagline / prop
|
|
166
|
+
| Tool | Returns | Size |
|
|
167
|
+
| ------------------- | -------------------------------------------------------------- | ------ |
|
|
168
|
+
| `route_task` | `{ skill, section, why, alsoSee }` for a natural-language task | ~300 B |
|
|
169
|
+
| `suggest_primitive` | Use case → recommended primitive + rationale | ~500 B |
|
|
170
|
+
| `search_components` | Fuzzy-search by name / tagline / prop | ~1 KB |
|
|
171
171
|
|
|
172
172
|
### Lint (one-shot critique)
|
|
173
173
|
|
|
174
|
-
| Tool
|
|
175
|
-
|
|
174
|
+
| Tool | Returns | Size |
|
|
175
|
+
| ---------- | -------------------------------------------------------- | ----- |
|
|
176
176
|
| `lint_jsx` | Heuristic findings (raw `<button>` / wrong vocab / etc.) | ~1 KB |
|
|
177
177
|
|
|
178
178
|
---
|
|
@@ -180,22 +180,23 @@ Total: ~3 KB. Versus naive "give me everything about @godxjp/ui" = 50+ KB.
|
|
|
180
180
|
## Skills bundled (12)
|
|
181
181
|
|
|
182
182
|
Synthesised from [Leonxlnx/taste-skill](https://github.com/Leonxlnx/taste-skill)
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
|
188
|
-
| `
|
|
189
|
-
| `
|
|
190
|
-
| `
|
|
191
|
-
| `
|
|
192
|
-
| `
|
|
193
|
-
| `
|
|
194
|
-
| `
|
|
195
|
-
| `
|
|
196
|
-
| `
|
|
197
|
-
| `imagegen-
|
|
198
|
-
| `
|
|
183
|
+
|
|
184
|
+
- framework-native design knowledge:
|
|
185
|
+
|
|
186
|
+
| Skill | When to use |
|
|
187
|
+
| ----------------- | ----------------------------------------------------------- |
|
|
188
|
+
| `taste` | Default — production app screen baseline |
|
|
189
|
+
| `soft` | Premium agency / Awwwards-tier ($150k brief) |
|
|
190
|
+
| `minimalist` | Editorial workspace (Notion-like) — warm monochrome + bento |
|
|
191
|
+
| `brutalist` | Data-heavy dashboards, declassified-blueprint feel |
|
|
192
|
+
| `gpt-tasteskill` | Long-scroll marketing, GSAP ScrollTrigger choreography |
|
|
193
|
+
| `redesign` | Auditing + upgrading EXISTING project |
|
|
194
|
+
| `output` | Always — bans `// ...` / `// TODO` patterns |
|
|
195
|
+
| `brandkit` | Brand identity boards before screens |
|
|
196
|
+
| `stitch` | Generate DESIGN.md for Google Stitch / similar generators |
|
|
197
|
+
| `imagegen-mobile` | Pre-code phase — mobile app screen mockups |
|
|
198
|
+
| `imagegen-web` | Pre-code phase — landing page section images |
|
|
199
|
+
| `image-to-code` | Visual brief → working frontend code |
|
|
199
200
|
|
|
200
201
|
---
|
|
201
202
|
|
|
@@ -225,17 +226,17 @@ Synthesised from [Leonxlnx/taste-skill](https://github.com/Leonxlnx/taste-skill)
|
|
|
225
226
|
|
|
226
227
|
## Resources
|
|
227
228
|
|
|
228
|
-
| URI
|
|
229
|
-
|
|
230
|
-
| `godx-ui://components`
|
|
231
|
-
| `godx-ui://components/{name}` | Markdown | One component
|
|
232
|
-
| `godx-ui://prop-vocabulary`
|
|
233
|
-
| `godx-ui://tokens`
|
|
234
|
-
| `godx-ui://tokens/{category}` | JSON
|
|
235
|
-
| `godx-ui://rules`
|
|
236
|
-
| `godx-ui://rules/{number}`
|
|
237
|
-
| `godx-ui://patterns`
|
|
238
|
-
| `godx-ui://patterns/{name}`
|
|
229
|
+
| URI | Format | Purpose |
|
|
230
|
+
| ----------------------------- | -------- | ------------------ |
|
|
231
|
+
| `godx-ui://components` | JSON | Full catalog |
|
|
232
|
+
| `godx-ui://components/{name}` | Markdown | One component |
|
|
233
|
+
| `godx-ui://prop-vocabulary` | JSON | Shared vocab |
|
|
234
|
+
| `godx-ui://tokens` | JSON | All tokens |
|
|
235
|
+
| `godx-ui://tokens/{category}` | JSON | Tokens by category |
|
|
236
|
+
| `godx-ui://rules` | Markdown | All 34 rules |
|
|
237
|
+
| `godx-ui://rules/{number}` | Markdown | One rule |
|
|
238
|
+
| `godx-ui://patterns` | JSON | Pattern index |
|
|
239
|
+
| `godx-ui://patterns/{name}` | Markdown | One pattern |
|
|
239
240
|
|
|
240
241
|
---
|
|
241
242
|
|