---
title: "Using Xcode 27’s Agent Skills in Claude, Codex, and Cursor"
url: https://daily.dev/posts/using-xcode-27-s-agent-skills-in-claude-codex-and-cursor-y9bj64pq7
source_url: https://www.avanderlee.com/ai-development/using-xcode-27s-agent-skills-in-claude-codex-and-cursor
type: article
source: "SwiftLee"
published: 2026-06-09T14:02:57.035Z
updated: 2026-06-18T21:23:07.634Z
tags: ["swift", "mcp", "swiftui", "xcode"]
reading_time: 5
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Xcode 27’s Agent Skills in Claude, Codex, and Cursor

**[SwiftLee](https://daily.dev/sources/avanderlee)** · 5 min read · 1 upvotes · 0 comments

## Summary

Xcode 27, announced at WWDC'26, ships with 7 official agent skills that can be exported to third-party AI coding IDEs like Claude, Codex, and Cursor using the new `xcrun agent skills export` CLI command. The seven skills cover UIKit modernization, device interaction testing, SwiftUI new APIs for 2027 OS releases, SwiftUI best practices, XCTest-to-Swift-Testing migration, C bounds safety, and Xcode security settings auditing. Exporting is a one-command process that places skills in `~/.agents/skills`, a directory recognized by most agent-capable IDEs.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.avanderlee.com/ai-development/using-xcode-27s-agent-skills-in-claude-codex-and-cursor>

## Similar posts on daily.dev

- [How to install and use AI agent skills in Xcode](https://daily.dev/posts/how-to-install-and-use-ai-agent-skills-in-xcode-pdc3n0cny) · Hacking with Swift · 0 upvotes · 0 comments
- [SwiftUI Agent Skill - Write better code with Claude, Codex, and other AI tools](https://daily.dev/posts/swiftui-agent-skill---write-better-code-with-claude-codex-and-other-ai-tools-dtsvtz8tf) · Hacking with Swift · 13 upvotes · 0 comments

---

Tags: [#swift](https://daily.dev/tags/swift), [#mcp](https://daily.dev/tags/mcp), [#swiftui](https://daily.dev/tags/swiftui), [#xcode](https://daily.dev/tags/xcode)

[View this post on daily.dev](https://daily.dev/posts/using-xcode-27-s-agent-skills-in-claude-codex-and-cursor-y9bj64pq7)
