-
-
Notifications
You must be signed in to change notification settings - Fork 154
Expand file tree
/
Copy pathplugin.json
More file actions
27 lines (27 loc) · 745 Bytes
/
Copy pathplugin.json
File metadata and controls
27 lines (27 loc) · 745 Bytes
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
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "swiftui-expert",
"version": "4.2.0",
"description": "Expert SwiftUI guidance for state management, view composition, performance, and iOS 26+ Liquid Glass adoption.",
"author": {
"name": "Antoine van der Lee",
"email": "contact@avanderlee.com",
"url": "https://www.avanderlee.com"
},
"homepage": "https://github.com/AvdLee/SwiftUI-Agent-Skill",
"repository": "https://github.com/AvdLee/SwiftUI-Agent-Skill",
"license": "MIT",
"keywords": [
"swift",
"swiftui",
"ios",
"apple",
"state-management",
"performance",
"liquid-glass",
"view-composition",
"navigation",
"lists",
"sheets"
]
}