@godxjp/ui-mcp 0.15.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 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 | 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 |
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 | 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 |
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 | 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 |
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 | Returns | Size |
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
- + framework-native design knowledge:
184
-
185
- | Skill | When to use |
186
- |---|---|
187
- | `taste` | Default — production app screen baseline |
188
- | `soft` | Premium agency / Awwwards-tier ($150k brief) |
189
- | `minimalist` | Editorial workspace (Notion-like) warm monochrome + bento |
190
- | `brutalist` | Data-heavy dashboards, declassified-blueprint feel |
191
- | `gpt-tasteskill` | Long-scroll marketing, GSAP ScrollTrigger choreography |
192
- | `redesign` | Auditing + upgrading EXISTING project |
193
- | `output` | Always bans `// ...` / `// TODO` patterns |
194
- | `brandkit` | Brand identity boards before screens |
195
- | `stitch` | Generate DESIGN.md for Google Stitch / similar generators |
196
- | `imagegen-mobile` | Pre-code phase mobile app screen mockups |
197
- | `imagegen-web` | Pre-code phase — landing page section images |
198
- | `image-to-code` | Visual brief working frontend code |
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 | Format | Purpose |
229
- |---|---|---|
230
- | `godx-ui://components` | JSON | Full catalog |
231
- | `godx-ui://components/{name}` | Markdown | One component |
232
- | `godx-ui://prop-vocabulary` | JSON | Shared vocab |
233
- | `godx-ui://tokens` | JSON | All tokens |
234
- | `godx-ui://tokens/{category}` | JSON | Tokens by category |
235
- | `godx-ui://rules` | Markdown | All 34 rules |
236
- | `godx-ui://rules/{number}` | Markdown | One rule |
237
- | `godx-ui://patterns` | JSON | Pattern index |
238
- | `godx-ui://patterns/{name}` | Markdown | One pattern |
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