By kylehughes
Migrate Swift code to Swift 6 concurrency by resolving data-race safety errors, applying Sendable protocols and actor isolation, and incrementally adopting async/await across iOS and macOS projects.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin kylehughes-the-unofficial-swift-concurrency-migration-skillSwift Concurrency Migration Guide, packaged as a Skill for LLMs.
The Unofficial Swift Concurrency Migration Skill provides the complete content of the Swift Concurrency Migration Guide in the structured Skill format used by Claude. This includes all documentation articles and Swift code examples.
To install this Skill for your personal use in Claude Code:
Add the marketplace:
/plugin marketplace add kylehughes/the-unofficial-swift-concurrency-migration-skill
Install the Skill:
/plugin install migrating-to-swift-concurrency-skill@the-unofficial-swift-concurrency-migration-skill
To automatically provide this Skill to everyone working in a repository, configure the repository's .claude/settings.json:
{
"enabledPlugins": {
"migrating-to-swift-concurrency-skill@the-unofficial-swift-concurrency-migration-skill": true
},
"extraKnownMarketplaces": {
"the-unofficial-swift-concurrency-migration-skill": {
"source": {
"source": "github",
"repo": "kylehughes/the-unofficial-swift-concurrency-migration-skill"
}
}
}
}
When team members open the project, Claude Code will prompt them to install the Skill.
You can download the pre-packaged release for use in other environments (e.g. Claude Desktop).
migrating-to-swift-concurrency.zip file from the latest release.The raw Skill content is also available in this repository's migrating-to-swift-concurrency directory.
This Skill is automatically updated nightly to match the official documentation. A new version is released only when the upstream content changes.
Version numbers follow the format YYYYMMDD (e.g., 20251206).
You can generate the Skill package locally using the provided Python script. The script has no external dependencies and is what is used to generate the pre-packaged releases.
python3 package.py
This will clone the official repository and generate a migrating-to-swift-concurrency directory and migrating-to-swift-concurrency.zip archive in your current working directory.
| Option | Description |
|---|---|
--output DIR, -o DIR | Specify output directory (default: ./migrating-to-swift-concurrency) |
--keep-temp | Do not delete the temporary git clone after packaging |
--dry-run | Simulate operations without writing files |
The Unofficial Swift Concurrency Migration Skill is not accepting source contributions at this time. Bug reports will be considered.
The Unofficial Swift Concurrency Migration Skill is available under the MIT License. See LICENSE for details.
The content contained within the generated Skill is sourced from the Swift Concurrency Migration Guide by Apple Inc. and the Swift project authors, and is distributed under the Apache 2.0 License.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Automates browser interactions for web testing, form filling, screenshots, and data extraction
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.