What problem does it solve? Building apps with Appwrite's Swift SDK requires knowing the correct APIs for auth, databases, storage, realtime, and permissions across both client-side Apple platforms and server-side Swift, and mistakes like using deprecated classes or missing permissions cause broken or insecure code. ## Core Features & Use Cases - Client & Server Setup: Configure Appwrite clients for iOS/macOS apps with sessions or server-side Swift with API keys, including SSR auth flows for Vapor. - Full Backend Coverage: Authentication (email, OAuth), TablesDB queries with typed string columns, file storage, teams, realtime subscriptions, and serverless functions. - Permissions & Error Handling: Correct use of Permission/Role helpers and AppwriteException handling with common error codes. - Use Case: You are building an iOS app that needs user signup, a synced todo table, and photo uploads. Use this Skill to generate correct async/await Swift code with proper queries, permissions, and realtime subscriptions. ## Quick Start Use the appwrite-swift skill to write Swift code that signs up a user, creates a row in a table, and subscribes to realtime updates for my iOS app.