Apple bundles for-LLM markdown documentation inside Xcode. These are authoritative, up-to-date guides and diagnostics written by Apple engineers. Use them alongside Axiom skills for the most accurate information.
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionaxiom-apple-docsExecute the skills CLI command in your project's root directory to begin installation:
Fetches axiom-apple-docs from charleswiltgen/axiom and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate axiom-apple-docs. Access via /axiom-apple-docs in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
767
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
767
stars
Apple bundles for-LLM markdown documentation inside Xcode. These are authoritative, up-to-date guides and diagnostics written by Apple engineers. Use them alongside Axiom skills for the most accurate information.
Use Apple's bundled docs when:
Priority: Axiom skills provide opinionated guidance (decision trees, anti-patterns, pressure scenarios). Apple docs provide authoritative API details. Use both together.
Read these with the MCP axiom_read_skill tool using the skill name.
| Topic | Skill Name |
|---|---|
| Liquid Glass in SwiftUI | apple-guide-swiftui-implementing-liquid-glass-design |
| Liquid Glass in UIKit | apple-guide-uikit-implementing-liquid-glass-design |
| Liquid Glass in AppKit | apple-guide-appkit-implementing-liquid-glass-design |
| Liquid Glass in WidgetKit | apple-guide-widgetkit-implementing-liquid-glass-design |
| SwiftUI toolbar features | apple-guide-swiftui-new-toolbar-features |
| SwiftUI styled text editing | apple-guide-swiftui-styled-text-editing |
| SwiftUI WebKit integration | apple-guide-swiftui-webkit-integration |
| SwiftUI AlarmKit integration | apple-guide-swiftui-alarmkit-integration |
| Swift Charts 3D visualization | apple-guide-swift-charts-3d-visualization |
| Foundation AttributedString | apple-guide-foundation-attributedstring-updates |
| Topic | Skill Name |
|---|---|
| SwiftData class inheritance | apple-guide-swiftdata-class-inheritance |
| Topic | Skill Name |
|---|---|
| Swift concurrency updates | apple-guide-swift-concurrency-updates |
| InlineArray and Span | apple-guide-swift-inlinearray-span |
| Topic | Skill Name |
|---|---|
| Foundation Models (on-device LLM) | apple-guide-foundationmodels-using-on-device-llm-in-your-app |
| Topic | Skill Name |
|---|---|
| App Intents updates | apple-guide-appintents-updates |
| StoreKit updates | apple-guide-storekit-updates |
| MapKit GeoToolbox | apple-guide-mapkit-geotoolbox-placedescriptors |
| Widgets for visionOS | apple-guide-widgets-for-visionos |
| Topic | Skill Name |
|---|---|
| Assistive Access in iOS | apple-guide-implementing-assistive-access-in-ios |
| Topic | Skill Name |
|---|---|
| Visual Intelligence in iOS | apple-guide-implementing-visual-intelligence-in-ios |
These explain specific Swift compiler errors and warnings with examples and fixes.
| Diagnostic | Skill Name |
|---|---|
| Actor-isolated call from nonisolated context | apple-diag-actor-isolated-call |
| Conformance isolation | apple-diag-conformance-isolation |
| Isolated conformances | apple-diag-isolated-conformances |
| Nonisolated nonsending by default | apple-diag-nonisolated-nonsending-by-default |
| Sendable closure captures | apple-diag-sendable-closure-captures |
| Sendable metatypes | apple-diag-sendable-metatypes |
| Sending closure risks data race | apple-diag-sending-closure-risks-data-race |
| Sending risks data race | apple-diag-sending-risks-data-race |
| Mutable global variable | apple-diag-mutable-global-variable |
| Preconcurrency import | apple-diag-preconcurrency-import |
| Diagnostic | Skill Name |
|---|---|
| Existential any | apple-diag-existential-any |
| Existential member access limitations | apple-diag-existential-member-access-limitations |
| Nominal types | apple-diag-nominal-types |
| Multiple inheritance | apple-diag-multiple-inheritance |
| Protocol type non-conformance | apple-diag-protocol-type-non-conformance |
| Opaque type inference | apple-diag-opaque-type-inference |
| Diagnostic | Skill Name |
|---|---|
| Deprecated declaration | apple-diag-deprecated-declaration |
| Error in future Swift version | apple-diag-error-in-future-swift-version |
| Strict language features | apple-diag-strict-language-features |
| Strict memory safety | apple-diag-strict-memory-safety |
| Implementation only deprecated | apple-diag-implementation-only-deprecated |
| Member import visibility | apple-diag-member-import-visibility |
| Missing module on known paths | apple-diag-missing-module-on-known-paths |
| Clang declaration import | apple-diag-clang-declaration-import |
| Availability unrecognized name | apple-diag-availability-unrecognized-name |
| Unknown warning group | apple-diag-unknown-warning-group |
| Diagnostic | Skill Name |
|---|---|
| Dynamic callable requirements | apple-diag-dynamic-callable-requirements |
| Property wrapper requirements | apple-diag-property-wrapper-requirements |
| Result builder methods | apple-diag-result-builder-methods |
| String interpolation conformance | apple-diag-string-interpolation-conformance |
| Trailing closure matching | apple-diag-trailing-closure-matching |
| Temporary pointers | apple-diag-temporary-pointers |
User question about Apple API/framework?
├── Specific compiler error/warning → Read matching apple-diag-* skill
├── Liquid Glass implementation → Read apple-guide-*-liquid-glass-design (SwiftUI/UIKit/AppKit)
├── Swift concurrency patterns → Read apple-guide-swift-concurrency-updates
├── Foundation Models / on-device AI → Read apple-guide-foundationmodels-*
├── SwiftData features → Read apple-guide-swiftdata-*
├── StoreKit / IAP → Read apple-guide-storekit-updates
├── App Intents / Siri → Read apple-guide-appintents-updates
├── Charts / visualization → Read apple-guide-swift-charts-3d-visualization
├── Text editing / AttributedString → Read apple-guide-swiftui-styled-text-editing or apple-guide-foundation-attributedstring-updates
├── WebKit in SwiftUI → Read apple-guide-swiftui-webkit-integration
├── Toolbar features → Read apple-guide-swiftui-new-toolbar-features
└── Other → Search with axiom_search_skills using source filter "apple"
Skills: axiom-ios-ui, axiom-ios-concurrency, axiom-ios-data, axiom-ios-ai, axiom-ios-integration
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
charleswiltgen/axiom
langchain-ai/deepagents
upstash/context7
google-gemini/gemini-cli
zrong/skills
heyman333/atelier-ui
I recommend axiom-apple-docs for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
We added axiom-apple-docs from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Solid pick for teams standardizing on skills: axiom-apple-docs is focused, and the summary matches what you get after install.
Keeps context tight: axiom-apple-docs is the kind of skill you can hand to a new teammate without a long onboarding doc.
axiom-apple-docs is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
We added axiom-apple-docs from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
axiom-apple-docs reduced setup friction for our internal harness; good balance of opinion and flexibility.
We added axiom-apple-docs from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Solid pick for teams standardizing on skills: axiom-apple-docs is focused, and the summary matches what you get after install.
axiom-apple-docs fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
showing 1-10 of 74