Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/routes/docs/tooling/ai/skills/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading