← ClaudeAtlas

update-swiftui-apislisted

Scan Apple's SwiftUI documentation for deprecated APIs and update the SwiftUI Expert Skill with modern replacements. Use when asked to "update latest APIs", "refresh deprecated SwiftUI APIs", "check for new SwiftUI deprecations", "scan for API changes", or after a new iOS/Xcode release. Requires the Sosumi MCP to be available.
patrickserrano/lacquer · ★ 1 · AI & Automation · score 67
Install: claude install-skill patrickserrano/lacquer
# Update SwiftUI APIs Systematically scan Apple's developer documentation via the Sosumi MCP, identify deprecated SwiftUI APIs and their modern replacements, and update `../swiftui-expert-skill/references/latest-apis.md` (sibling skill directory, relative to this skill's own directory). ## Prerequisites - **Sosumi MCP** must be enabled and available (provides `searchAppleDocumentation`, `fetchAppleDocumentation`, `fetchAppleVideoTranscript`, `fetchExternalDocumentation`). Verify before starting by calling `searchAppleDocumentation` with a trivial query (e.g. `SwiftUI`); if the tool is unavailable or errors, Sosumi is not usable. - **If Sosumi is unavailable**: stop and tell the user it's required. As a fallback, manually browse https://developer.apple.com/documentation/swiftui and relevant WWDC session pages for deprecation notices, citing them the same way Sosumi output would be cited, then continue from Step 4. - Write access to this repository (or a fork) ## Workflow ### 1. Understand current coverage Read `../swiftui-expert-skill/references/latest-apis.md` to understand: - Which deprecated-to-modern transitions are already documented - The version segments in use (iOS 15+, 16+, 17+, 18+, 26+) - The Quick Lookup Table at the bottom ### 2. Load the scan manifest Read `references/scan-manifest.md` (relative to this skill). It contains the categorized list of API areas, documentation paths, search queries, and WWDC video paths to scan. ### 3. Scan Apple documentation