
appwrite/agent-skills
2 skills1.8k installs40 starsGitHub
Install
npx skills add https://github.com/appwrite/agent-skillsSkills in this repo
1Appwrite TypescriptAppwrite TypeScript is an agent skill that teaches the official Appwrite SDKs for JavaScript and TypeScript across three runtimes: browser apps, React Native, and Node.js or Deno servers. Solo builders use it when they want a managed backend for authentication, document or table storage, file buckets, and live updates without maintaining custom API glue. The skill walks through installing the correct package per platform, configuring Client with endpoint and project ID, and separating public client credentials from server API keys for privileged operations. It emphasizes practical snippets for signup and session flows, database reads and writes, uploads, and subscription handlers, plus the admin path for user management and function triggers. It fits indie SaaS, mobile-first products, and small full-stack teams standardizing on Appwrite Cloud or self-hosted endpoints during the build phase.970installs2Appwrite CliAppwrite CLI is an agent skill for builders who treat Appwrite as their backend and want repeatable command-line control instead of dashboard-only workflows. It covers global installation paths, account login—including self-hosted endpoints and Cloud region nuances—project initialization, multi-file configuration, and deployments for functions, static sites, tables, storage buckets, teams, webhooks, and messaging topics. Flag-based queries and non-interactive CI/CD mode matter for solo founders who ship from GitHub Actions or similar. The skill also notes that account whoami may show the global Cloud login URL while project-scoped calls use regional endpoints, reducing a common misconfiguration trap. Use it while integrating Appwrite during build and whenever you redeploy or regenerate SDKs through launch and production iteration.840installs