ios-swift-skills
v1.3.0Reusable Swift and Apple platform skills for coding agents.
By fal3License: MIT15 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install ios-swift-skills for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ios-swift-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/fal3/claude-skills-collectionClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/app-intents-widgets/SKILL.md├── skills/iphone-duo-design/SKILL.md├── skills/swift-concurrency-migration/SKILL.md└── skills/swiftdata-core-data-migrations/SKILL.md
Included Skills4
Design, implement, debug, and verify stable App Intents and WidgetKit integrations, including AppIntent, AppEntity, AppEnum, entity queries, AppShortcutsProvider, dependency injection, shared extension data, widget timelines, relevance, controls, Live Activity selection, deep links, handoff, confirmation, and privacy. Use when exposing app actions to Siri or Shortcuts, building configurable or interactive widgets, sharing state with extensions, or choosing the correct system surface for an action. Do not use for ordinary in-app buttons, generic SwiftUI layout, background scheduling without a widget or intent, SiriKit-only legacy work with no migration request, or Live Activity push-server implementation as the sole task.
Use when designing, adapting, implementing, or auditing an iOS app for iPhone Duo, including resizing, folding, vertical bars, reserved regions, state continuity, multiple scenes, camera behavior, and accessibility. Produce evidence-based readiness findings with SDK gates and fallbacks. Do not use for generic iPhone work without Duo or adaptive-layout requirements, Android foldables, Microsoft Surface Duo, Google Duo, or claims of Apple certification.
Plan, implement, debug, and verify migrations from callback-, delegate-, Dispatch-, or permissive-concurrency Swift code to Swift 6 strict concurrency, including target-specific build settings, approachable concurrency, default actor isolation, @concurrent work, actors, Sendable boundaries, cancellation, and structured tasks. Use for Swift 6 compiler diagnostics, concurrency adoption plans, legacy async bridges, or migration-focused tests in Apple-platform apps and Swift packages. Do not use for general Swift syntax, performance work without a concurrency finding, framework-specific threading rules without a Swift migration, or requests that merely contain an already-correct async function.
Design, implement, diagnose, and test production schema migrations for SwiftData and Core Data, including VersionedSchema snapshots, SchemaMigrationPlan stages, lightweight and custom Core Data mappings, gradual adoption, CloudKit constraints, and forward-recovery planning. Use when a persistent model changes, an existing store must upgrade without data loss, a team is choosing between SwiftData and Core Data for migration requirements, or copied production stores need validation. Do not use for ordinary fetch/query code, transient in-memory model transformations, unrelated file-format migrations, or advice that assumes Core Data should be replaced merely because SwiftData exists.
Plugin manifests2
{
"name": "ios-swift-skills",
"version": "1.3.0",
"description": "Reusable Swift and Apple platform skills for coding agents.",
"author": {
"name": "fal3",
"url": "https://github.com/fal3"
},
"homepage": "https://github.com/fal3/claude-skills-collection",
"repository": "https://github.com/fal3/claude-skills-collection",
"license": "MIT",
"keywords": [
"ios",
"swift",
"swiftui",
"accessibility",
"performance",
"testing",
"concurrency",
"swiftdata",
"app-intents",
"widgets",
"speech",
"iphone-duo"
],
"skills": "./skills/",
"interface": {
"displayName": "Swift & iOS Skills",
"shortDescription": "Practical Swift and Apple platform guidance",
"longDescription": "Build, migrate, test, profile, and debug Apple platform apps with focused guidance for SwiftUI, concurrency, persistence, accessibility, speech, App Intents, widgets, and iPhone Duo design.",
"developerName": "fal3",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/fal3/claude-skills-collection",
"defaultPrompt": [
"Review this Swift feature and choose the right skill.",
"Help me modernize this Apple platform code safely.",
"Audit this iOS implementation for correctness."
]
}
}{
"name": "ios-swift-skills",
"version": "1.3.0",
"description": "Reusable Swift and Apple platform skills for coding agents.",
"author": {
"name": "fal3",
"url": "https://github.com/fal3"
},
"repository": "https://github.com/fal3/claude-skills-collection",
"keywords": [
"ios",
"swift",
"swiftui",
"accessibility",
"performance",
"testing",
"architecture",
"mobile",
"concurrency",
"swiftdata",
"app-intents",
"widgets",
"speech",
"iphone-duo"
],
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[ios-swift-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ios-swift-skills)