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: diff --git a/src/routes/docs/tooling/command-line/installation/+page.markdoc b/src/routes/docs/tooling/command-line/installation/+page.markdoc index a63d163f47..c282c6ab2c 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/ai/skills). + You can run your first CLI command after logging in. Try fetching information about your Appwrite project. ```sh