-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskill.json
More file actions
84 lines (84 loc) · 1.67 KB
/
Copy pathskill.json
File metadata and controls
84 lines (84 loc) · 1.67 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
{
"name": "ios-agent-skill",
"version": "3.3.0",
"description": "Apple app engineering skill for Claude, ChatGPT/Codex and Gemini, with 405 technologies, release notes, layered icons, app scaffolding and MCP tools.",
"author": "Nagarjuna Reddy",
"homepage": "https://github.com/Nagarjuna2997/ios-agent-skill",
"license": "MIT",
"keywords": [
"ios",
"swift",
"swiftui",
"uikit",
"xcode",
"apple",
"macos",
"watchos",
"tvos",
"visionos",
"mobile",
"app-development"
],
"skill": {
"entry": "SKILL.md",
"type": "system-prompt",
"platforms": [
"ios",
"macos",
"watchos",
"tvos",
"visionos"
],
"languages": [
"swift"
],
"frameworks": [
"appleintelligence",
"foundationmodels",
"coreai",
"evaluations",
"swiftui",
"uikit",
"foundation",
"combine",
"swiftdata",
"coredata",
"coreml",
"vision",
"arkit",
"realitykit",
"scenekit",
"metal",
"corespotlight",
"mapkit",
"healthkit",
"storekit",
"cloudkit",
"widgetkit",
"activitykit",
"appintents",
"tipkit",
"corelocation",
"avfoundation",
"corebluetooth",
"coremotion",
"corenfc",
"homekit",
"passkit",
"weatherkit",
"eventkit",
"cryptokit"
],
"swift-version": "6.4",
"xcode-version": "27",
"ios-sdk-version": "27",
"minimum-ios": "17.0"
},
"resources": {
"docs": "docs/",
"templates": "templates/",
"patterns": "patterns/",
"checklists": "checklists/",
"scripts": "scripts/"
}
}