-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
92 lines (86 loc) · 2.52 KB
/
Copy pathmetadata.json
File metadata and controls
92 lines (86 loc) · 2.52 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "makepad-skills",
"version": "2.0.0",
"description": "Comprehensive Makepad, Robius, and MolyKit skills for Claude with auto-triggering",
"author": "makepad-skills contributors",
"license": "MIT",
"repository": "https://github.com/ZhangHanDong/makepad-skills",
"stats": {
"makepad_skills": 11,
"robius_skills": 5,
"molykit_skills": 1,
"extended_skills": 3,
"total_skills": 20
},
"skills": {
"router": [
"makepad-router"
],
"makepad": [
"makepad-basics",
"makepad-dsl",
"makepad-layout",
"makepad-widgets",
"makepad-event-action",
"makepad-animation",
"makepad-shaders",
"makepad-platform",
"makepad-font",
"makepad-splash"
],
"robius": [
"robius-app-architecture",
"robius-widget-patterns",
"robius-event-action",
"robius-state-management",
"robius-matrix-integration"
],
"molykit": [
"molykit"
],
"extended": [
"makepad-deployment",
"makepad-reference",
"evolution"
]
},
"triggers": {
"makepad": [
"makepad", "live_design!", "app_main!", "Widget", "View", "Button",
"Label", "TextInput", "draw_bg", "Sdf2d", "shader", "animator",
"Flow", "Walk", "Size", "Padding", "WidgetRef", "WidgetAction"
],
"robius": [
"robius", "robrix", "AppState", "Scope::with_data", "MatrixRequest",
"TimelineUpdate", "submit_async_request", "MatchEvent", "handle_actions",
"widget extension", "modal", "collapsible", "LRU cache", "drag-drop",
"theme switching", "state machine", "persistence", "async loading", "tokio"
],
"molykit": [
"molykit", "moly-kit", "BotClient", "BotContext", "PlatformSend",
"SSE streaming", "AI chat", "OpenAI Makepad"
],
"extended": [
"deployment", "android", "iOS", "WASM", "packaging",
"troubleshooting", "error", "code quality", "adaptive layout",
"self-evolution", "hooks", "templates", "contribution"
]
},
"source_projects": {
"makepad": "https://github.com/makepad/makepad",
"robrix": "https://github.com/project-robius/robrix",
"moly": "https://github.com/moxin-org/moly",
"molykit": "https://github.com/moxin-org/moly/tree/main/moly-kit"
},
"compatibility": {
"claude_code_min_version": "2.1.0",
"makepad_version": "0.6.0+",
"rust_edition": "2024"
},
"last_updated": "2026-01-21",
"quality_checks": {
"skill_frontmatter": true,
"llms_txt_present": true,
"references_present": true
}
}