coder-workspace-management

Manage Coder workspaces, templates, and platform settings via the Coder CLI.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/jovermier/claude-code-plugins-ip-labs --skill coder-workspace-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coder-workspace-management
Source: https://github.com/jovermier/claude-code-plugins-ip-labs/tree/main/plugins/coder/skills/coder-workspace-management
Command: npx skills add https://github.com/jovermier/claude-code-plugins-ip-labs --skill coder-workspace-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a command-line interface for managing Coder workspaces, templates, and platform operations, enabling teams to provision and control development environments efficiently.

Core Features & Use Cases

  • Create, list, start, stop, update, rename, and delete workspaces from templates.
  • Manage templates and project templates to standardize environments across teams.
  • Open, SSH into, and monitor workspaces; view resource usage and status; integrate with CI/CD workflows.

Quick Start

Use the coder workspace-management skill to create a new workspace from a template: coder create --template "my-template" my-workspace

Frequently Asked Questions about coder-workspace-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Coder workspace from a template using the CLI?

To create a Coder workspace from a template, use the command `coder create --template "my-template" my-workspace` in the CLI to rapidly provision your development environment.

Can I manage workspace lifecycle operations like starting and stopping via the command line?

Yes, you can manage workspace lifecycle operations via the command line, including starting, stopping, updating, renaming, and deleting Coder workspaces to control your development environments efficiently.

How do I SSH into a self-hosted Coder workspace from my terminal?

You can SSH into self-hosted Coder workspaces directly from your terminal using the Coder CLI, which provides secure shell access to manage and monitor your remote development environments.

What is the best way to standardize development environments across multiple projects?

The best way to standardize development environments across multiple projects is by managing project templates through the Coder CLI, ensuring consistent provisioning and configuration for all team members.

Does Coder CLI support workspace scheduling and resource monitoring for devops workflows?

Yes, the Coder CLI supports workspace scheduling and resource monitoring for devops workflows, allowing teams to view workspace status, track resource usage, and integrate with CI/CD pipelines.