docs: call out coder/skills setup skill on install and quickstart pages (#25194)

<!--

If you have used AI to produce some or all of this PR, please ensure you
have read our [AI Contribution
guidelines](https://coder.com/docs/about/contributing/AI_CONTRIBUTING)
before submitting.

-->
This commit is contained in:
Ben Potter
2026-05-12 12:36:00 -05:00
committed by GitHub
parent 4b54925abc
commit 5e44c71305
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -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.
+3
View File
@@ -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
<div class="tabs">