From 0029cd20784ee309d1cf5661072920dd8bc1970f Mon Sep 17 00:00:00 2001 From: DevCats Date: Fri, 15 May 2026 19:10:01 +0000 Subject: [PATCH] fix: remove install section and list available skills in README The install instructions duplicate what the registry UI's dropdown already provides. Replace with a table listing the available skills. --- registry/coder/skills/README.md | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/registry/coder/skills/README.md b/registry/coder/skills/README.md index 00e11e46..3159985d 100644 --- a/registry/coder/skills/README.md +++ b/registry/coder/skills/README.md @@ -18,25 +18,8 @@ Skills are sourced from [coder/skills](https://github.com/coder/skills) and served through the registry's API, MCP tools, and [well-known discovery endpoint](https://agentskills.io/specification). -## Install - -Install directly from the source repo: - -```bash -# Install a specific skill -npx skills add coder/skills@setup - -# Install all Coder skills -npx skills add coder/skills -``` - -Or install from the registry: - -```bash -npx skills add https://registry.coder.com -``` - ## Available Skills -Skills are discovered automatically from the source repo at build time. -Browse the full list at [registry.coder.com/skills](https://registry.coder.com/skills). +| Skill | Description | +|-------|-------------| +| [Setup & Configuration](https://registry.coder.com/skills/coder/setup) | Install, deploy, or bootstrap a new Coder deployment end-to-end. Covers Docker, Kubernetes/Helm, VM, cloud, HTTPS/domain setup, first admin creation, starter templates, and first workspace. |