Skip to content

Commit 642c8e7

Browse files
duyetduyetbot
andcommitted
fix(build-ios-apps): cover on-device-AI skills in description + README, fix dead links (v1.0.1)
Co-Authored-By: duyetbot <duyetbot@users.noreply.github.com>
1 parent a9e9b4e commit 642c8e7

5 files changed

Lines changed: 17 additions & 12 deletions

File tree

build-ios-apps/.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "build-ios-apps",
3-
"version": "1.0.0",
4-
"description": "Build, profile, debug, and refine iOS apps with SwiftUI and Xcode workflows including App Intents, Simulator debugging, performance profiling, and memory leak detection.",
3+
"version": "1.0.1",
4+
"description": "Build, profile, debug, and refine iOS apps with SwiftUI and Xcode workflows App Intents, Simulator debugging, performance profiling, memory leak detection, and on-device AI with Apple Intelligence, Foundation Models, and Core AI.",
55
"author": {
66
"name": "duyet",
77
"url": "https://github.com/duyet"

build-ios-apps/.codex-plugin/plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "build-ios-apps",
3-
"version": "1.0.0",
4-
"description": "Build, profile, debug, and refine iOS apps with SwiftUI and Xcode workflows including App Intents, Simulator debugging, performance profiling, and memory leak detection.",
3+
"version": "1.0.1",
4+
"description": "Build, profile, debug, and refine iOS apps with SwiftUI and Xcode workflows App Intents, Simulator debugging, performance profiling, memory leak detection, and on-device AI with Apple Intelligence, Foundation Models, and Core AI.",
55
"author": {
66
"name": "duyet"
77
},
88
"skills": "./skills/",
99
"agents": "./agents/",
1010
"interface": {
1111
"displayName": "Build iOS Apps",
12-
"shortDescription": "Build, profile, debug, and refine iOS apps with SwiftUI and Xcode workflows",
12+
"shortDescription": "Build, profile, debug, and refine iOS apps with SwiftUI and Xcode workflows — App Intents, Simulator debugging, performance profiling, memory leak detection, and on-device AI with Apple Intelligence, Foundation Models, and Core AI.",
1313
"developerName": "duyet",
1414
"category": "development",
1515
"capabilities": ["Skill", "Agent"],

build-ios-apps/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ It currently includes these skills:
1313
- `swiftui-performance-audit`
1414
- `swiftui-ui-patterns`
1515
- `swiftui-view-refactor`
16+
- `apple-intelligence`
17+
- `core-ai`
18+
- `foundation-models`
1619

1720
## What It Covers
1821

@@ -34,7 +37,6 @@ build-ios-apps/
3437
├── .codex-plugin/ # Codex manifest
3538
├── agents/
3639
│ └── openai.yaml # OpenAI surface metadata
37-
├── assets/ # Icons and SVGs
3840
└── skills/ # Skill payloads
3941
├── ios-debugger-agent/
4042
├── ios-simulator-browser/
@@ -44,7 +46,10 @@ build-ios-apps/
4446
├── swiftui-liquid-glass/
4547
├── swiftui-performance-audit/
4648
├── swiftui-ui-patterns/
47-
└── swiftui-view-refactor/
49+
├── swiftui-view-refactor/
50+
├── apple-intelligence/
51+
├── core-ai/
52+
└── foundation-models/
4853
```
4954

5055
## License

build-ios-apps/skills/ios-simulator-browser/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: ios-simulator-browser
3-
description: Mirror an iOS Simulator into the Codex in-app browser and render SwiftUI previews from importable Swift packages in that simulator with hot reload.
3+
description: Mirror an iOS Simulator into an in-app browser and hot-reload SwiftUI previews from importable Swift packages. Use when previewing SwiftUI in the simulator, mirroring a running simulator in the browser, or live-reloading package-backed previews.
44
---
55

66
# iOS Simulator Browser

build-ios-apps/skills/swiftui-performance-audit/SKILL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Use `references/report-template.md` when formatting the final audit.
107107
- Common code smells and remediation patterns: `references/code-smells.md`
108108
- Audit output template: `references/report-template.md`
109109
- Add Apple documentation and WWDC resources under `references/` as they are supplied by the user.
110-
- Optimizing SwiftUI performance with Instruments: `references/optimizing-swiftui-performance-instruments.md`
111-
- Understanding and improving SwiftUI performance: `references/understanding-improving-swiftui-performance.md`
112-
- Understanding hangs in your app: `references/understanding-hangs-in-your-app.md`
113-
- Demystify SwiftUI performance (WWDC23): `references/demystify-swiftui-performance-wwdc23.md`
110+
- Optimizing SwiftUI performance with Instruments (Apple/WWDC resource, user-supplied)
111+
- Understanding and improving SwiftUI performance (Apple Developer documentation, user-supplied)
112+
- Understanding hangs in your app (Apple Developer documentation, user-supplied)
113+
- Demystify SwiftUI performance WWDC23 (Apple/WWDC resource, user-supplied)
114114
- In addition to the references above, use web search to consult current Apple Developer documentation when Instruments workflows or SwiftUI performance guidance may have changed.

0 commit comments

Comments
 (0)