Xcode 27 ships with Apple-native agent skills

1 min read


Xcode 27 now ships with Apple-native agent skills, and Apple exposes them through xcrun agent skills export.

X

Today, Xcode ships with agent skills for SwiftUI (with the ability to export them to use with any agent). These skills will help you and your agent create modern, idiomatic, and performant SwiftUI and make the best use of brand-new APIs. We have synthesized best practices of...

Jun 8, 2026 625 likes 21 replies

View on X

Exported skills

SkillWhat it helps withGitHubskills.sh
swiftui-whats-new-27SDK 27 SwiftUI APIs and migrations

Source

Install

swiftui-specialistidiomatic SwiftUI structure, data flow, environment, modifiers, animation

Source

Install

c-bounds-safetyC -fbounds-safety adoption and debugging

Source

Install

device-interactionsimulator/device screenshots, hierarchy, and touch verification

Source

Install

audit-xcode-security-settingsXcode security build settings, warnings, analyzer checks, Enhanced Security

Source

Install

uikit-app-modernizationUIKit modernization for scenes, safe areas, orientation, and screen APIs

Source

Install

test-modernizerXCTest to Swift Testing modernization

Source

Install

xcrun agent skills export