Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This skill assists iOS and macOS developers in keeping their SwiftUI implementations current. It scans Apple's official documentation to identify deprecated APIs and provides the modern replacements necessary for stable, up-to-date development.
By automating the detection of API changes following Xcode or iOS releases, it streamlines the process of refactoring state management and view composition to align with current Apple standards.
WHO IT'S FOR
iOS / macOS developers
refactoring SwiftUI code for modern data flow
Apple platform architects
migrating deprecated SwiftUI APIs to modern replacements
UI/UX engineers on Apple stacks
implementing complex layouts and animations in SwiftUI
AI agent / automation builders
integrating SwiftUI best practices into AI coding tools
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Follow the documented setup, then try a first task.
Autohand Code global installation
Installs: Global SwiftUI Expert skill under ~/.autohand/skills/. · Autohand Code
Before you start
Git must be installed.
Run from: A directory in which the SwiftUI-Agent-Skill clone can be created.
Run this complete terminal command sequence from a directory that does not already contain a conflicting SwiftUI-Agent-Skill path. It clones the repository, creates Autohand’s global skills directory, and copies the swiftui-expert-skill folder into it.
Installs: Project-local SwiftUI Expert skill under .autohand/skills/. · Autohand Code
Before you start
Git must be installed.
Run from: The current project root where .autohand/skills should be created.
Run this complete terminal command sequence from the current project root. It clones the repository, creates the project-local Autohand skills directory, and copies the swiftui-expert-skill folder into it.
A repository checkout containing .agents/skills/update-swiftui-apis/references/scan-manifest.md and skills/swiftui-expert-skill/references/latest-apis.md.
The single scan-manifest category to check.
An enabled and available Sosumi MCP.
Write access to the repository or a fork, as required by the skill prerequisites, even though this starter prompt requests a report only.
Check the repository for this skill’s setup.
Use the update-swiftui-apis skill to scan one category from .agents/skills/update-swiftui-apis/references/scan-manifest.md, compare the findings with skills/swiftui-expert-skill/references/latest-apis.md, and report any new deprecations or corrections with their documented replacements and availability versions. Do not edit files or open a pull request yet.