Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(coder-workspaces): add skill for operating workspaces with the CLI - #5

Merged
matifali merged 1 commit into
mainfrom
feat/coder-workspaces-skill
Sep 10, 2026
Merged

matifali merged 1 commit into
mainfrom
feat/coder-workspaces-skill

Conversation

@matifali

@matifali matifali commented Sep 8, 2026

Copy link
Copy Markdown
Member

Adds a fourth skill, coder-workspaces, for using an existing Coder deployment from the command line. setup, templates, and modules cover installing Coder and authoring templates; nothing covered actually using a workspace.

Scope is the workspace as the environment an agent works in: get into one, run commands and edit files in it, forward ports, and drive its lifecycle. Template coverage stops at templates list and templates presets list, which is what coder create needs. Everything is the coder CLI, no MCP.

Commands were checked against coder <subcommand> --help (v2.35.3-devel) and most were run live against dev.coder.com, including coder ssh -- <cmd>, writing a file through tee, --wait yes, -y on the lifecycle commands, and coder config-ssh --dry-run. Running them turned up one gotcha worth having in the skill: a workspace with more than one agent needs coder ssh <workspace>.<agent>, otherwise the CLI errors out.

@matifali
matifali marked this pull request as ready for review September 10, 2026 05:42
@matifali
matifali force-pushed the feat/coder-workspaces-skill branch from 5a73275 to 70be545 Compare September 10, 2026 15:08
@matifali matifali changed the title feat(workspaces): add skill for operating workspaces with the CLI feat(coder-workspaces): add skill for operating workspaces with the CLI Sep 10, 2026
@matifali
matifali force-pushed the feat/coder-workspaces-skill branch 2 times, most recently from 0887ad2 to b386db4 Compare September 10, 2026 15:11
@matifali
matifali merged commit e439e4b into main Sep 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants