200+ iOS/Swift/Xcode agent skills from 28 authors with phase-aware routing. Full lifecycle: ideation → design → develop → test → deploy → iterate.
npx claudepluginhub jordancoin/ios-skills-collection200+ iOS/Swift/Xcode skills with phase-aware routing. Full lifecycle: ideation, design, develop, test, deploy, iterate.
The largest collection of iOS/Swift/Xcode AI agent skills. 200+ SKILL.md files from 28 authors including Paul Hudson (twostraws), Antoine van der Lee (AvdLee), Thomas Ricouard (Dimillian), and dpearson2699.
Phase-aware routing auto-injects the right skills based on what you're editing. Works with Claude Code (plugin + hooks), OpenAI Codex CLI, and Codex Mac App.
Covers SwiftUI, Swift Concurrency, SwiftData, UIKit, 76 Apple frameworks (HealthKit, MapKit, ARKit, CoreML, StoreKit, etc.), App Store Connect, ASO, Xcode build optimization, accessibility, testing, security, and the full idea-to-deploy lifecycle.
Skills sourced from twostraws/Swift-Agent-Skills community directory and the broader iOS agent skills ecosystem.
Before you install: Agent skills are injected directly into your AI assistant's context window and influence how it writes code. Review any skill before trusting it. Every skill in this collection links to its upstream source repo in the Sources section below — verify the authors and read the SKILL.md files you plan to use. Being included here is not an endorsement. All skills are open source (MIT licensed) and can be audited. Use at your own discretion.
Install:
git clone https://github.com/JordanCoin/ios-skills-collection ~/.ios-skills 2>/dev/null || git -C ~/.ios-skills pull
~/.ios-skills/install.sh
That's it. The script detects what you have (Claude Code, Codex, Xcode) and installs for all of them.
Update:
git -C ~/.ios-skills pull && ~/.ios-skills/install.sh
Xcode (Claude Agent + Codex):
(git clone https://github.com/JordanCoin/ios-skills-collection ~/.agents/ios-skills 2>/dev/null || git -C ~/.agents/ios-skills pull) && ~/.agents/ios-skills/install.sh --xcode
| Agent | Install method | What it does |
|---|---|---|
| Claude Code | claude plugins marketplace add + install | Registers marketplace, clones to cache, hooks auto-inject skills |
| Codex CLI | install.sh --codex | Symlinks to ~/.agents/skills/ |
| Codex Mac App | install.sh --codex | Plugin bundle at ~/plugins/ios-skills + marketplace |
| Xcode (Claude) | install.sh --xcode | Symlinks to ~/Library/Developer/Xcode/CodingAssistant/ClaudeAgentConfig/skills/ |
| Xcode (Codex) | install.sh --xcode | Symlinks to ~/Library/Developer/Xcode/CodingAssistant/codex/skills/ |
Claude Code users don't need to clone the repo or run install.sh — the marketplace handles it. Xcode requires a restart after install to pick up skills.
Skills auto-inject based on what you're doing:
| You do this | Skills fire |
|---|---|
Edit *View.swift | swiftui-pro + ios-accessibility |
Edit *Tests.swift | swift-testing-pro + swift-testing-expert |
Edit *Model.swift | swiftdata-pro + core-data |
Write import HealthKit | healthkit |
Write import CoreBluetooth | core-bluetooth |
Run xcodebuild | xcodebuild-cli + xcode-build-orchestrator |
Run swift test | swift-testing-pro |
Run asc builds list | asc-cli + asc-workflow |
Edit Info.plist | app-store-preflight |
Edit *.strings | ios-localization |
A router skill loads at session start with:
IDEATION → DESIGN → DEVELOP → TEST → DEPLOY → ITERATE
200+ skills organized across 6 phases. The router guides the agent to the right
skills based on what phase you're in. See skills/_router/SKILL.md for the full map.
Claude Code:
claude plugins marketplace update ios-skills-collection
Codex / manual install:
git -C ~/.agents/ios-skills pull && ~/.agents/ios-skills/install.sh --codex
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations