What problem does it solve? Building apps with Appwrite in Swift requires knowing the correct SDK patterns for authentication, database queries, file storage, real-time subscriptions, and server-side administration, and mistakes like using deprecated classes or missing permissions cause hard-to-debug failures. ## Core Features & Use Cases - Client and Server Setup: Configure Appwrite clients for iOS, macOS, watchOS, tvOS, and server-side Swift with API keys and session handling. - Full SDK Coverage: Implement email/OAuth authentication, TablesDB row operations with typed queries, file uploads, teams, real-time subscriptions, and serverless functions using async/await. - SSR Authentication: Build Vapor or Hummingbird login flows with admin and session clients, secure HTTP-only cookies, and OAuth2 token exchange. - Use Case: You are building an iOS app that needs user login, a synced task list, and profile photo uploads. Use this Skill to generate the correct Swift code for account creation, TablesDB queries with permissions, and Storage uploads. ## Quick Start Use the appwrite-swift skill to write Swift code that signs up a user, creates a row in a table, and uploads a file to a bucket.