๐–ท๐–ข๐—ˆ๐–ฝ๐–พ ๐Ÿค๐Ÿฉ ๐– ๐—€๐–พ๐—‡๐— ๐–ฒ๐—„๐—‚๐—…๐—…๐—Œ

Apple added new agent skills to Xcode 27. These are not community add-ons. Apple wrote them.

These skills help AI agents handle new APIs and security settings. Apple ships seven skills in the toolchain:

Export these files to your computer. Run this command: xcrun agent skills export --output-dir ~/Downloads/xcode-skills

Command not working? Check your settings. Open Xcode Settings. Click the Locations tab. Set Command Line Tools to Xcode 27.

These files help in two ways.

First, agents use them. They load specific rules for specific tasks. This keeps context costs low.

Second, you read them. These are Markdown files. They show Apple's rules for modern Swift and SwiftUI.

Other Xcode 27 updates:

You make your own skills too. Create a folder with a SKILL.md file. Add a name and description. The description tells the agent when to use the skill.

Example rule: Name: viewmodel-rules Description: Use when creating view models. Rule: Every view model must use @MainActor.

Export Apple's skills. See how they scope a job. Use it to write your own.

Source: https://dev.to/arshtechpro/wwdc-2026-xcode-27-ships-with-apples-own-agent-skills-what-they-are-and-how-to-use-them-3g2

Optional learning community: https://t.me/GyaanSetuAi