This wraps Appwrite's Kotlin SDK for both Android client apps and server-side JVM backends. You get the full stack: email and OAuth authentication with Activity integration, database CRUD using the newer TablesDB API with proper query builders, file uploads with preview support, and real-time subscriptions through coroutines. The skill correctly steers you toward named arguments and the current TablesDB class instead of the deprecated Databases service, which matters if you're starting fresh. Server-side admin operations cover user management, database administration, and storage. The string column type guidance is genuinely helpful since Appwrite distinguishes between varchar (inline, indexable) and text variants (off-page storage). Solid coverage if you're building on Appwrite with Kotlin.
npx skills add https://github.com/appwrite/agent-skills --skill appwrite-kotlin