Claude Skill
harryworld/Xcode26-Agent-Skills
一个用于 Xcode 26 Agent 的 Claude Skill,在 Xcode 环境中提供 AI 驱动的开发辅助,以提升开发者生产力。
概览
仓库信息
安装这个 Skill
git clone https://github.com/harryworld/Xcode26-Agent-Skills.gitRegistry 信息
项目简介
一个用于 Xcode 26 Agent 的 Claude Skill,在 Xcode 环境中提供 AI 驱动的开发辅助。
要点
- Xcode 26 Agent 集成
- AI 驱动的开发辅助
- Claude Skill 功能
使用场景
- Xcode 开发辅助
- AI 驱动的编码支持
- 开发者生产力提升
README 摘要
<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
话题
暂无话题