update-swiftui-apis

Identify deprecated SwiftUI APIs and map replacements via Sosumi MCP.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/mazicimert/RunDom --skill update-swiftui-apis-mazicimert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-swiftui-apis
Source: https://github.com/mazicimert/RunDom/tree/main/.claude/skills/update-swiftui-apis
Command: npx skills add https://github.com/mazicimert/RunDom --skill update-swiftui-apis-mazicimert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Identify newly deprecated SwiftUI APIs and map them to modern replacements using the Sosumi MCP.

Core Features & Use Cases

  • Scans Apple's SwiftUI documentation to surface deprecated APIs and their recommended replacements.
  • Tracks deprecations across iOS version segments (iOS 15+, 16+, 17+, 18+, 26+) to provide version-aware guidance.
  • Updates swiftui-expert-skill/references/latest-apis.md with validated changes.

Quick Start

Initiate a scan with the Sosumi MCP to detect new deprecations and prepare a patch-ready update for the latest-apis reference.

Frequently Asked Questions about update-swiftui-apis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find deprecated SwiftUI APIs and their modern replacements?

To find deprecated SwiftUI APIs and their replacements, scan Apple's documentation using the Sosumi MCP. This process identifies newly deprecated components and maps them directly to their modern equivalents for code updates.

How do I track SwiftUI deprecations across different iOS versions?

Tracking SwiftUI deprecations across iOS versions involves targeting specific version segments like iOS 15+, 16+, 17+, 18+, and 26+. This approach captures exactly when API replacements became available and notes new deprecations.

How do I generate a patch-ready update plan for deprecated SwiftUI APIs?

Generating a patch-ready update plan for deprecated SwiftUI APIs requires scanning documentation for changes and validating the results. The validated output is then prepared as an entry for the latest-apis reference.

Can I automate SwiftUI documentation scanning to detect new deprecations?

You can automate SwiftUI documentation scanning to detect new deprecations by initiating a scan with the Sosumi MCP. This identifies outdated APIs and prepares a patch-ready update for your latest-apis reference file.

What is the best way to update a latest-apis reference file with SwiftUI changes?

The best way to update a latest-apis reference file with SwiftUI changes is to run a documentation scan for deprecations, validate the mapped replacements, and produce a patch-ready entry for the latest-apis markdown file.