-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
43 lines (43 loc) · 1.66 KB
/
plugin.json
File metadata and controls
43 lines (43 loc) · 1.66 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
{
"name": "apple-dev-skills",
"version": "6.0.1",
"description": "Apple development workflows for Codex and Claude Code, including SwiftUI architecture and DocC authoring guidance.",
"author": {
"name": "Gale",
"email": "mail@galewilliams.com",
"url": "https://github.com/gaelic-ghost"
},
"homepage": "https://github.com/gaelic-ghost/apple-dev-skills",
"repository": "https://github.com/gaelic-ghost/apple-dev-skills",
"license": "Apache-2.0",
"keywords": [
"codex",
"skills",
"apple",
"swift",
"xcode",
"swiftui",
"ios",
"macos"
],
"skills": "./skills/",
"interface": {
"displayName": "Apple Dev Skills",
"shortDescription": "Apple, Swift, Xcode, SwiftUI, and DocC workflows for Codex.",
"longDescription": "Bundle Apple-platform development skills for Swift, SwiftUI architecture, Xcode, SwiftPM, DocC authoring and review, testing, formatting, and repository guidance work across iOS, macOS, and related Apple tooling.",
"developerName": "Gale",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/gaelic-ghost/apple-dev-skills",
"defaultPrompt": [
"Explore the relevant Apple docs first, then explain the right SwiftUI or Xcode path for this repository.",
"Help me build, test, or debug this Swift or Xcode project using the repo's Apple workflows.",
"Write or review DocC symbol comments, articles, extension files, and landing-page structure for this Swift repository.",
"Sync the Apple project guidance in this repo without hand-editing Xcode project files."
],
"brandColor": "#0A84FF"
}
}