-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathmetadata.json
More file actions
64 lines (57 loc) · 1.68 KB
/
Copy pathmetadata.json
File metadata and controls
64 lines (57 loc) · 1.68 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "makepad-skills",
"version": "2.0.0",
"description": "Makepad 2.0 skills for Claude Code — DSL, layout, widgets, shaders, animation, and more",
"author": "makepad-skills contributors",
"license": "MIT",
"repository": "",
"stats": {
"makepad_2_0_skills": 14,
"total_skills": 14
},
"skills": {
"makepad-2.0": [
"makepad-2.0-design-judgment",
"makepad-2.0-animation",
"makepad-2.0-app-structure",
"makepad-2.0-dsl",
"makepad-2.0-events",
"makepad-2.0-layout",
"makepad-2.0-migration",
"makepad-2.0-performance",
"makepad-2.0-shaders",
"makepad-2.0-splash",
"makepad-2.0-theme",
"makepad-2.0-troubleshooting",
"makepad-2.0-vector",
"makepad-2.0-widgets"
]
},
"triggers": {
"makepad-2.0": [
"makepad", "script_mod!", "app_main!", "Widget", "View", "Button",
"Label", "TextInput", "draw_bg", "Sdf2d", "shader", "animator",
"Flow", "Fill", "Fit", "Inset", "WidgetRef", "WidgetAction",
"ScriptVm", "ScriptHook", "mod.widgets", "mod.themes",
"Vector", "SVG", "Gradient", "DropShadow",
"theme", "dark mode", "light mode", "migration", "live_design to script_mod"
]
},
"source_projects": {
"makepad": "https://github.com/makepad/makepad"
},
"compatibility": {
"claude_code_min_version": "2.1.0",
"makepad_version": "dev branch (git)",
"rust_edition": "2024"
},
"legacy": {
"branch": "v1/makepad-1.0",
"description": "Makepad 1.x skills (10 makepad + 5 robius + 1 molykit) archived here"
},
"last_updated": "2026-04-06",
"quality_checks": {
"skill_frontmatter": true,
"references_present": true
}
}