Leaderboard/Software Engineering/SwiftUI-Agent-Skill
Last commit on September 18, 2026·Created on January 21, 2026

AvdLee/SwiftUI-Agent-Skill

Maintains SwiftUI codebases by identifying and replacing deprecated Apple APIs
Combined rank
#112
across all skills
In Software Engineering
#10
category rank
Stars
3.6k
+1.8% in last 7d
Forks
157
+1.3% in last 7d
Watchers
21
0.0% in last 7d
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.
TL;DR

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
Repository contents

2 skill files

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.

Use this skill collection

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.

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

    git clone https://github.com/AvdLee/SwiftUI-Agent-Skill.git
    mkdir -p ~/.autohand/skills
    cp -R SwiftUI-Agent-Skill/skills/swiftui-expert-skill ~/.autohand/skills/
INSTALLATION.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Check one SwiftUI API area for new deprecations

Uses update-swiftui-apis

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