Skip to content

Commit 18b6ce5

Browse files
Apply suggestions from code review
Co-authored-by: Aditya Oberai <adityaoberai1@gmail.com>
1 parent bcb2c96 commit 18b6ce5

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/routes/blog/post/announcing-appwrite-cursor-plugin/+page.markdoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ category: announcement
1010
featured: false
1111
---
1212

13-
Earlier this year, we launched [Appwrite Skills](/docs/tooling/ai/skills), open source markdown files that give AI agents deep, language-specific knowledge of Appwrite SDKs. Skills solved a real problem: agents were generating Appwrite code that looked right but used wrong method signatures, outdated patterns, or missing parameters. With skills installed, agents generate correct, idiomatic Appwrite code without needing documentation pasted into every prompt.
13+
Earlier this year, we launched [Appwrite Skills](/docs/tooling/ai/skills), open-source Markdown files that give AI agents deep, language-specific knowledge of Appwrite SDKs. Skills solved a real problem: agents were generating Appwrite code that looked right but used the wrong method signatures, outdated patterns, or missing parameters. With skills installed, agents generate correct, idiomatic Appwrite code without needing documentation pasted into every prompt.
1414

15-
Today, we are taking that a step further. We are launching the **Appwrite plugin for Cursor**.
15+
Today, we are taking a step further.
1616

17-
The Appwrite plugin bundles everything your AI agents need to work with Appwrite into a single install. Instead of manually configuring MCP servers and installing skills separately, you just visit the [Cursor Marketplace](https://cursor.com/marketplace/appwrite), click a button, and your agents are ready to build.
17+
# Introducing the Appwrite plugin for Cursor
1818

19-
# What is included
19+
The Appwrite plugin for Cursor bundles all the tools your AI agents need to work with Appwrite into a single installation. Instead of manually configuring MCP servers and installing skills separately, you visit the [Cursor Marketplace](https://cursor.com/marketplace/appwrite), click a button, and your agents are ready to build with Appwrite.
2020

21-
The Appwrite plugin packages three types of resources into one install:
21+
The plugin packages three types of resources into one install:
2222

2323
## 10 agent skills
2424

@@ -32,13 +32,13 @@ The plugin includes both the Appwrite API MCP server and the Appwrite Docs MCP s
3232

3333
Built-in commands for deploying functions and sites using the Appwrite CLI, directly from the agent chat.
3434

35-
# Why use the plugin
35+
# Why developers should use the plugin
3636

37-
Before the plugin, setting up Appwrite in Cursor meant manually adding MCP server configurations, installing skills separately, and making sure everything was wired up correctly. It worked, but it was friction that slowed you down.
37+
Before the plugin, setting up Appwrite in Cursor required manually adding MCP server configurations, installing agent skills separately, and wiring everything together. While it worked, it added unnecessary friction to the initial setup experience.
3838

39-
The plugin removes that friction entirely:
39+
The plugin removes this friction entirely:
4040

41-
- **One-click install**: Visit the marketplace, sign in, and the plugin appears in your editor. No config files to edit.
41+
- **One-click install**: Visit the marketplace, sign in, and the plugin appears in your editor. No config files need to be edited.
4242
- **Everything in one place**: Skills, MCP servers, and commands are bundled together and stay in sync.
4343
- **Automatic skill discovery**: Cursor's agents load the right skill for your language and framework without you needing to specify anything.
4444

@@ -48,10 +48,10 @@ Installing the plugin takes less than a minute:
4848

4949
1. Visit the [Appwrite plugin](https://cursor.com/marketplace/appwrite) on the Cursor Marketplace.
5050
2. Sign in with your Cursor account.
51-
3. Click **Add to Cursor**.
51+
3. Click on **Add to Cursor**.
5252
4. The plugin will be added to your editor automatically.
5353

54-
Once installed, open an agent chat and start building. Try a prompt like `Create a new Appwrite project with auth enabled and a users collection` and watch the agent use the right SDK patterns, API calls, and best practices without any extra setup.
54+
Once installed, open an agent chat and start building. Try a prompt like `Create a new Appwrite project with auth enabled and a users table` and watch the agent use the right SDK patterns, API calls, and best practices without any extra setup.
5555

5656
# Resources
5757

src/routes/docs/tooling/ai/ai-dev-tools/cursor/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you'd rather configure MCP servers individually, skip to [Step 3](#step-3).
4444

4545
{% section #step-3 step=3 title="Add MCP servers manually" %}
4646

47-
If you installed the Appwrite plugin in [Step 2](#install-plugin), MCP servers are already configured and you can skip to [Step 4](#step-4). Follow these steps if you prefer to configure MCP servers manually.
47+
If you installed the Appwrite plugin in [Step 2](#install-plugin), MCP servers are already configured and you can skip to [Step 4](#step-4).
4848

4949
Connect Appwrite MCP servers to Cursor for deeper integration with the Appwrite API and documentation.
5050

0 commit comments

Comments
 (0)