What problem does it solve? Building server-side backends with Appwrite requires knowing the correct SDK patterns for authentication, database CRUD, file storage, and permissions, and mistakes like using deprecated classes or missing permission strings cause silent failures. ## Core Features & Use Cases - Server SDK Setup: Configure an Appwrite Python client with API keys for Django, Flask, and FastAPI backends. - Database & Storage Operations: Create tables with typed columns, run filtered queries, and upload files using TablesDB and Storage services. - SSR Authentication: Implement email/password and OAuth2 login flows with secure session cookies for server-rendered apps. - Use Case: You are building a Flask API that needs user login, a task table with row-level permissions, and avatar uploads. Use this Skill to generate the correct Appwrite Python code for each piece. ## Quick Start Use the appwrite-python skill to write a Flask login endpoint that creates an Appwrite email/password session and sets the session cookie.