
xcode-skills
Agent skills from Xcode 27 beta 5, packaged as a Claude Code plugin
Install with your AI
Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.
Install and set up xcode-skills (claude-plugin project) into my current project. Found on https://claudeers.com/xcode-skills Repo: https://github.com/artemnovichkov/xcode-skills Homepage/docs: — Detected install method: claude-plugin → /plugin install xcode-skills@artemnovichkov/xcode-skills Category: plugins. Platforms: cli, mobile. Read the repo's README for exact setup and env vars, then install it and wire it into my project. Claudeers Health Verdict: unknown; community-verified: false. Confirm the source before running anything.
⚠ Unverified / not recently updated — review before pasting a run-this config.
/plugin marketplace add artemnovichkov/xcode-skills /plugin install xcode-skills@artemnovichkov/xcode-skills
git clone https://github.com/artemnovichkov/xcode-skills
// compatibility
| Platforms | cli, mobile |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | — |
| Pricing | open-source |
| Language | Python |
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.
// faq
What is xcode-skills?
Agent skills from Xcode 27 beta 5, packaged as a Claude Code plugin. It is open-source on GitHub.
Is xcode-skills free to use?
xcode-skills is open-source, so it is free to use.
What category does xcode-skills belong to?
xcode-skills is listed under plugins in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/xcode-skills)
// retro hit counter
[](https://claudeers.com/xcode-skills)
// reviews
// guestbook
// related in Claude Plugins
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explainin…
"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/
financial-services — a Claude ecosystem project on GitHub.