diff --git a/docs/install/index.md b/docs/install/index.md index 2fc04c186a..e032073f97 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -10,6 +10,9 @@ minimal installation of Coder, or for a step-by-step guide on how to install and configure your first Coder deployment, follow the [quickstart guide](../tutorials/quickstart.md). +> [!TIP] +> If you use a coding agent like Claude Code, the [coder/skills](https://github.com/coder/skills) `setup` skill can train the coding agent to install and bootstrap a Coder deployment end-to-end. + ## Local/Individual Installs This install guide is meant for **individual developers, small teams, and/or open source community members** setting up Coder locally or on a single server. It covers the light weight install for Linux, macOS, and Windows. diff --git a/docs/tutorials/quickstart.md b/docs/tutorials/quickstart.md index d4bdfad4a9..eb231b7919 100644 --- a/docs/tutorials/quickstart.md +++ b/docs/tutorials/quickstart.md @@ -34,6 +34,9 @@ explained through a cooking analogy: - Familiarity with running commands in the terminal - 10 minutes of your time +> [!TIP] +> If you use a coding agent like Claude Code, the [coder/skills](https://github.com/coder/skills) `setup` skill can train the coding agent on the following steps (install Docker, install Coder, create your first template, and launch a workspace). + ## Step 1: Install Docker and set up permissions