What problem does it solve? Building Go backends against Appwrite requires knowing the correct SDK patterns—per-service packages, functional options, TablesDB versus legacy Databases, permission strings, and SSR session handling. This Skill provides working code patterns so you avoid deprecated APIs and common permission mistakes. ## Core Features & Use Cases - Service Operations: Covers users, TablesDB rows and columns, file storage, teams, and serverless function execution with the Go SDK. - SSR Authentication: Implements admin and session clients, email/password login, OAuth2 flows, and secure cookie handling for Go web frameworks. - Permissions & Errors: Shows permission/role string construction and structured AppwriteException error handling. - Use Case: You are building a Go API that stores user uploads in Appwrite Storage and rows in TablesDB; use this Skill to generate correct client setup, queries, and per-resource permissions. ## Quick Start Ask the AI to write Go code using the Appwrite SDK to create a table, insert a row with permissions, and upload a file to a storage bucket.