swiftdata-pro — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited swiftdata-pro (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
Modern, original AI agent skills for Swift & Apple-platform development.
Write better SwiftUI, Swift concurrency, SwiftData, and tests — straight from your AI coding tool.
</div>
Works with Claude Code, Codex, Cursor, Windsurf, and other Agent-Skills-compatible tools. Every skill is written from scratch, targets Swift 6 / iOS 26, and pairs each rule with ❌ wrong / ✅ right examples plus a mistakes checklist.
Without these skills, an AI assistant gives generic answers and often reaches for outdated APIs. With them installed, your tool writes and reviews Swift like a senior Apple-platform engineer.
foregroundColor,NavigationView, or ObservableObject creeping back in.
missing accessibility, leaked secrets. Each skill ships a mistakes checklist.
performance, security, and more. Most skill repos cover just one.
~1.3–1.4k on use). No bloat in every prompt.
file:line → problem → fix outputformat, so PR and diff reviews get faster.
In short: safer, more modern, better Swift code from your AI — without memorising every best practice yourself.
# In Claude Code:
/plugin marketplace add laxrajpurohit/swift-skills-pro
/plugin install swiftui-pro@swift-skills-pro
# Then trigger it:
/swiftui-proThat's it — install any of the 11 skills the same way.
Install all skills at once:
/plugin marketplace add laxrajpurohit/swift-skills-pro
for skill in swiftui-pro swift-concurrency-pro swiftdata-pro core-data-pro swift-language-pro swift-testing-pro swift-architecture-pro swift-performance-pro swift-accessibility-pro app-intents-pro swift-security-pro; do
/plugin install "$skill@swift-skills-pro"
done| Skill | What it does |
|---|---|
swiftui-pro | Modern SwiftUI — @Observable, NavigationStack, layout, performance, accessibility. |
swift-concurrency-pro | async/await, actors, Sendable, Swift 6 strict concurrency. |
swiftdata-pro | @Model, @Query, migrations, CloudKit sync. |
core-data-pro | Modeling, background contexts, fetch requests, batching, migration. |
| Skill | What it does |
|---|---|
swift-language-pro | Idiomatic Swift — value types, optionals, error handling, generics, API design. |
swift-testing-pro | Swift Testing — @Test, #expect, traits, parameterized tests. |
swift-architecture-pro | Feature modularization, MVVM, dependency injection, routing. |
swift-performance-pro | Instruments, render cost, memory/retain cycles, launch time. |
| Skill | What it does |
|---|---|
swift-accessibility-pro | VoiceOver, Dynamic Type, contrast, Reduce Motion, a11y testing. |
app-intents-pro | App Intents — Siri, Shortcuts, Spotlight, AppEntity, App Shortcuts. |
swift-security-pro | Keychain, Data Protection, ATS/TLS, secrets, biometrics. |
<details open> <summary><b>Claude Code (recommended)</b></summary>
/plugin marketplace add laxrajpurohit/swift-skills-pro
/plugin install swiftui-pro@swift-skills-proSwap swiftui-pro for any skill name (e.g. swift-concurrency-pro@swift-skills-pro).
</details>
<details> <summary><b>npx (cross-tool — recommended)</b></summary>
# Install all 11 skills to all agent paths at once
npx swift-skills-cli install
# Install a single skill
npx swift-skills-cli install swiftui-pro
# See what's installed where
npx swift-skills-cli list
# Uninstall a skill
npx swift-skills-cli uninstall swiftui-proInstalls to all agent paths automatically: ~/.claude/skills/, ~/.cursor/skills/, ~/.codex/skills/, ~/.codeium/windsurf/skills/, ~/.agents/skills/
Requires Node.js (brew install node).
</details>
<details> <summary><b>Manual</b></summary>
git clone https://github.com/laxrajpurohit/swift-skills-pro
cp -R swift-skills-pro/swiftui-pro/skills/swiftui-pro ~/.claude/skills/swiftui-pro</details>
Trigger an installed skill with its slash command — or just ask in natural language ("review this SwiftUI view", "make this screen accessible").
| Skill | Trigger | Skill | Trigger | |
|---|---|---|---|---|
| swiftui-pro | /swiftui-pro | swift-architecture-pro | /swift-architecture-pro | |
| swift-concurrency-pro | /swift-concurrency-pro | swift-performance-pro | /swift-performance-pro | |
| swiftdata-pro | /swiftdata-pro | swift-accessibility-pro | /swift-accessibility-pro | |
| swift-testing-pro | /swift-testing-pro | app-intents-pro | /app-intents-pro | |
| swift-language-pro | /swift-language-pro | swift-security-pro | /swift-security-pro | |
| core-data-pro | /core-data-pro |
| Tool | Status | Notes |
|---|---|---|
| Claude Code | ✅ Tested | Full plugin marketplace support |
| Cursor | ✅ Compatible | Via skills directory |
| Windsurf | ✅ Compatible | Via skills directory |
| Codex | ✅ Compatible | Via skills directory |
| Other agent tools | 🔄 Should work | Any tool supporting Agent-Skills format |
These skills instruct AI tools how to write your code. Read a skill before installing and make sure you trust it — you are responsible for the code your tools produce.
All skills here are original, written from scratch for the modern Swift toolchain (Swift 6 / iOS 26). Nothing is copied from any other project or author.
Contributions welcome. Please ensure:
MIT © 2026 Lax Rajpurohit.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.