mirror of
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git
synced 2026-08-07 05:18:39 +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>
19 lines
651 B
JSON
19 lines
651 B
JSON
{
|
|
"platform": "warp",
|
|
"displayName": "Warp",
|
|
"installType": "full",
|
|
"folderStructure": {
|
|
"root": ".warp",
|
|
"skillPath": "skills/ui-ux-pro-max",
|
|
"filename": "SKILL.md"
|
|
},
|
|
"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, 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"
|
|
}
|