mirror of
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git
synced 2026-04-25 11:18:17 +00:00
- Add Angular stack guidelines (50 rows) with signals, standalone components, defer blocks (#203) - Add Laravel stack guidelines (50 rows) with Blade, Livewire, Inertia.js (#105) - Add KiloCode platform support (.kilocode/skills/) as Roo Code fork (#89) - Add global install mode: `uipro init --global` installs to ~/ (#75) - Add uninstall command: `uipro uninstall` with auto-detect (#185) - Add Warp platform support (#88) - Add Augment platform support (#41) - Add skill.json manifest for add-skill registry (#95) - Update README with new platforms, stacks, CLI commands
19 lines
640 B
JSON
19 lines
640 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 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": "Skill"
|
|
}
|