ui-ux-consultant-cli 1.1.0-beta.1 → 1.1.0-beta.2
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 +4 -0
- package/package.json +20 -2
package/README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
# UI/UX Consultant Skill
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/ui-ux-consultant-cli)
|
|
4
|
+
[](https://www.npmjs.com/package/ui-ux-consultant-cli)
|
|
4
5
|
[](LICENSE)
|
|
6
|
+
[](https://claude.ai/code)
|
|
7
|
+
[](https://cursor.sh)
|
|
8
|
+
[](https://codeium.com/windsurf)
|
|
5
9
|
|
|
6
10
|
A zero-install, multi-framework UI/UX design consultant embedded in Claude. Covers 16 frameworks with opinionated code patterns, accessibility checklists, and a curated design catalog.
|
|
7
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ui-ux-consultant-cli",
|
|
3
|
-
"version": "1.1.0-beta.
|
|
3
|
+
"version": "1.1.0-beta.2",
|
|
4
4
|
"description": "CLI installer for the UI/UX Consultant Claude skill",
|
|
5
5
|
"bin": {
|
|
6
6
|
"uiux": "dist/index.js"
|
|
@@ -35,12 +35,30 @@
|
|
|
35
35
|
},
|
|
36
36
|
"keywords": [
|
|
37
37
|
"claude",
|
|
38
|
+
"claude-code",
|
|
39
|
+
"claude-skill",
|
|
38
40
|
"cursor",
|
|
41
|
+
"windsurf",
|
|
42
|
+
"copilot",
|
|
43
|
+
"ai-skill",
|
|
44
|
+
"llm",
|
|
39
45
|
"skill",
|
|
40
46
|
"ui-ux",
|
|
47
|
+
"ui",
|
|
48
|
+
"ux",
|
|
49
|
+
"design",
|
|
50
|
+
"design-system",
|
|
41
51
|
"angular",
|
|
42
52
|
"react",
|
|
43
|
-
"
|
|
53
|
+
"vue",
|
|
54
|
+
"nextjs",
|
|
55
|
+
"svelte",
|
|
56
|
+
"flutter",
|
|
57
|
+
"swiftui",
|
|
58
|
+
"tailwind",
|
|
59
|
+
"frontend",
|
|
60
|
+
"accessibility",
|
|
61
|
+
"component-library"
|
|
44
62
|
],
|
|
45
63
|
"author": "Yatin Rai <raiyatin55@gmail.com>",
|
|
46
64
|
"license": "MIT",
|