ui-ux-master 1.2.1 → 1.5.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 +160 -209
- package/SKILL.md +89 -47
- package/docs/package-publishing.md +5 -3
- package/index.cjs +3 -1
- package/index.d.ts +1 -1
- package/index.mjs +4 -1
- package/package.json +4 -3
- package/references/brand-method-card-based-discovery.md +285 -0
- package/references/brand-method-conversion-simplicity.md +276 -0
- package/references/brand-method-ecosystem-bundling.md +263 -0
- package/references/brand-method-editorial-brand-world.md +265 -0
- package/references/brand-method-enterprise-trust-hub.md +298 -0
- package/references/brand-method-playful-familiarity.md +284 -0
- package/references/brand-method-premium-restraint.md +270 -0
- package/references/brand-method-product-cinema.md +258 -0
- package/references/brand-method-technical-authority.md +290 -0
- package/references/brand-method-utility-command-center.md +278 -0
- package/references/color-psychology-branding.md +286 -0
- package/references/color-scale-system.md +347 -0
- package/references/competitive-landscape.md +32 -6
- package/references/design-discovery-protocol.md +171 -0
- package/references/design-system-schema.md +407 -0
- package/references/industry-reasoning-rules.md +504 -0
- package/references/landing-page-patterns.md +327 -0
- package/references/output-quality-gates.md +246 -0
- package/references/tech-stack-guidelines.md +636 -0
- package/references/ui-styles-catalog.md +552 -0
- package/references/visual-directions.md +362 -0
- package/tests/install-smoke.test.mjs +93 -12
package/README.md
CHANGED
|
@@ -1,169 +1,121 @@
|
|
|
1
|
-
# UI/UX Master
|
|
1
|
+
# UI/UX Master
|
|
2
2
|
|
|
3
|
-
[](https://github.com/Seance1723/UI-UX-Skills/blob/main/LICENSE)
|
|
6
|
-
[](https://github.com/Seance1723/UI-UX-Skills/stargazers)
|
|
7
|
-
[](https://github.com/Seance1723/UI-UX-Skills/commits/main)
|
|
3
|
+
[](https://www.npmjs.com/package/ui-ux-master)
|
|
4
|
+
[](https://www.npmjs.com/package/ui-ux-master)
|
|
5
|
+
[](https://github.com/Seance1723/UI-UX-Skills/blob/main/LICENSE)
|
|
8
6
|
[](http://makeapullrequest.com)
|
|
9
7
|
|
|
10
|
-
**
|
|
8
|
+
**Turn your AI coding agent into a Senior Product Designer, UX Researcher, and Frontend Lead — in one command.**
|
|
11
9
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
Use it with a normal prompt plus one trigger:
|
|
10
|
+
One trigger. Every agent. Full design lifecycle from discovery to developer handoff.
|
|
15
11
|
|
|
16
12
|
```text
|
|
17
|
-
/ui-ux-master
|
|
13
|
+
/ui-ux-master build a SaaS landing page for my project management tool
|
|
18
14
|
```
|
|
19
15
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## Why Use UI/UX Master?
|
|
23
|
-
|
|
24
|
-
Most AI UI prompts produce pretty screens but miss the hard parts: research assumptions, information architecture, accessibility, responsive states, design-system consistency, platform conventions, localization, ethics, and developer handoff.
|
|
25
|
-
|
|
26
|
-
UI/UX Master is built to make agents behave like a senior product designer, UX researcher, accessibility reviewer, design-system lead, and frontend handoff partner in one workflow.
|
|
16
|
+
---
|
|
27
17
|
|
|
28
|
-
##
|
|
29
|
-
|
|
30
|
-
AI agents are great at writing code, but they often struggle with **Information Architecture**, **Accessibility (WCAG)**, and **Design Systems**. `ui-ux-master` bridges this gap.
|
|
18
|
+
## Install with npm
|
|
31
19
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
-
|
|
20
|
+
```bash
|
|
21
|
+
# Recommended — project install
|
|
22
|
+
npm install --save-dev ui-ux-master
|
|
23
|
+
npx ui-ux-master install --project
|
|
36
24
|
|
|
37
|
-
|
|
25
|
+
# No install needed (one-time)
|
|
26
|
+
npx ui-ux-master install --project
|
|
27
|
+
```
|
|
38
28
|
|
|
39
|
-
|
|
40
|
-
|---|---|
|
|
41
|
-
| Focuses on visual polish only | Covers research, UX strategy, IA, flows, UI, accessibility, content, metrics, and handoff |
|
|
42
|
-
| Always-on rules that interfere with normal coding | Opt-in `/ui-ux-master` trigger only |
|
|
43
|
-
| One agent or editor only | Cross-agent templates for Claude, Codex, Windsurf, Antigravity, Gemini, Cursor, and universal agents |
|
|
44
|
-
| Generic design advice | Concrete templates, checklists, quality gates, and implementation rules |
|
|
45
|
-
| No persistent design memory | Project `.ui-ux-memory.md` workflow keeps brand/design decisions consistent |
|
|
46
|
-
| Weak accessibility coverage | WCAG 2.2 AA plus advanced ARIA/widget patterns and test matrix |
|
|
47
|
-
| No deployment validation | Release validator, npm package metadata, tests, and deployment zip builder |
|
|
48
|
-
| No product-risk coverage | Ethics, privacy, dark-pattern, high-risk domain, AI-interface, and inclusive-design checks |
|
|
49
|
-
| Hidden from AI tooling | Ships `llms.txt`, machine-readable manifest, system prompt add-ons, and a local MCP server for automatic discovery |
|
|
50
|
-
|
|
51
|
-
## AI Discoverability
|
|
52
|
-
|
|
53
|
-
UI/UX Master is now designed for both humans and AI systems to discover:
|
|
54
|
-
|
|
55
|
-
- `llms.txt` gives agents a concise map of the package.
|
|
56
|
-
- `ai-discovery/ui-ux-master.manifest.json` provides a machine-readable manifest.
|
|
57
|
-
- `system-prompts/` contains full, compact, and MCP-focused system prompt add-ons.
|
|
58
|
-
- `ui-ux-master-mcp` exposes the package through a local MCP server with tools, resources, and prompts.
|
|
59
|
-
- Project installs copy these discovery assets into `.ui-ux-master/` so no-save `npx` installs remain usable after the npm cache disappears.
|
|
60
|
-
|
|
61
|
-
## Capabilities
|
|
62
|
-
|
|
63
|
-
UI/UX Master can help agents produce:
|
|
64
|
-
|
|
65
|
-
- Product UX strategy and user goals
|
|
66
|
-
- UX research plans, evidence confidence, and research synthesis
|
|
67
|
-
- Information architecture, navigation, taxonomy, and search/filter models
|
|
68
|
-
- User flows, task flows, journey maps, and service blueprints
|
|
69
|
-
- Wireframes, layout specs, visual direction, and interaction design
|
|
70
|
-
- Accessibility audits and WCAG 2.2 AA remediation guidance
|
|
71
|
-
- Advanced component accessibility patterns for dialogs, tabs, comboboxes, menus, grids, live regions, and drag/drop alternatives
|
|
72
|
-
- Design systems, tokens, component specs, governance, and usage rules
|
|
73
|
-
- Content design, UX writing, error copy, empty states, localization, RTL, and i18n checks
|
|
74
|
-
- Platform-specific guidance for web, iOS, Android/Material, Windows/desktop, kiosk, email, TV, and universal agents
|
|
75
|
-
- SaaS dashboards, data visualization, tables, alerts, ecommerce, checkout, onboarding, settings, auth, forms, and landing pages
|
|
76
|
-
- Ethical UX, privacy, consent, dark-pattern detection, AI transparency, and high-risk domain safeguards
|
|
77
|
-
- Developer handoff with states, tokens, responsive behavior, analytics events, QA, and acceptance criteria
|
|
29
|
+
Works with **Claude**, **Windsurf**, **Cursor**, **Codex**, **Gemini**, and any agent that supports instruction files.
|
|
78
30
|
|
|
79
|
-
|
|
31
|
+
---
|
|
80
32
|
|
|
81
|
-
|
|
33
|
+
## Quick Start — Try These
|
|
82
34
|
|
|
83
|
-
```
|
|
84
|
-
|
|
85
|
-
ui-ux-master install --global
|
|
35
|
+
```text
|
|
36
|
+
/ui-ux-master audit this dashboard for accessibility and give me fixes
|
|
86
37
|
```
|
|
87
38
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
```bash
|
|
91
|
-
npm install --save-dev ui-ux-master
|
|
92
|
-
npx ui-ux-master install --project
|
|
39
|
+
```text
|
|
40
|
+
/ui-ux-master design a checkout flow for my e-commerce app
|
|
93
41
|
```
|
|
94
42
|
|
|
95
|
-
|
|
43
|
+
```text
|
|
44
|
+
/ui-ux-master build a landing page for a healthcare startup
|
|
45
|
+
```
|
|
96
46
|
|
|
97
|
-
```
|
|
98
|
-
|
|
47
|
+
```text
|
|
48
|
+
/ui-ux-master create a full design system for this SaaS product
|
|
99
49
|
```
|
|
100
50
|
|
|
101
|
-
|
|
51
|
+
> The skill only activates when you type `/ui-ux-master` — your normal coding workflow is untouched.
|
|
102
52
|
|
|
103
|
-
|
|
104
|
-
npx ui-ux-master install --project --agents claude,codex,windsurf,gemini,cursor
|
|
105
|
-
```
|
|
53
|
+
---
|
|
106
54
|
|
|
107
|
-
|
|
55
|
+
## What It Does
|
|
108
56
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
57
|
+
| Without UI/UX Master | With UI/UX Master |
|
|
58
|
+
|---|---|
|
|
59
|
+
| Jumps straight to code | Discovery form first — brief, audience, and brand locked before design |
|
|
60
|
+
| Generic colors and layout | Industry reasoning engine → instant Design System Block per product type |
|
|
61
|
+
| No design system | Portable 9-section schema saved to `.ui-ux-memory.md` per project |
|
|
62
|
+
| Ignores accessibility | WCAG 2.2 AA + ARIA patterns audited on every output |
|
|
63
|
+
| AI slop output | Anti-slop blacklist + 5-dimensional quality gate before every emit |
|
|
64
|
+
| One-size-fits-all style | 20+ named UI styles with complete token overrides |
|
|
65
|
+
| Forgets your brand | Design memory persists across all sessions |
|
|
112
66
|
|
|
113
|
-
|
|
67
|
+
---
|
|
114
68
|
|
|
115
|
-
|
|
116
|
-
|---|---|---|
|
|
117
|
-
| npmjs | [`ui-ux-master`](https://www.npmjs.com/package/ui-ux-master) | Primary public package for normal installs and `npx` usage |
|
|
118
|
-
| GitHub | [`Seance1723/UI-UX-Skills`](https://github.com/Seance1723/UI-UX-Skills) | Source, issues, releases, workflows, and open-source collaboration |
|
|
119
|
-
| GitHub Packages | Optional scoped mirror | Use only if you want the repository Packages section to show a package |
|
|
69
|
+
## What's New
|
|
120
70
|
|
|
121
|
-
|
|
71
|
+
### v1.5.0 — Industry Intelligence Update *(May 2026)*
|
|
122
72
|
|
|
123
|
-
|
|
73
|
+
- **Industry Reasoning Engine** — describe your product, get a complete Design System Block instantly (pattern + style + palette + typography + effects + anti-patterns) for 15+ industries
|
|
74
|
+
- **UI Styles Catalog** — 20+ named styles: Glassmorphism, Liquid Glass, Data Brutalism, Aurora Borealis, Cyberpunk, AI-Native, Bento Grid, Soft UI Evolution, Claymorphism, and more — each with full CSS token overrides
|
|
75
|
+
- **Architectural Color Scales** — 11-step (50–950) OKLch ramps for every hue family, semantic states, and dark mode mappings
|
|
76
|
+
- **16-Framework Tech Stack Guidelines** — React, Next.js, Vue, Nuxt, Angular, Svelte, Astro, Remix, SolidJS, React Native, Flutter, SwiftUI, shadcn/ui, Jetpack Compose, Laravel, HTML+Tailwind
|
|
77
|
+
- **Landing Page Patterns** — 12 named conversion patterns (Hero-Centric, Problem-Solution, Social Proof First, Comparison, Product Demo First, and more) with section-by-section structure
|
|
78
|
+
- **Chart Type Guide** — 25-type decision tree + dashboard layout rules and anti-patterns
|
|
79
|
+
- **Code-Level AI Audit** — 30 error codes (AI001–AI030): Tailwind interpolation bugs, hallucinated utilities, missing a11y, React anti-patterns, invented metrics — each with severity level and line reference
|
|
80
|
+
- **MASTER + Page Overrides** — `design-system/MASTER.md` + `pages/[page].md` hierarchy for multi-page consistency
|
|
124
81
|
|
|
125
|
-
|
|
126
|
-
- `ui-ux-master-mcp` - local MCP server for tools, resources, and prompts.
|
|
127
|
-
- `import { assets, bins, trigger } from "ui-ux-master"` - lightweight ESM metadata API.
|
|
128
|
-
- `require("ui-ux-master")` - CommonJS metadata API.
|
|
82
|
+
### v1.4.0 — Quality Gates Update
|
|
129
83
|
|
|
130
|
-
|
|
84
|
+
- 6-question discovery form runs before any visual output
|
|
85
|
+
- Brand extraction protocol — never guesses colors from a company name
|
|
86
|
+
- 5 OKLch visual directions for brandless projects
|
|
87
|
+
- 5-dimensional self-critique + P0/P1/P2 quality gates before every emit
|
|
88
|
+
- Anti-AI-slop blacklist — purple gradients, generic emojis, invented metrics all forbidden
|
|
89
|
+
- Portable 9-section design system schema (DESIGN.md-compatible)
|
|
131
90
|
|
|
132
|
-
|
|
91
|
+
### v1.3.0 — Brand Methods Update
|
|
133
92
|
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
| Claude Code | `.claude/commands/ui-ux-master.md` | native `/ui-ux-master` command |
|
|
137
|
-
| Codex | `AGENTS.md` marked section | type `/ui-ux-master` |
|
|
138
|
-
| Windsurf/Cascade | `.windsurf/rules/ui-ux-master.md` and `.windsurfrules` fallback | type `/ui-ux-master` |
|
|
139
|
-
| Antigravity | `AGENTS.md` plus `.antigravity/rules/ui-ux-master.md` fallback | type `/ui-ux-master` |
|
|
140
|
-
| Gemini CLI | `GEMINI.md` marked section | type `/ui-ux-master` |
|
|
141
|
-
| Cursor | `.cursor/rules/ui-ux-master.mdc` | type `/ui-ux-master` |
|
|
142
|
-
| Other agents | `agent-templates/universal/ui-ux-master-trigger.md` | copy trigger into instruction file |
|
|
143
|
-
| MCP clients | `ui-ux-master-mcp` | discover tools/resources/prompts automatically |
|
|
93
|
+
- 10 top-brand design method skill files (Product Cinema, Enterprise Trust Hub, Conversion Simplicity, and more)
|
|
94
|
+
- Color Psychology and Branding skill with industry-specific palette prescriptions
|
|
144
95
|
|
|
145
|
-
|
|
96
|
+
---
|
|
146
97
|
|
|
147
|
-
##
|
|
98
|
+
## Supported Agents
|
|
148
99
|
|
|
149
|
-
|
|
100
|
+
| Agent | Trigger |
|
|
101
|
+
|---|---|
|
|
102
|
+
| Claude Code | `/ui-ux-master` (native slash command) |
|
|
103
|
+
| Windsurf / Cascade | `/ui-ux-master` |
|
|
104
|
+
| Cursor | `/ui-ux-master` |
|
|
105
|
+
| Codex | `/ui-ux-master` |
|
|
106
|
+
| Gemini CLI | `/ui-ux-master` |
|
|
107
|
+
| Antigravity | `/ui-ux-master` |
|
|
108
|
+
| Any other agent | Copy `agent-templates/universal/` into your instruction file |
|
|
109
|
+
| MCP clients | Auto-discovered via `ui-ux-master-mcp` |
|
|
150
110
|
|
|
151
|
-
|
|
152
|
-
- `system-prompts/ui-ux-master-compact.md` — compact add-on.
|
|
153
|
-
- `system-prompts/ui-ux-master-mcp-add-on.md` — MCP-focused add-on.
|
|
111
|
+
---
|
|
154
112
|
|
|
155
113
|
## MCP Server
|
|
156
114
|
|
|
157
|
-
Run the local MCP server:
|
|
158
|
-
|
|
159
115
|
```bash
|
|
160
|
-
ui-ux-master-mcp
|
|
161
|
-
# or without global install
|
|
162
116
|
npx -y --package ui-ux-master ui-ux-master-mcp
|
|
163
117
|
```
|
|
164
118
|
|
|
165
|
-
MCP client config:
|
|
166
|
-
|
|
167
119
|
```json
|
|
168
120
|
{
|
|
169
121
|
"mcpServers": {
|
|
@@ -175,130 +127,129 @@ MCP client config:
|
|
|
175
127
|
}
|
|
176
128
|
```
|
|
177
129
|
|
|
178
|
-
|
|
130
|
+
---
|
|
179
131
|
|
|
180
|
-
##
|
|
132
|
+
## CLI Reference
|
|
181
133
|
|
|
182
|
-
```
|
|
183
|
-
|
|
134
|
+
```bash
|
|
135
|
+
ui-ux-master install --project # install for current project
|
|
136
|
+
ui-ux-master install --project --agents claude,windsurf # specific agents only
|
|
137
|
+
ui-ux-master install --project --dry-run # preview without writing
|
|
138
|
+
ui-ux-master install --global # global install
|
|
139
|
+
ui-ux-master doctor # check install health
|
|
140
|
+
ui-ux-master uninstall --project # remove
|
|
184
141
|
```
|
|
185
142
|
|
|
186
|
-
|
|
187
|
-
/ui-ux-master audit the checkout flow for accessibility, trust, conversion, and mobile UX
|
|
188
|
-
```
|
|
143
|
+
---
|
|
189
144
|
|
|
190
|
-
|
|
191
|
-
/ui-ux-master create a design system starter for this app using the existing components and tokens
|
|
192
|
-
```
|
|
145
|
+
## Full Capabilities
|
|
193
146
|
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
```
|
|
147
|
+
<details>
|
|
148
|
+
<summary>Expand to see everything</summary>
|
|
197
149
|
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
150
|
+
**Design & Research**
|
|
151
|
+
- UX strategy, user goals, jobs-to-be-done
|
|
152
|
+
- UX research plans and evidence-confidence scoring
|
|
153
|
+
- Information architecture, navigation, taxonomy, search/filter models
|
|
154
|
+
- User flows, task flows, journey maps, service blueprints
|
|
155
|
+
- Wireframes, layout specs, visual direction, interaction design
|
|
201
156
|
|
|
202
|
-
|
|
157
|
+
**Accessibility**
|
|
158
|
+
- WCAG 2.2 AA audits and remediation guidance
|
|
159
|
+
- Advanced ARIA patterns: dialogs, tabs, comboboxes, menus, grids, live regions, drag/drop
|
|
203
160
|
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
ui-ux-
|
|
207
|
-
|
|
208
|
-
ui-ux-master install --project --dry-run
|
|
209
|
-
ui-ux-master doctor
|
|
210
|
-
ui-ux-master where
|
|
211
|
-
ui-ux-master mcp
|
|
212
|
-
ui-ux-master-mcp
|
|
213
|
-
ui-ux-master uninstall --project
|
|
214
|
-
```
|
|
161
|
+
**Design Systems**
|
|
162
|
+
- Token architecture, component specs, governance, usage rules
|
|
163
|
+
- Portable 9-section schema saved per project (`.ui-ux-memory.md`)
|
|
164
|
+
- MASTER.md + page-level override hierarchy
|
|
215
165
|
|
|
216
|
-
|
|
166
|
+
**Content & Platform**
|
|
167
|
+
- UX writing, error copy, empty states, i18n, RTL
|
|
168
|
+
- Web, iOS, Android/Material, Windows, kiosk, email, TV
|
|
217
169
|
|
|
218
|
-
|
|
219
|
-
-
|
|
220
|
-
- `references/` — advanced playbooks and standards-aligned checklists.
|
|
221
|
-
- `templates/` — briefs, audits, component specs, design-system specs, and project UI/UX memory template.
|
|
222
|
-
- `agent-templates/` — Claude, Codex, Windsurf, Antigravity, Gemini, Cursor, and universal `/ui-ux-master` activation rules.
|
|
223
|
-
- `docs/` — cross-agent slash-command compatibility docs and MCP server docs.
|
|
224
|
-
- `system-prompts/` — full, compact, and MCP-focused system prompt add-ons.
|
|
225
|
-
- `ai-discovery/` — machine-readable discovery manifest.
|
|
226
|
-
- `llms.txt` — AI-readable package map.
|
|
227
|
-
- `bin/ui-ux-master.mjs` — npm CLI installer.
|
|
228
|
-
- `bin/ui-ux-master-mcp.mjs` — local MCP server.
|
|
229
|
-
- `scripts/validate_skill.py` — dependency-free release validator.
|
|
230
|
-
- `scripts/build_deployment_zip.py` — clean deployment zip builder.
|
|
231
|
-
- `tests/` — npm installer and package smoke tests.
|
|
170
|
+
**Specialized Screens**
|
|
171
|
+
- SaaS dashboards, data visualization, ecommerce, checkout, onboarding, auth, forms, landing pages
|
|
232
172
|
|
|
233
|
-
|
|
173
|
+
**Ethics & Handoff**
|
|
174
|
+
- Dark-pattern detection, privacy, consent, AI transparency, high-risk domain safeguards
|
|
175
|
+
- Developer handoff: states, tokens, responsive behavior, analytics events, QA, acceptance criteria
|
|
234
176
|
|
|
235
|
-
|
|
177
|
+
</details>
|
|
236
178
|
|
|
237
|
-
|
|
238
|
-
- Website: `https://www.npmjs.com/package/ui-ux-master`
|
|
239
|
-
- Enable releases and issues. Enable discussions when you are ready to support community questions.
|
|
179
|
+
---
|
|
240
180
|
|
|
241
|
-
|
|
181
|
+
## Package Layout
|
|
242
182
|
|
|
243
|
-
|
|
183
|
+
```
|
|
184
|
+
ui-ux-master/
|
|
185
|
+
├── SKILL.md main orchestration (steps 1–12)
|
|
186
|
+
├── references/
|
|
187
|
+
│ ├── industry-reasoning-rules.md 15+ industry → instant design system
|
|
188
|
+
│ ├── ui-styles-catalog.md 20+ named styles with full token specs
|
|
189
|
+
│ ├── color-scale-system.md 11-step OKLch architectural scales
|
|
190
|
+
│ ├── tech-stack-guidelines.md 16 frameworks with component patterns
|
|
191
|
+
│ ├── landing-page-patterns.md 12 patterns + 25-type chart guide
|
|
192
|
+
│ ├── output-quality-gates.md AI audit codes + 5-dim self-critique
|
|
193
|
+
│ ├── design-system-schema.md 9-section schema + MASTER/overrides
|
|
194
|
+
│ ├── visual-directions.md 5 OKLch directions for brandless projects
|
|
195
|
+
│ ├── design-discovery-protocol.md 6-question intake + brand extraction
|
|
196
|
+
│ └── brand-method-*.md 10 top-brand design methods
|
|
197
|
+
├── templates/ briefs, specs, memory template
|
|
198
|
+
├── agent-templates/ Claude, Windsurf, Cursor, Codex, Gemini
|
|
199
|
+
├── system-prompts/ copy into any AI custom-instructions
|
|
200
|
+
└── bin/ CLI + MCP server
|
|
201
|
+
```
|
|
244
202
|
|
|
245
|
-
|
|
203
|
+
---
|
|
246
204
|
|
|
247
205
|
## Validation and Testing
|
|
248
206
|
|
|
249
|
-
Run from this folder:
|
|
250
|
-
|
|
251
207
|
```bash
|
|
252
208
|
python scripts/validate_skill.py --release
|
|
253
209
|
npm test
|
|
254
210
|
npm pack --dry-run
|
|
255
211
|
```
|
|
256
212
|
|
|
257
|
-
|
|
213
|
+
Expected output: `PASS: UI/UX skill package is valid`
|
|
258
214
|
|
|
259
|
-
|
|
260
|
-
python scripts/build_deployment_zip.py
|
|
261
|
-
```
|
|
215
|
+
---
|
|
262
216
|
|
|
263
|
-
|
|
217
|
+
## Limitations
|
|
264
218
|
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
219
|
+
- Guides research — does not replace real user testing
|
|
220
|
+
- Assists accessibility review — does not replace AT expert testing for high-risk products
|
|
221
|
+
- Flags legal/privacy risks — does not replace legal review
|
|
222
|
+
- No live preview or media generation
|
|
223
|
+
|
|
224
|
+
---
|
|
269
225
|
|
|
270
226
|
## Competitive Positioning
|
|
271
227
|
|
|
272
|
-
UI/UX Master
|
|
228
|
+
UI/UX Master combines what every competitor does best into one opt-in, daemon-free, cross-agent skill:
|
|
273
229
|
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
230
|
+
- **Discovery-first** — no visuals until brief is locked (beats generic prompt packs)
|
|
231
|
+
- **Industry reasoning engine** — instant Design System Block per product type (matches `ui-ux-pro-max-skill`)
|
|
232
|
+
- **11-step OKLch color scales** — architectural palette system (matches `saifyxpro`)
|
|
233
|
+
- **Code-level audit AI001–AI030** — catches Tailwind bugs, missing a11y, React anti-patterns (matches `saifyxpro`)
|
|
234
|
+
- **16-framework tech stack rules** — component patterns per framework (matches `saifyxpro`)
|
|
235
|
+
- **Quality gates** — 5-dimensional self-critique + anti-slop blacklist (inspired by `open-design`)
|
|
236
|
+
- **Full lifecycle** — research → IA → UI → accessibility → dev handoff (beats all narrow skills)
|
|
237
|
+
- **Project memory** — `.ui-ux-memory.md` persists brand/design across sessions
|
|
282
238
|
|
|
283
|
-
|
|
239
|
+
See `references/competitive-landscape.md` for the full analysis.
|
|
240
|
+
|
|
241
|
+
---
|
|
284
242
|
|
|
285
|
-
|
|
286
|
-
- [ ] `npm test` passes.
|
|
287
|
-
- [ ] `npm pack --dry-run` contains only intended files.
|
|
288
|
-
- [ ] `ui-ux-master install --project --dry-run` works.
|
|
289
|
-
- [ ] Agent templates contain `/ui-ux-master` and do not include local absolute paths.
|
|
290
|
-
- [ ] System prompt add-ons and MCP docs are included and mention `/ui-ux-master`.
|
|
291
|
-
- [ ] MCP smoke test returns `tools/list` and `resources/list` successfully.
|
|
292
|
-
- [ ] No `node_modules`, `__pycache__`, `.pyc`, graphify cache, coverage, logs, secrets, or local credentials are included.
|
|
243
|
+
## Deployment Readiness Checklist
|
|
293
244
|
|
|
294
|
-
|
|
245
|
+
- [ ] `python scripts/validate_skill.py --release` passes
|
|
246
|
+
- [ ] `npm test` passes
|
|
247
|
+
- [ ] `npm pack --dry-run` contains only intended files
|
|
248
|
+
- [ ] `ui-ux-master install --project --dry-run` works
|
|
249
|
+
- [ ] No `node_modules`, `.pyc`, secrets, or local paths in package
|
|
295
250
|
|
|
296
|
-
|
|
297
|
-
- It helps accessibility review but does not replace expert assistive-technology testing for high-risk products.
|
|
298
|
-
- It flags legal/privacy/health/finance risks but does not replace legal or domain-expert review.
|
|
299
|
-
- Brand and competitor sites change; verify live claims before citing them as facts.
|
|
300
|
-
- Agents without native slash commands use `/ui-ux-master` as a text trigger through installed instruction files.
|
|
251
|
+
---
|
|
301
252
|
|
|
302
253
|
## License
|
|
303
254
|
|
|
304
|
-
MIT.
|
|
255
|
+
MIT — by Rupak Biswas. Contributions welcome.
|