Leaderboard/Software Engineering/SwiftUI-Agent-Skill
Last commit on April 20, 2026·Created on March 5, 2026

twostraws/SwiftUI-Agent-Skill

Checks SwiftUI code against a reference-backed standard for modern APIs and accessibility.
Combined rank
#88
across all skills
In Software Engineering
#9
category rank
Stars
4.8k
+1.8% in last 7d
Forks
174
+1.8% in last 7d
Watchers
59
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 runs a nine-step review on SwiftUI code, checking for deprecated API, view structure, data flow, navigation, accessibility, performance, and hygiene against dedicated reference files. It helps SwiftUI developers, team leads, and AI assistant users catch outdated patterns and accessibility gaps before they ship. Findings are reported with file lines and before-and-after code fixes, ending with a prioritized summary.

WHO IT'S FOR
SwiftUI Developers
reviewing SwiftUI code for best practices
iOS App Development Teams
enforcing code quality and consistency
AI Coding Assistant Users
automating SwiftUI code reviews
Technical Leads and Architects
establishing SwiftUI coding standards
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.

I’m using

Install SwiftUI Pro with npx

Installs: During installation, select the desired agents and choose either one-project or all-projects availability. · Claude Code, Codex, Gemini, Cursor

Before you start
  • Node with npx already installed
  • Swift 6.2 or later
  • A SwiftUI project targeting iOS 26 or later
  1. Run this terminal command, then select the desired agents and whether installation applies to one project or all projects.

    npx skills add https://github.com/twostraws/swiftui-agent-skill --skill swiftui-pro
swiftui-pro/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Find performance problems in a SwiftUI project

Uses swiftui-pro

  • A SwiftUI project available as the current project or working directory
Use the swiftui-pro skill to look for performance problems in this project.
swiftui-pro/SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026