Server-side Ruby SDK for Appwrite, covering the usual backend auth and data operations. You get user management, database CRUD with the newer TablesDB class, file storage, teams, and function execution. The docs are clear about using keyword arguments and avoiding deprecated patterns like the old string column type. If you're building a Rails or Sinatra app that talks to Appwrite, this handles the API key auth flow and gives you proper SSR session handling with separate admin and per-request clients. Solid reference for the common patterns without much ceremony.
npx skills add https://github.com/appwrite/agent-skills --skill appwrite-ruby