coder-workspacesManage Coder workspaces and AI coding agent tasks via CLI. List, create, start, stop, and delete workspaces. SSH into workspaces to run commands. Create and monitor AI coding tasks with Claude Code, Aider, or other agents.
Install via ClawdBot CLI:
clawdbot install DevelopmentCats/coder-workspacesManage Coder workspaces and AI coding agent tasks via the coder CLI.
Note: Commands execute within isolated, governed Coder workspaces — not the host system.
Before using coder CLI, configure authentication:
export CODER_URL=https://your-coder-instance.com
export CODER_SESSION_TOKEN=<your-token> # Get from /cli-auth
coder whoami
coder list # List workspaces
coder list --all # Include stopped
coder list -o json # JSON output
coder start <workspace>
coder stop <workspace>
coder restart <workspace> -y
coder delete <workspace> -y
coder ssh <workspace> # Interactive shell
coder ssh <workspace> -- <command> # Run command in workspace
coder logs <workspace>
coder logs <workspace> -f # Follow logs
Coder Tasks runs AI agents (Claude Code, Aider, etc.) in isolated workspaces.
coder tasks create --template <template> --preset "<preset>" "prompt"
coder templates listcoder templates presets list -o json and use the default. If no default, ask user which preset.coder tasks list # List all tasks
coder tasks logs <task-name> # View output
coder tasks connect <task-name> # Interactive session
coder tasks delete <task-name> -y # Delete task
coder loginGenerated Mar 1, 2026
A distributed software team uses Coder workspaces to standardize development environments, ensuring all members have identical tools and dependencies. They create isolated workspaces for each feature branch, run automated tests via SSH commands, and use AI coding tasks to generate boilerplate code or refactor modules, speeding up development cycles.
A research institution leverages Coder workspaces to manage data science projects, with each workspace pre-configured with Python, Jupyter, and ML libraries. Researchers start and stop workspaces as needed to run experiments, use AI coding tasks to automate data preprocessing scripts, and share logs for reproducibility across teams.
A DevOps team integrates Coder workspaces into CI/CD pipelines to create ephemeral environments for testing and deployment. They automate workspace creation and deletion via CLI commands, run security scans via SSH, and use AI coding tasks to generate infrastructure-as-code templates, reducing manual configuration errors.
A coding bootcamp uses Coder workspaces to provide students with ready-to-use coding environments, eliminating setup time. Instructors create workspaces with pre-loaded exercises, students submit assignments via SSH commands, and AI coding tasks assist with debugging or explaining concepts, enhancing learning efficiency.
A freelance developer manages multiple client projects using Coder workspaces to keep environments separate and secure. They list workspaces to track progress, start/stop based on project timelines, and use AI coding tasks to quickly prototype features or generate documentation, improving client delivery times.
Offer Coder workspaces as a managed service with tiered pricing based on workspace count, storage, and AI task usage. Include premium support and custom templates, targeting enterprises needing scalable, secure development environments. Revenue streams from monthly or annual subscriptions with add-ons for advanced features.
Provide consulting services to help organizations integrate Coder workspaces into their workflows, including setup, customization, and training. Offer ongoing maintenance and optimization packages, focusing on industries like finance or healthcare with strict compliance needs. Revenue comes from project-based fees and retainer agreements.
License the Coder workspace technology as a white-label solution for other companies to rebrand and resell. Target educational institutions or software vendors looking to offer coding environments under their own brand, with revenue from licensing fees and a percentage of end-user subscriptions.
💬 Integration Tip
Ensure environment variables CODER_URL and CODER_SESSION_TOKEN are correctly set before running commands to avoid authentication errors; test connectivity with 'coder whoami' first.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Write, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.