mirror of
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git
synced 2026-04-25 11:18:17 +00:00
Add required name and description frontmatter to windsurf, kiro, cursor, copilot, and roocode platform templates. Update agent.json frontmatter with current capability counts. Closes #204, #188, #43
22 lines
895 B
JSON
Executable File
22 lines
895 B
JSON
Executable File
{
|
|
"platform": "copilot",
|
|
"displayName": "GitHub Copilot",
|
|
"installType": "full",
|
|
"folderStructure": {
|
|
"root": ".github",
|
|
"skillPath": "prompts/ui-ux-pro-max",
|
|
"filename": "PROMPT.md"
|
|
},
|
|
"scriptPath": "prompts/ui-ux-pro-max/scripts/search.py",
|
|
"frontmatter": {
|
|
"name": "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."
|
|
},
|
|
"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"
|
|
}
|