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
Analyze natural language text for tokenization, part-of-speech tagging, named entity recognition, sentiment analysis, language identification, and embeddings using NaturalLanguage. Translate text with Translation. Targets Swift 6.3 / iOS 26+.
NaturalLanguage: On-device text analysis (NLTokenizer, NLTagger, NLLanguageRecognizer, NLEmbedding, NLModel). Requires no special entitlements.Translation: In-app UI and programmatic language translation (TranslationSession, LanguageAvailability).vision-framework; route audio speech-to-text to speech-recognition; route generative LLM features to apple-on-device-ai; route static localization to ios-localization.| Capability | Primary Class | Key Output |
|---|---|---|
| Tokenization | NLTokenizer | Substrings segmented by word, sentence, or paragraph |
| Language ID | NLLanguageRecognizer | NLLanguage (e.g. .english, .vietnamese) with confidence |
| Part of Speech | NLTagger (.lexicalClass) | NLTag (.noun, .verb, .adjective, .pronoun) |
| Named Entities | NLTagger (.nameType) | Personal names, place names, organization names |
| Sentiment | NLTagger (.sentimentScore) | Continuous score between -1.0 and +1.0 |
| Semantic Distance | NLEmbedding | Cosine distance and neighbor queries for words/sentences |
| System Translation | .translationPresentation() | Native system modal translation sheet |
| Batch Translation | TranslationSession | Async batch translated strings |
[!IMPORTANT]
NLTokenizerandNLTaggerare not thread-safe. Do not share instances across concurrent tasks or queues. Create instances on demand or isolate them within a serial actor.NLEmbeddinginstances are read-only and thread-safe once loaded into memory.
.translationPresentation(isPresented:text:): iOS 17.4+, macOS 14.4+, visionOS 1.1+TranslationSession, .translationTask(), and LanguageAvailability: iOS 18.0+, macOS 15.0+, visionOS 2.0+TranslationSession(installedSource:target:) requires the target language packs to be already installed on device.NLModel, read Custom NLModel Classifiers.NLTokenizer or NLTagger across concurrent threads or Tasks without isolation.NLEmbedding or checking similarity without unwrapping optionals.TranslationSession offline when language packs are not installed on device.NLTokenizer and NLTagger used from a single thread or isolated in an actorTranslationSession (iOS 18+) vs presentation sheet (iOS 17.4+)LanguageAvailability.status() before programmatic translation@MainActor to background tasksNLEmbedding.wordEmbedding(for:) checked for nil availability in the target language.omitWhitespace and .omitPunctuation where appropriate.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