This is the official Appwrite .NET SDK skill for building server-side C# applications with Appwrite's backend services. It covers the full stack: user management, database CRUD with the newer TablesDB class (not the deprecated Databases), file storage, teams, and serverless functions. The documentation makes a point of recommending named arguments and explicit column types like varchar and text instead of the legacy string type, which matters when you're working within the 64 KB row size limit. If you're building ASP.NET or Blazor apps that need authentication, database operations, or file handling with Appwrite, this gives you the patterns and API references to get it done without digging through general docs.
npx skills add https://github.com/appwrite/agent-skills --skill appwrite-dotnet