From e60b7545475df1f30e3da9c7cd1a0731f05d90ba Mon Sep 17 00:00:00 2001 From: Lasha Efremidze Date: Thu, 29 Jan 2026 11:44:15 -0800 Subject: [PATCH 1/2] Add Swift patterns skill to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3efcb0..791ea62 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ Official AI agent skills from the Expo team for building, deploying, and debuggi - **[massimodeluisa/recursive-decomposition-skill](https://github.com/massimodeluisa/recursive-decomposition-skill)** - Handle long-context tasks (100+ files, 50k+ tokens) through recursive decomposition strategies based on RLM research - **[callstackincubator/react-native-best-practices](https://github.com/callstackincubator/agent-skills/blob/main/skills/react-native-best-practices/SKILL.md)** - Performance optimization for React Native apps from Callstack - **[AvdLee/swiftui-expert-skill](https://github.com/AvdLee/SwiftUI-Agent-Skill/tree/main/swiftui-expert-skill)** - Modern SwiftUI best practices and iOS 26+ Liquid Glass adoption +- **[efremidze/swift-patterns-skill](https://github.com/efremidze/swift-patterns-skill/tree/main/swift-patterns)** - Modern Swift/SwiftUI Best Practices - **[CloudAI-X/threejs-skills](https://github.com/CloudAI-X/threejs-skills)** - Three.js skills for creating 3D elements and interactive experiences ### Context Engineering From 1efdc01ea63a13d6fe0e18ba818d5e56b34f28b7 Mon Sep 17 00:00:00 2001 From: Lasha Efremidze Date: Thu, 29 Jan 2026 14:49:43 -0800 Subject: [PATCH 2/2] Fix link formatting for swift-patterns-skill --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 791ea62..50ff8d8 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ Official AI agent skills from the Expo team for building, deploying, and debuggi - **[massimodeluisa/recursive-decomposition-skill](https://github.com/massimodeluisa/recursive-decomposition-skill)** - Handle long-context tasks (100+ files, 50k+ tokens) through recursive decomposition strategies based on RLM research - **[callstackincubator/react-native-best-practices](https://github.com/callstackincubator/agent-skills/blob/main/skills/react-native-best-practices/SKILL.md)** - Performance optimization for React Native apps from Callstack - **[AvdLee/swiftui-expert-skill](https://github.com/AvdLee/SwiftUI-Agent-Skill/tree/main/swiftui-expert-skill)** - Modern SwiftUI best practices and iOS 26+ Liquid Glass adoption -- **[efremidze/swift-patterns-skill](https://github.com/efremidze/swift-patterns-skill/tree/main/swift-patterns)** - Modern Swift/SwiftUI Best Practices +- **[efremidze/swift-patterns-skill](https://github.com/efremidze/swift-patterns-skill/tree/main/swift-patterns)** - Modern Swift/SwiftUI best practices - **[CloudAI-X/threejs-skills](https://github.com/CloudAI-X/threejs-skills)** - Three.js skills for creating 3D elements and interactive experiences ### Context Engineering