mirror of
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git
synced 2026-07-21 21:47:45 +00:00
cli/assets had fallen out of sync with src/ui-ux-pro-max ahead of this change (unrelated to the motion-domain feature) - colors.csv, products.csv, google-fonts.csv, draft.csv, several platform templates, and sub-skill scripts/tests had all drifted. Ran the project's own `sync-assets.mjs` to bring cli/assets back in line with the source of truth per the documented Sync Rules; `--check` now reports assets as in sync. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
22 lines
765 B
JSON
22 lines
765 B
JSON
{
|
|
"platform": "opencode",
|
|
"displayName": "OpenCode",
|
|
"installType": "full",
|
|
"folderStructure": {
|
|
"root": ".opencode",
|
|
"skillPath": "skills/ui-ux-pro-max",
|
|
"filename": "SKILL.md"
|
|
},
|
|
"scriptPath": "skills/ui-ux-pro-max/scripts/search.py",
|
|
"frontmatter": {
|
|
"name": "ui-ux-pro-max",
|
|
"description": "UI/UX design intelligence with searchable database"
|
|
},
|
|
"sections": {
|
|
"quickReference": false
|
|
},
|
|
"title": "ui-ux-pro-max",
|
|
"description": "Comprehensive design guide for web, mobile, and desktop applications. Contains 67 styles, 161 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 22 technology stacks. Searchable database with priority-based recommendations.",
|
|
"skillOrWorkflow": "Skill"
|
|
}
|