| name | coder |
| description | Use this skill when the user wants to provision or manage remote development environments — create cloud workspaces from templates, connect via SSH, or manage team dev infrastructure with Terraform. |
coder Plugin
Provision and manage remote development environments on your own infrastructure. Uses Terraform templates and provisioners to spin up consistent, team-shared dev workspaces.
Installation
curl -L https://coder.com/install.sh | sh
Basic Usage
coder login https://coder.example.com
coder list
coder create my-workspace --template docker-dev
coder start my-workspace
coder stop my-workspace
coder ssh my-workspace
Common Patterns
coder show my-workspace
coder update my-workspace
coder delete my-workspace
coder templates list
Usage Examples
- "Create a remote dev workspace from the docker template"
- "Start my Coder workspace and SSH into it"
- "List all running workspaces on our Coder server"
SuperCLI
sc coder _ _ list
sc coder _ _ create my-workspace --template go-dev
sc plugins learn coder