Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By appwrite
Appwrite tools for Claude Code, including SDK skills, Appwrite MCP servers, and deployment commands.
npx claudepluginhub appwrite/claude-plugin --plugin appwriteAppwrite CLI skill. Use when managing Appwrite projects from the command line. Covers installation, login, project initialization, deploying functions/sites/tables/buckets/teams/topics, managing resources, non-interactive CI/CD mode, and generating type-safe SDKs.
Appwrite Dart SDK skill. Use when building Flutter apps (mobile, web, desktop) or server-side Dart applications with Appwrite. Covers client-side auth (email, OAuth), database queries, file uploads with native file handling, real-time subscriptions, and server-side admin via API keys for user management, database administration, storage, and functions.
Appwrite .NET SDK skill. Use when building server-side C# or .NET applications with Appwrite, including ASP.NET and Blazor integrations. Covers user management, database/table CRUD, file storage, and functions via API keys.
Appwrite Go SDK skill. Use when building server-side Go applications with Appwrite. Covers user management, database/table CRUD, file storage, and functions via API keys. Uses per-service packages and functional options pattern.
Appwrite Kotlin SDK skill. Use when building native Android apps or server-side Kotlin/JVM backends with Appwrite. Covers client-side auth (email, OAuth with Activity integration), database queries, file uploads, real-time subscriptions with coroutine support, and server-side admin via API keys for user management, database administration, storage, and functions.
External network access
Connects to servers outside your machine
Requires secrets
Needs API keys or credentials to function
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
appwrite_api_keyYour Appwrite API key
${user_config.appwrite_api_key}appwrite_endpointYour Appwrite endpoint URL, for example https://<REGION>.cloud.appwrite.io/v1
${user_config.appwrite_endpoint}appwrite_project_idYour Appwrite project ID
${user_config.appwrite_project_id}Harness-native ECC operator layer - 61 agents, 246 skills, 76 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,443 supported skills.
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Share bugs, ideas, or general feedback.
Appwrite tools for Claude Code. This plugin packages Appwrite SDK skills, Appwrite MCP servers, and deployment commands in Claude Code's native plugin format.
.claude-plugin/
├── plugin.json # Plugin manifest and user config schema
└── marketplace.json # Marketplace manifest for install-by-name flows
skills/ # Claude Code skills (per language)
├── typescript/
│ └── SKILL.md
├── dart/
│ └── SKILL.md
├── kotlin/
│ └── SKILL.md
├── swift/
│ └── SKILL.md
├── php/
│ └── SKILL.md
├── python/
│ └── SKILL.md
├── ruby/
│ └── SKILL.md
├── go/
│ └── SKILL.md
├── rust/
│ └── SKILL.md
├── dotnet/
│ └── SKILL.md
├── cli/
│ └── SKILL.md
commands/ # Manual commands with side effects
├── deploy-site.md
└── deploy-function.md
.mcp.json # Appwrite API and docs MCP servers
/appwrite:typescript/appwrite:dart/appwrite:kotlin/appwrite:swift/appwrite:php/appwrite:python/appwrite:ruby/appwrite:go/appwrite:rust/appwrite:dotnet/appwrite:cliThese skills give Claude Code language-specific Appwrite context for authentication, database queries, storage, realtime, functions, and server-side administration.
/appwrite:deploy-site/appwrite:deploy-functionThese commands are marked as manual-only so Claude will not invoke deployment workflows automatically.
appwrite-api uses uvx mcp-server-appwriteappwrite-docs connects to https://mcp-for-docs.appwrite.ioThe plugin declares these userConfig keys for Appwrite credentials:
appwrite_endpointappwrite_project_idappwrite_api_keyThose values are wired into the packaged .mcp.json automatically through Claude Code userConfig.
Validate the generated plugin and marketplace:
cd examples/claude-plugin
claude plugin validate .
Load the plugin directly for a dev session:
claude --plugin-dir ./examples/claude-plugin
Then verify:
/help shows the appwrite namespace/appwrite:typescript loads the TypeScript skillInstall it end to end through the bundled marketplace:
claude plugin marketplace add ./examples/claude-plugin --scope local
claude plugin install appwrite@appwrite --scope local
Use --plugin-dir for fast iteration on skills and commands. Use the bundled marketplace when you want install-by-name flows such as appwrite@appwrite.
This library is auto-generated by Appwrite custom SDK Generator. To learn more about how you can help us improve this SDK, please check the contribution guide before sending a pull-request.
Please see the MIT license file for more information.