mirror of
https://github.com/AvdLee/SwiftUI-Agent-Skill.git
synced 2026-09-14 16:21:15 +08:00
28 lines
745 B
JSON
28 lines
745 B
JSON
{
|
|
"$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"
|
|
]
|
|
}
|