-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.json
More file actions
35 lines (35 loc) · 1.54 KB
/
Copy pathskill.json
File metadata and controls
35 lines (35 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "better-ui-ux",
"version": "1.0.0",
"description": "Open-source MCP skill for AI coding agents. Real BM25 palette search (172 palettes), 114 parametric SVG icons from shape primitives, GSAP + ScrollTrigger animations, component transformation.",
"author": "Mert-byt",
"license": "MIT",
"keywords": [
"ui", "ux", "design-system", "mcp", "animation", "gsap", "scrolltrigger",
"palette", "icons", "lucide", "phosphor", "glassmorphism", "neumorphism",
"typography", "color-palette", "component-transformation", "bm25", "search"
],
"triggers": [
"design system", "ui design", "color palette", "palette search",
"animation", "scroll reveal", "scrolltrigger", "gsap",
"component style", "icon", "logo", "typography",
"glassmorphism", "neumorphism", "brutalist",
"ui transformation", "make it beautiful", "make it look good",
"improve the design", "better ui", "better ux"
],
"mcpServer": {
"command": "node",
"args": ["build/index.js"],
"description": "Better-UI-UX MCP server: design system, palette search, component transformation, icon generation, GSAP animations."
},
"skills": [
{
"name": "better-ui-ux",
"description": "Design system generation, palette search, component transformation, icon generation, and GSAP animation injection",
"file": ".claude/skills/better-ui-ux/SKILL.md"
}
],
"repository": "https://github.com/Mert-byt/Better-UI-UX",
"homepage": "https://github.com/Mert-byt/Better-UI-UX",
"bugs": "https://github.com/Mert-byt/Better-UI-UX/issues"
}