From 5339271fe7fa14a0ea9a3d42ec09bab7d96479fa Mon Sep 17 00:00:00 2001 From: Atharva Deosthale Date: Tue, 31 Mar 2026 21:22:59 +0530 Subject: [PATCH 1/3] Add agent skills auto-install note to init project docs --- src/routes/docs/tooling/command-line/installation/+page.markdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/docs/tooling/command-line/installation/+page.markdoc b/src/routes/docs/tooling/command-line/installation/+page.markdoc index a63d163f47..53bd80ee71 100644 --- a/src/routes/docs/tooling/command-line/installation/+page.markdoc +++ b/src/routes/docs/tooling/command-line/installation/+page.markdoc @@ -147,6 +147,8 @@ This will create your `appwrite.config.json` file, where you will configure your } ``` +The CLI will also auto-detect your project configuration and automatically install relevant [Appwrite agent skills](/docs/tooling/agent-skills). + You can run your first CLI command after logging in. Try fetching information about your Appwrite project. ```sh From 0717909ed42345120a2b003029cc1ac246213881 Mon Sep 17 00:00:00 2001 From: Atharva Deosthale Date: Tue, 31 Mar 2026 21:30:52 +0530 Subject: [PATCH 2/3] Update src/routes/docs/tooling/command-line/installation/+page.markdoc Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- src/routes/docs/tooling/command-line/installation/+page.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/docs/tooling/command-line/installation/+page.markdoc b/src/routes/docs/tooling/command-line/installation/+page.markdoc index 53bd80ee71..c282c6ab2c 100644 --- a/src/routes/docs/tooling/command-line/installation/+page.markdoc +++ b/src/routes/docs/tooling/command-line/installation/+page.markdoc @@ -147,7 +147,7 @@ This will create your `appwrite.config.json` file, where you will configure your } ``` -The CLI will also auto-detect your project configuration and automatically install relevant [Appwrite agent skills](/docs/tooling/agent-skills). +The CLI will also auto-detect your project configuration and automatically install relevant [Appwrite agent skills](/docs/tooling/ai/skills). You can run your first CLI command after logging in. Try fetching information about your Appwrite project. From 351e4e02b97ab90d803a004240307ad95a308c1e Mon Sep 17 00:00:00 2001 From: Atharva Deosthale Date: Wed, 1 Apr 2026 01:47:45 +0530 Subject: [PATCH 3/3] add notes to ai docs skill section --- src/routes/docs/tooling/ai/skills/+page.markdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/routes/docs/tooling/ai/skills/+page.markdoc b/src/routes/docs/tooling/ai/skills/+page.markdoc index 0570fa7e40..63d950887a 100644 --- a/src/routes/docs/tooling/ai/skills/+page.markdoc +++ b/src/routes/docs/tooling/ai/skills/+page.markdoc @@ -25,6 +25,10 @@ Skills work across all major AI dev tools that support them. They are installed # Install skills {% #install-skills %} +{% info title="Automatic installation" %} +When you run `appwrite init project`, the Appwrite CLI auto-detects your project configuration and installs relevant skills automatically. You can also install skills manually using the steps below. +{% /info %} + {% section #step-1 step=1 title="Run the install command" %} Run the following command in your project directory: