The Unofficial Swift Concurrency Migration Skill — Development skill for Claude Code
The Swift Concurrency Migration Guide, packaged as a Skill for LLMs.
How to install The Unofficial Swift Concurrency Migration Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open kylehughes/the-unofficial-swift-concurrency-migration-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What The Unofficial Swift Concurrency Migration Skill does
The Swift Concurrency Migration Guide, packaged as a Skill for LLMs.
Alternatives in Development
- Swift Lsp — Swift /plugin install swift-lsp@claude-plugins-official 14k ★
- Claude Desktop Debian — Unofficial Claude desktop app for Debian/Linux 2.5k ★
- Dive — Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting functi 1.8k ★
README
The Unofficial Swift Concurrency Migration Skill
[](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview) [](https://github.com/kylehughes/the-unofficial-swift-concurrency-migration-skill/releases)
*[Swift Concurrency Migration Guide](https://www.swift.org/migration/documentation/migrationguide/), packaged as a Skill for LLMs.*
About
The Unofficial Swift Concurrency Migration Skill provides the complete content of the [Swift Concurrency Migration Guide](https://www.swift.org/migration/documentation/migrationguide/) in the structured Skill format used by Claude. This includes all documentation articles and Swift code examples.
Installation
Claude Code
Personal Usage
To install this Skill for your personal use in Claude Code:
Add the marketplace:
/plugin marketplace add kylehughes/the-unofficial-swift-concurrency-migration-skillInstall the Skill:
/plugin install migrating-to-swift-concurrency-skill@the-unofficial-swift-concurrency-migration-skill
Project Configuration
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.
Manual Installation
You can download the pre-packaged release for use in other environments (e.g. Claude Desktop).
- Go to the [Rel
Related Skills
The Unofficial Swift Programming Language Skill
📦 Unlock the Swift Programming Language with this structured Skill for LLMs, providing complete access to ess
Cc2codex
Beta unofficial migration assistant for moving from Claude Code to OpenAI Codex CLI
Concurrency Review
Analyze concurrent programming patterns and create a concurrency improvement plan
Concurrency And State
Rust Intel — Concurrency & Shared State (smart pointers, locks, races, channels, contention)
Kotlin Coroutine Exception Handling
Agent skill for exception handling in Kotlin coroutines & Flow — structured concurrency, CancellationException
Founder Skills
Claude skills for founders with packaged startup workflows
Related Agents
Swift Concurrency Expert
Swift Concurrency specialist. Use proactively when dealing with async/await, actors, Sendable conformance, Tas
Swift Code Reviewer
Use to review Swift/SwiftUI changes in MacMagazine with a very high bar — after implementing a feature, editin
Swift Reviewer
Expert Swift / SwiftUI code reviewer specializing in Swift 6 strict concurrency, value semantics, SwiftUI stat