kylehughes

The Unofficial Swift Concurrency Migration Skill — Development skill for Claude Code

Development community

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

[![Agent Skill](https://img.shields.io/badge/Agent_Skill-555?logo=claude)](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview) [![Latest Release](https://img.shields.io/github/v/release/kylehughes/the-unofficial-swift-concurrency-migration-skill)](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:

  1. Add the marketplace:

    /plugin marketplace add kylehughes/the-unofficial-swift-concurrency-migration-skill
  2. 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).

  1. Go to the [Rel