A solid SDK wrapper for building Appwrite-backed apps in Flutter or server-side Dart. Covers the essentials: email and OAuth login, database CRUD with the newer TablesDB class (avoid the deprecated Databases), file uploads with native platform handling, real-time subscriptions, and server-side admin operations via API keys. The query builder is expressive, with all the filtering and pagination methods you'd expect. One thing to watch: the skill explicitly calls out string column types (varchar vs text vs mediumtext) because of row size limits, which is the kind of detail that saves you from a midnight refactor. Good for greenfield Flutter projects or if you're already in the Appwrite ecosystem.
npx skills add https://github.com/appwrite/agent-skills --skill appwrite-dart