Agent skill · Backend & API

update-swiftui-apis

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...

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill update-swiftui-apis --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/update-swiftui-apis/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Update SwiftUI APIs ## When to Use Use this skill when you need 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... 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`. ## Prerequisites - **Sosumi MCP** must be enabled and available (provides `searchAppleDocumentation`, `fetchAppleDocumentation`, `fetchAppleVideoTranscript`, `fetchExternalDocumentation`) - 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, docu

What's inside
Steps it walks through
  1. When to Use
  2. Prerequisites
  3. Workflow
  4. 1. Understand current coverage
  5. 2. Load the scan manifest
  6. 3. Scan Apple documentation
  7. 4. Compare and identify changes
  8. 5. Update latest-apis.md
  9. 6. Open a pull request
  10. Sosumi MCP Tool Reference
  11. Tips
  12. Limitations
Ships with 1 file
  • references/scan-manifest.md
More from agentic-awesome-skills
All skills →
About this skill
What does the update-swiftui-apis skill do?

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...

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill update-swiftui-apis --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going