Agent skills
LaunchSwift ships expert AI agent skills for SwiftUI, Swift concurrency, SwiftData, testing, performance, App Store compliance, and release automation.
Canonical layout
Section titled “Canonical layout”- Canonical product skills directory:
.agents/skills/ - Mirrors (symlink-only):
.claude/skills/,.codex/skills/ - Mission worker skills (separate concern):
.factory/skills/
Use .agents/skills/ for product-facing skill documentation and versioning.
Use .factory/skills/ only for mission-worker execution procedures.
Installed skill packs
Section titled “Installed skill packs”Core iOS and product skills
Section titled “Core iOS and product skills”| Skill | Source |
|---|---|
swiftui-expert-skill | AvdLee/SwiftUI-Agent-Skill |
swiftui-ui-patterns, swiftui-view-refactor, swiftui-liquid-glass, swiftui-performance-audit, swift-concurrency-expert, ios-debugger-agent, app-store-changelog | Dimillian/Skills |
swiftui-pro, swiftdata-pro, swift-concurrency-pro, swift-testing-pro | twostraws Swift Agent Skills |
greenlight | RevylAI/greenlight |
revenuecat | RevenueCat/revenuecat-skill |
asc-cli (bundle containing asc-* skills) | rudrankriyam/app-store-connect-cli-skills |
openspec-*, simple-tasks, xcode-makefiles | Repo-owned and pinned via skills.lock.json |
Reproducible update/check flow
Section titled “Reproducible update/check flow”Skill sources are pinned in skills.lock.json (source URL, commit SHA, install date, and mapped skill paths).
# Validate current tree against lock + mirror symlink rules./scripts/check-skills.sh
# Re-install canonical skills from pinned sources and rebuild mirrors./scripts/update-skills.shupdate-skills.sh installs into .agents/skills/ and recreates symlink-only mirrors in .claude/skills/ and .codex/skills/.
MCP example config
Section titled “MCP example config”A repo-owned template is included at:
.cursor/mcp.example.json
Copy it to your local MCP config and replace placeholder values with your own environment-specific commands/secrets.