fix: self-contained installation for all platforms
- Remove .shared folder dependency - all platforms now self-contained - Each platform installation includes its own data/ and scripts/ - Update platform configs: reference → full install type - Simplify template.ts: remove ensureSharedExists logic - Update Cursor to Skill Mode (auto-activate) - Update README to reflect Cursor in Skill Mode - Bump CLI version to 2.2.2 Fixes issue where users couldn't find search.py in shared folder. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
3eb7d99d67
commit
28fb9373bd
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"platform": "copilot",
|
||||
"displayName": "GitHub Copilot",
|
||||
"installType": "reference",
|
||||
"installType": "full",
|
||||
"folderStructure": {
|
||||
"root": ".github",
|
||||
"skillPath": "prompts",
|
||||
"filename": "ui-ux-pro-max.prompt.md"
|
||||
"skillPath": "prompts/ui-ux-pro-max",
|
||||
"filename": "PROMPT.md"
|
||||
},
|
||||
"scriptPath": ".shared/ui-ux-pro-max/scripts/search.py",
|
||||
"scriptPath": "prompts/ui-ux-pro-max/scripts/search.py",
|
||||
"frontmatter": null,
|
||||
"sections": {
|
||||
"quickReference": false
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"platform": "cursor",
|
||||
"displayName": "Cursor",
|
||||
"installType": "reference",
|
||||
"installType": "full",
|
||||
"folderStructure": {
|
||||
"root": ".cursor",
|
||||
"skillPath": "commands",
|
||||
"filename": "ui-ux-pro-max.md"
|
||||
"skillPath": "skills/ui-ux-pro-max",
|
||||
"filename": "SKILL.md"
|
||||
},
|
||||
"scriptPath": ".shared/ui-ux-pro-max/scripts/search.py",
|
||||
"scriptPath": "skills/ui-ux-pro-max/scripts/search.py",
|
||||
"frontmatter": null,
|
||||
"sections": {
|
||||
"quickReference": false
|
||||
},
|
||||
"title": "ui-ux-pro-max",
|
||||
"description": "Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.",
|
||||
"skillOrWorkflow": "Workflow"
|
||||
"skillOrWorkflow": "Skill"
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"platform": "kiro",
|
||||
"displayName": "Kiro",
|
||||
"installType": "reference",
|
||||
"installType": "full",
|
||||
"folderStructure": {
|
||||
"root": ".kiro",
|
||||
"skillPath": "steering",
|
||||
"filename": "ui-ux-pro-max.md"
|
||||
"skillPath": "steering/ui-ux-pro-max",
|
||||
"filename": "SKILL.md"
|
||||
},
|
||||
"scriptPath": ".shared/ui-ux-pro-max/scripts/search.py",
|
||||
"scriptPath": "steering/ui-ux-pro-max/scripts/search.py",
|
||||
"frontmatter": null,
|
||||
"sections": {
|
||||
"quickReference": false
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"platform": "qoder",
|
||||
"displayName": "Qoder",
|
||||
"installType": "reference",
|
||||
"installType": "full",
|
||||
"folderStructure": {
|
||||
"root": ".qoder",
|
||||
"skillPath": "skills/ui-ux-pro-max",
|
||||
"filename": "SKILL.md"
|
||||
},
|
||||
"scriptPath": ".shared/ui-ux-pro-max/scripts/search.py",
|
||||
"scriptPath": "skills/ui-ux-pro-max/scripts/search.py",
|
||||
"frontmatter": {
|
||||
"name": "ui-ux-pro-max",
|
||||
"description": "UI/UX design intelligence with searchable database"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"platform": "roocode",
|
||||
"displayName": "Roo Code",
|
||||
"installType": "reference",
|
||||
"installType": "full",
|
||||
"folderStructure": {
|
||||
"root": ".roo",
|
||||
"skillPath": "commands",
|
||||
"filename": "ui-ux-pro-max.md"
|
||||
"skillPath": "skills/ui-ux-pro-max",
|
||||
"filename": "SKILL.md"
|
||||
},
|
||||
"scriptPath": ".shared/ui-ux-pro-max/scripts/search.py",
|
||||
"scriptPath": "skills/ui-ux-pro-max/scripts/search.py",
|
||||
"frontmatter": null,
|
||||
"sections": {
|
||||
"quickReference": false
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"platform": "windsurf",
|
||||
"displayName": "Windsurf",
|
||||
"installType": "reference",
|
||||
"installType": "full",
|
||||
"folderStructure": {
|
||||
"root": ".windsurf",
|
||||
"skillPath": "skills",
|
||||
"filename": "ui-ux-pro-max.md"
|
||||
"skillPath": "skills/ui-ux-pro-max",
|
||||
"filename": "SKILL.md"
|
||||
},
|
||||
"scriptPath": ".shared/ui-ux-pro-max/scripts/search.py",
|
||||
"scriptPath": "skills/ui-ux-pro-max/scripts/search.py",
|
||||
"frontmatter": null,
|
||||
"sections": {
|
||||
"quickReference": false
|
||||
|
||||
Reference in New Issue
Block a user