#392 · Primary category: AI Coding Assistants
SwiftUI-Agent-Skill
SwiftUI agent skill for Claude Code, Codex, and other AI tools.
Project last updated:04/20/26
GitHub Stars
4.6K
Forks
167
Contributors
3
License
MIT
Why we included this project
This skill gives Claude Code, Codex, Gemini, and Cursor a set of SwiftUI rules to follow before they write code, covering navigation, layout, animations, state management, VoiceOver, and deprecated API usage. The guidance is built on the author's existing AGENTS.md file, so it carries years of Apple platform experience into whatever assistant you use, and it deliberately targets the mistakes LLMs actually make. That focus makes it most useful as a review pass over existing work, catching the SwiftUI that looks right but behaves oddly. It installs through npx into Claude Code, Codex, Gemini, or Cursor, and you can scope it to a single project or to all of your projects at once. Teams building for iOS 26 or later with Swift 6.2 who want consistent output from their agents will get the most out of it.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.