Xcode Skills
Agent skills bundled with Xcode 27 beta 5, packaged as a Claude Code plugin so you can use them outside Xcode.
Install
Any agent — npx skills
Works for Codex, Cursor, Cline, Amp, Claude Code and ~70 more. Project scope by default, -g for global:
npx skills add artemnovichkov/xcode-skills # pick interactively
npx skills add artemnovichkov/xcode-skills --all -g # install all, globally
Installs to .agents/skills/, then links into each detected agent's own directory.
Claude Code plugin
/plugin marketplace add artemnovichkov/xcode-skills
/plugin install xcode-skills@xcode-skills
Manual
git clone https://github.com/artemnovichkov/xcode-skills.git
cp -R xcode-skills/skills/* ~/.agents/skills/ # Codex, and most other agents
cp -R xcode-skills/skills/* ~/.claude/skills/ # Claude Code
In Codex run /skills or type $ to invoke one explicitly; otherwise they trigger on description match.
Skills
| Skill | What it does |
|---|---|
swiftui-specialist |
SwiftUI best practices and performance: @Animatable, @Observable invalidation, ForEach/List identity, Environment/@Entry, localization, soft-deprecated APIs. |
swiftui-whats-new-27 |
New SwiftUI APIs in the 2027 releases: @State as a macro, @ContentBuilder, reorderable(), AsyncImage caching, swipe actions outside List, toolbar overflow, item-binding alerts. |
app-intents-specialist |
App Intents correctness: execution model, entities and queries, AppEnum, parameters and summaries, dependencies, results and errors, donation, localization, shortcut phrases. |
app-intents-whats-new-27 |
App Intents in iOS 26/27: supportedModes, SnippetIntent, UndoableIntent, Visual Intelligence, Spotlight properties, syncable entities, @AppIntent(schema:), AppIntentsTesting. |
building-document-based-swiftui-applications |
The new Document protocol: DocumentGroup, readers/writers, FileWrapper, packages, progress, undo, migration off FileDocument. |
uikit-app-modernization |
Replaces legacy shared-state UIKit APIs (mainScreen, interfaceOrientation, app lifecycle) with scene-aware equivalents. |
modernize-tests |
Swift Testing adoption and XCTest migration. |
adopt-c-bounds-safety |
The C -fbounds-safety extension: pointer annotations, adoption strategy, build settings, runtime debugging. |
audit-xcode-security-settings |
Audits and progressively enables security build settings, analyzer checkers, and Enhanced Security. |
device-interaction |
Verifies app behavior on device/simulator via screenshots, UI hierarchy, and touch input. |
Note
Content is Apple's, extracted verbatim from Xcode 27 beta 5. This repo only repackages it for installation. Beta material — expect it to change in later seeds.
No comments yet
Be the first to share your take.