Claude Skill
harryworld/Xcode26-Agent-Skills
A Claude Skill for Xcode 26 Agent that provides AI-powered development assistance within the Xcode environment to enhance developer productivity.
Overview
Repository
Install this Skill
git clone https://github.com/harryworld/Xcode26-Agent-Skills.gitRegistry
Summary
A Claude Skill for Xcode 26 Agent, providing AI-powered development assistance within the Xcode environment.
Key features
- Xcode 26 Agent integration
- AI-powered development assistance
- Claude Skill functionality
Use cases
- Xcode development assistance
- AI-powered coding support
- Developer productivity enhancement
README excerpt
<img src="source.png" alt="Source" width="347" height="373" /> # Xcode 26 Skill Curated notes and guidance for Xcode 26 era Apple framework updates. ## How to Use This Skill ### Option A: Using OpenSkills (recommended) Install OpenSkills: ```bash npm i -g openskills ``` cd into your project directory. Install this skill: ```bash openskills install harryworld/Xcode26-Agent-Skills ``` or install this skill globally: ```bash openskills install -g -u harryworld/Xcode26-Agent-Skills ``` Sync into your AGENTS.md: ```bash openskills sync ``` Use the skill in your AI agent, for example: Use the xcode-26 skill and summarize Liquid Glass updates across SwiftUI and UIKit. ## Acknowledgments This skill was validated against Apple's hidden Xcode AI documentation bundled in the Xcode app Contents folder. Special thanks to [Rudrank Riyam](https://www.youtube.com/@rudrank) for documenting these hidden markdown files in his video [Exploring AI Driven Coding: Hidden Xcode AI Documentation](https://www.youtube.com/watch?v=3ml6gIBF5MY), which helped identify version corrections for: - AlarmKit: Corrected from iOS 18 to iOS 26 - Liquid Glass: Added missing iOS 26 version references across SwiftUI, UIKit, AppKit, and WidgetKit docs - Foundation Models: Fixed deprecated temperature 2.0 setting (now 0.7) ## Version Corrections The following corrections have been applied to ensure accuracy: | Topic | Previous | Current | |-------|----------|---------| | AlarmKit intro | iOS 18 | iOS 26 | | Liquid Glass (all platforms) | Missing version | iOS 26 | | Foundation Models temperature | 2.0 (deprecated) | 0.7 | ## How to Use This Skill ### Option B: Manual install Clone this repository. Install or symlink the `xcode-26/` folder following your tool’s official skills installatio
Topics
No topics yet.