Community-maintained Agent Skills for complete Swift and Apple-platform app delivery.
72
90%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Expose app actions and entities to Siri, Shortcuts, Spotlight search, interactive widgets, Control Center, and Apple Intelligence using the AppIntents framework. Targets Swift 6.3 / iOS 26+.
AppEntity) for domain data referenced by the intent.@Parameter, implement perform() async throws -> some IntentResult.AppShortcutsProvider.| System Surface | Protocol / Attribute | Purpose |
|---|---|---|
| Siri & Shortcuts | AppIntent | Direct voice and shortcut automation |
| Configurable Widgets | WidgetConfigurationIntent | Supplies parameters to widget timelines |
| Control Center | ControlConfigurationIntent | Powers Control Center buttons and toggles |
| Spotlight Search | IndexedEntity | Indexes domain items into on-device Spotlight |
| Apple Intelligence | @AppIntent(schema:) | Assistant semantic reasoning and tooling |
| Interactive Snippets | SnippetIntent | In-line system confirmation views (iOS 26+) |
Expose domain data to intents using AppEntity:
struct OrderEntity: AppEntity {
static var defaultQuery = OrderQuery()
static var typeDisplayRepresentation = TypeDisplayRepresentation(name: "Order")
var id: UUID
var displayRepresentation: DisplayRepresentation {
DisplayRepresentation(title: "\(orderNumber)")
}
}Implement EntityQuery to resolve identifiers (entities(for:)) and provide suggested choices (suggestedEntities()).
Expose voice triggers without requiring user setup via AppShortcutsProvider:
\(.applicationName) token.@Parameter types, AppEntity declarations, and EntityQuery variants, read Parameters and Entity Queries.IndexedEntity, read URL and Spotlight Integration.perform() without returning an OpenURLIntent or navigation result.EntityQuery for custom @Parameter entity types, breaking Shortcuts parameter selection.AppShortcut phrases instead of using \(.applicationName).perform() without checking Task.isCancelled or providing progress dialogs.typeDisplayRepresentation on AppEntity conformances.AppIntent or specialized surface protocolEntityQuery with entities(for:) and suggestedEntities()perform() returns an appropriate IntentResult (e.g. .result(), .result(dialog:))\(.applicationName) macrorequestConfirmation() before executing.tessl-plugin
skills
accessorysetupkit
references
activitykit
adattributionkit
references
alarmkit
references
app-clips
app-intents
app-store-optimization
app-store-review
apple-on-device-ai
appmigrationkit
audioaccessorykit
references
authentication
references
avfoundation-audio
references
avkit
background-processing
references
browserenginekit
callkit
references
carplay
cloudkit
contacts-framework
references
core-bluetooth
references
core-data
core-haptics
references
core-motion
references
core-nfc
references
coreml
references
cryptokit
cryptotokenkit
debugging-instruments
device-integrity
references
energykit
references
eventkit
family-controls
references
financekit
focus-engine
gamekit
git-branching-workflow
references
healthkit
references
homekit
references
ios-accessibility
ios-app-workflow
references
ios-ettrace-performance
ios-localization
ios-memgraph-analysis
ios-networking
ios-simulator
references
metrickit
references
musickit
references
natural-language
paperkit
references
passkit
references
pdfkit
pencilkit
references
permissionkit
references
photokit
push-notifications
quicklook
references
realitykit
references
relevancekit
references
scenekit
sensorkit
shazamkit
references
speech-recognition
references
spritekit
storekit
swift-api-design-guidelines
swift-architecture
references
swift-charts
swift-codable
references
swift-code-review
swift-concurrency
swift-formatstyle
references
swift-language
swift-security
references
swift-testing
swiftdata
swiftlint
swiftui-animation
swiftui-gestures
references
swiftui-layout-components
swiftui-liquid-glass
references
swiftui-patterns
swiftui-performance
swiftui-responsive-layout
swiftui-uikit-interop
swiftui-webkit
tabletopkit
tipkit
vision-framework
weatherkit
references