This one wraps the Appwrite CLI for managing backend resources from the terminal. It covers the full workflow: installation across platforms, authentication with both Cloud and self-hosted instances, and deploying functions, databases, storage buckets, and static sites. The configuration approach is solid, you can keep everything in appwrite.config.json or split resources into separate JSON files using includes, which makes team collaboration cleaner. Particularly helpful for CI/CD pipelines since it supports non-interactive mode. If you're already using Appwrite and want to skip clicking through the Console for deployments or need to script your infrastructure, this handles the command reference and multi-file config patterns you'll actually use.
npx skills add https://github.com/appwrite/agent-skills --skill appwrite-cli