·combine-migration
</>

combine-migration

bluewaves-creations/bluewaves-skills

Migrating from Combine to Swift Observation framework and modern async/await patterns. Covers Publisher to AsyncSequence conversion, ObservableObject to @Observable migration, bridging patterns, and reactive code modernization. Use when user asks about Combine migration, ObservableObject to Observable, Publisher to AsyncSequence, or modernizing reactive code.

1Installs·0Trend·@bluewaves-creations

Installation

$npx skills add https://github.com/bluewaves-creations/bluewaves-skills --skill combine-migration

SKILL.md

Guide for migrating from Combine framework to modern Swift Observation and async/await patterns.

| class ViewModel: ObservableObject | @Observable class ViewModel | | @Published var | var (automatic) | | @StateObject | @State | | @ObservedObject | Direct reference | | @EnvironmentObject | @Environment | | objectWillChange.send() | Automatic |

Migrating from Combine to Swift Observation framework and modern async/await patterns. Covers Publisher to AsyncSequence conversion, ObservableObject to @Observable migration, bridging patterns, and reactive code modernization. Use when user asks about Combine migration, ObservableObject to Observable, Publisher to AsyncSequence, or modernizing reactive code. Source: bluewaves-creations/bluewaves-skills.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bluewaves-creations/bluewaves-skills --skill combine-migration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bluewaves-creations/bluewaves-skills --skill combine-migration
Category
</>Dev Tools
Verified
First Seen
2026-02-02
Updated
2026-02-18

Quick answers

What is combine-migration?

Migrating from Combine to Swift Observation framework and modern async/await patterns. Covers Publisher to AsyncSequence conversion, ObservableObject to @Observable migration, bridging patterns, and reactive code modernization. Use when user asks about Combine migration, ObservableObject to Observable, Publisher to AsyncSequence, or modernizing reactive code. Source: bluewaves-creations/bluewaves-skills.

How do I install combine-migration?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bluewaves-creations/bluewaves-skills --skill combine-migration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/bluewaves-creations/bluewaves-skills