| name | xcode-skills |
| description | Authoritative Apple guidance bundled with Xcode for SwiftUI, UIKit, App Intents, testing, device interaction, document apps, C bounds safety, and Xcode security settings. Use when writing, reviewing, debugging, testing, or modernizing Apple-platform code. Load the relevant bundled skill before acting. |
Xcode skills
Apple's exported Xcode skills are stored in bundled/. They supersede prior
knowledge for the Apple APIs and workflows they cover.
Before acting:
- List the directories in
bundled/ to discover the current catalog.
- Read the
SKILL.md for every skill relevant to the task completely.
- Follow that skill's instructions and load only the references relevant to the
task. Resolve its relative paths from that bundled skill's directory.
- If a bundled skill directs you to a sibling skill, read that sibling too.
Do not treat this meta skill as a substitute for the bundled guidance. Xcode can
add or remove skills between releases, so inspect the catalog rather than relying
on a hard-coded list.