·appwrite-typescript
</>

appwrite-typescript

Appwrite TypeScript SDK skill. Use when building browser-based JavaScript/TypeScript apps, React Native mobile apps, or server-side Node.js/Deno backends with Appwrite. Covers client-side auth (email, OAuth, anonymous), database queries, file uploads, real-time subscriptions, and server-side admin via API keys for user management, database administration, storage, and functions.

9Installs·0Trend·@chiragagg5k

Installation

$npx skills add https://github.com/chiragagg5k/appwrite-agent-skills --skill appwrite-typescript

How to Install appwrite-typescript

Quickly install appwrite-typescript AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/chiragagg5k/appwrite-agent-skills --skill appwrite-typescript
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: chiragagg5k/appwrite-agent-skills.

SKILL.md

View raw

Note: Use TablesDB (not the deprecated Databases class) for all new code. Only use Databases if the existing codebase already relies on it or the user explicitly requests it.

Role-based access: Use Role.team('[TEAMID]') for all team members or Role.team('[TEAMID]', 'editor') for a specific team role when setting permissions.

| account | Changes to the authenticated user's account | | databases.[DBID].tables.[TABLEID].rows | All rows in a table | | databases.[DBID].tables.[TABLEID].rows.[ROWID] | A specific row | | buckets.[BUCKETID].files | All files in a bucket | | buckets.[BUCKETID].files.[FILEID] | A specific file | | teams | Changes to teams the user belongs to |

Appwrite TypeScript SDK skill. Use when building browser-based JavaScript/TypeScript apps, React Native mobile apps, or server-side Node.js/Deno backends with Appwrite. Covers client-side auth (email, OAuth, anonymous), database queries, file uploads, real-time subscriptions, and server-side admin via API keys for user management, database administration, storage, and functions. Source: chiragagg5k/appwrite-agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/chiragagg5k/appwrite-agent-skills --skill appwrite-typescript
Category
</>Dev Tools
Verified
First Seen
2026-02-20
Updated
2026-03-11

Browse more skills from chiragagg5k/appwrite-agent-skills

Quick answers

What is appwrite-typescript?

Appwrite TypeScript SDK skill. Use when building browser-based JavaScript/TypeScript apps, React Native mobile apps, or server-side Node.js/Deno backends with Appwrite. Covers client-side auth (email, OAuth, anonymous), database queries, file uploads, real-time subscriptions, and server-side admin via API keys for user management, database administration, storage, and functions. Source: chiragagg5k/appwrite-agent-skills.

How do I install appwrite-typescript?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chiragagg5k/appwrite-agent-skills --skill appwrite-typescript Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/chiragagg5k/appwrite-agent-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-20

Related Skills

None