Ws banner
stevefan stevefan

Ws

Development community

Description

--- description: Manage Drydock workspaces — create, list, inspect, stop, destroy agent containers allowed-tools: Bash(ws *) --- # ws — Drydock Workspace CLI You are managing workspaces via the `ws` CLI. Output is JSON when piped (which is how you see it). Errors include a `fix` field with the corrective action. ## Commands ``` drydock create <project> [name] Create a workspace (name defaults to project) drydock list [--project P] [--state S] List workspaces drydock inspect <name>

Installation

Installs to ~/.claude/skills/stevefan-drydock-ws/SKILL.md

Terminal
mkdir -p ~/.claude/skills/stevefan-drydock-ws && curl -fsSL https://raw.githubusercontent.com/stevefan/drydock/HEAD/.claude/skills/ws.md -o ~/.claude/skills/stevefan-drydock-ws/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository