Awesome Ios Ai banner
Techopolis Techopolis

Awesome Ios Ai

AI community

Description

AI agent skills, agent teams, MCP servers, and tools that make AI coding assistants better at Swift and iOS development.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Awesome iOS AI [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

Making AI coding assistants experts at Swift and iOS development.

AI coding tools write Swift like it is 2020. They use `ObservableObject` when `@Observable` exists. They ignore actor isolation. They produce views with no accessibility modifiers. Skills, agents, and MCP servers fix that by giving AI assistants expert-level Swift knowledge on demand.

Contents

Skills

[Agent Skills](https://agentskills.io/) are an open standard for giving AI coding agents specialized knowledge. Skills work across GitHub Copilot, Claude Code, Cursor, Codex, and more. Install any skill with the [skills CLI](https://skills.sh/docs/cli): `npx skills add -g -y`

SwiftUI

  • SwiftUI Expert - State management, view composition, performance, and iOS 26+ Liquid Glass.
  • SwiftUI Pro - Modern APIs, accessibility, data flow, navigation, and performance.
  • SwiftUI Performance Audit - Diagnose slow rendering, janky scrolling, excessive view updates, and layout thrash.
  • SwiftUI View Refactor - Consistent view structure, MV patterns, @Observable usage, and dependency injection.
  • SwiftUI UI Patterns - Component references for TabView, NavigationStack, Sheets, and view composition.
  • SwiftUI Liquid Glass - iOS 26+ Liquid Glass API with glassEffect, GlassEffectContainer, and availability fallbacks.

Swift Concurrency