<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/using-xcode-27-s-agent-skills-in-claude-codex-and-cursor-y9bj64pq7" -->

---
title: Using Xcode 27’s Agent Skills in Claude, Codex, and Cursor
description: Xcode 27, announced at WWDC&#x27;26, ships with 7 official agent skills that can be exported to third-party AI coding IDEs like Claude, Codex, and Cursor using the...
canonical: https://daily.dev/posts/using-xcode-27-s-agent-skills-in-claude-codex-and-cursor-y9bj64pq7
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Using Xcode 27’s Agent Skills in Claude, Codex, and Cursor | daily.dev
og:description: Xcode 27, announced at WWDC&#x27;26, ships with 7 official agent skills that can be exported to third-party AI coding IDEs like Claude, Codex, and Cursor using the...
og:url: https://daily.dev/posts/using-xcode-27-s-agent-skills-in-claude-codex-and-cursor-y9bj64pq7
og:image: https://api.daily.dev/og/posts/y9bJ64pq7.png
og:image:alt: Using Xcode 27’s Agent Skills in Claude, Codex, and Cursor
og:image:width: 1200
og:image:height: 630
og:locale: 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)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"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","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/using-xcode-27-s-agent-skills-in-claude-codex-and-cursor-y9bj64pq7"},"datePublished":"2026-06-09T14:02:57.035Z","dateModified":"2026-06-18T21:23:07.634Z","description":"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...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b2b5dfae43082c3f3bece42a01b57285?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b2b5dfae43082c3f3bece42a01b57285?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"SwiftLee","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"SwiftLee","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/407bdbf78c69402985a468cb336a76ae","url":"https://daily.dev/sources/avanderlee"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/using-xcode-27-s-agent-skills-in-claude-codex-and-cursor-y9bj64pq7","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"swift,mcp,swiftui,xcode","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"SwiftLee","item":"https://daily.dev/sources/avanderlee"},{"@type":"ListItem","position":3,"name":"Using Xcode 27’s Agent Skills in Claude, Codex, and Cursor"}]}
```

