Skip to content

Releases: Techopolis/swift-agents

v1.0.0 — Initial Release

22 Feb 14:41

Choose a tag to compare

Swift Agent Team v1.0.0

A team of 9 specialized Swift agents for Claude Code that enforce modern Swift patterns on every prompt.

Quick Install

curl -fsSL https://raw.githubusercontent.com/taylorarndt/swift-agent-team/main/install.sh | bash

The Team

  • swift-lead — Orchestrator that routes tasks to the right specialists
  • concurrency-specialist — Swift 6.2 strict concurrency, actors, Sendable, structured concurrency
  • foundation-models-specialist — Apple Foundation Models, @generable, @Guide, tool calling
  • on-device-ai-architect — MLX Swift, llama.cpp, Core ML, device-tier model selection
  • mobile-a11y-specialist — iOS/macOS accessibility, VoiceOver, Dynamic Type, focus management
  • swiftui-specialist@observable, NavigationStack, state management, view composition
  • app-review-guardian — App Store rejection prevention, privacy manifests, IAP rules, HIG
  • testing-specialist — Swift Testing, XCTest, mocking, testable architecture, snapshot testing
  • swift-security-specialist — Keychain, CryptoKit, biometric auth, ATS, certificate pinning

How It Works

A UserPromptSubmit hook fires on every prompt. The swift-lead evaluates the task and routes to the right specialists automatically. Multiple specialists can review a single task.

What's Included

  • 9 specialist agents + 1 orchestrator
  • Hook scripts for macOS, Linux, and Windows
  • Interactive installer with one-liner curl install
  • Auto-update support (daily via launchd or cron)
  • Update and uninstall scripts

See the README for full documentation.