An agentic skills framework & software development methodology that works.
Swift Concurrency migration skill for Claude Code
This repository packages Apple's Swift Concurrency Migration Guide as a Claude Skill. It gives Claude the guide content and code examples in a form it can use while helping you migrate Swift code.
Builders who are migrating Swift code with Claude Code.
You can ask Claude to help with Swift concurrency migration without reloading the guide by hand.
What it does
Packaged guide content
Ships the full Swift Concurrency Migration Guide in Claude Skill format.
Swift code examples
Includes the guide’s Swift examples alongside the documentation.
Claude Code installation
Supports marketplace install and project-level enabling through Claude Code settings.
Local packaging script
Uses `python3 package.py` to generate the skill folder and zip archive.
How to get it
- 1Add the marketplace
/plugin marketplace add kylehughes/the-unofficial-swift-concurrency-migration-skill
- 2Install the Skill
/plugin install migrating-to-swift-concurrency-skill@the-unofficial-swift-concurrency-migration-skill
README
The Unofficial Swift Concurrency Migration Skill
Swift Concurrency Migration Guide, packaged as a Skill for LLMs.
About
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.
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-skill -
Install 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 Releases page.
- Download the
migrating-to-swift-concurrency.zipfile from the latest release. - Import the Skill into your environment (e.g. ask Claude how).
The raw Skill content is also available in this repository's migrating-to-swift-concurrency directory.
Releases
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).
Development
Build from Source
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.
Options
| 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 |
Contributions
The Unofficial Swift Concurrency Migration Skill is not accepting source contributions at this time. Bug reports will be considered.
Author
License & Attribution
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.
Files in the repo
- .claude-plugin
- .github
- migrating-to-swift-concurrency
- .gitignore
- CLAUDE.md
- LICENSE
- package.py
- README.md
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More skills

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.
Public repository for Agent Skills
Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

Production-grade engineering skills for AI coding agents.