This wraps the Appwrite TypeScript SDK for client and server use cases. You get auth flows (email, OAuth, anonymous), database queries with the newer TablesDB class, file storage, and real-time subscriptions. The skill covers React Native OAuth gotchas (you need createOAuth2Token with deep linking, not createOAuth2Session), string column types like varchar versus text for row size planning, and the object-params calling style the SDK now prefers. Useful if you're wiring up Appwrite in a web app, mobile project, or Node backend and want the common patterns in one place without digging through docs.
npx skills add https://github.com/appwrite/agent-skills --skill appwrite-typescript