perry-workspaces

Create and manage isolated Docker workspaces on a tailnet with SSH access.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/drbobber/superdiscount-deals --skill perry-workspaces-drbobber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perry-workspaces
Source: https://github.com/drbobber/superdiscount-deals/tree/main/skills/perry-workspaces
Command: npx skills add https://github.com/drbobber/superdiscount-deals --skill perry-workspaces-drbobber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the creation and management of isolated Docker development environments on your tailnet, pre-configured with essential coding agents.

Core Features & Use Cases

  • Workspace Creation: Spin up new, isolated Docker environments with a single command.
  • Agent Integration: Access pre-installed agents like OpenCode and Claude Code within your workspaces.
  • Remote Development: Provides a seamless way to manage remote development environments accessible via SSH.

Quick Start

Start a new Perry workspace named 'my-dev-env' and clone your GitHub repository into it.

Frequently Asked Questions about perry-workspaces

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

FAQPage Schema
How do I create isolated Docker workspaces for remote development on a tailnet?

You can create isolated Docker workspaces on a tailnet using a single command to spin up new environments. These workspaces come pre-configured with coding agents and are accessible via SSH for remote development.

Can I use Claude Code and OpenCode agents inside Docker containers?

Yes, you can use Claude Code and OpenCode inside Docker containers. The workspace creation process pre-installs these coding agents, allowing you to immediately access and run them within your isolated environments.

How do I manage the lifecycle of remote Docker development environments?

You can manage the lifecycle of remote Docker development environments through built-in operations. The system supports starting, listing, stopping, and removing your isolated workspaces as needed throughout your development process.

What is the best way to access coding agents running in isolated Docker containers?

The best way to access coding agents in isolated Docker containers is through SSH. The workspaces provide defined network endpoints on your tailnet, facilitating seamless remote development and agent connectivity.

Do I need a tailnet to use isolated Docker workspaces with coding agents?

Yes, a tailnet is required. The workspaces are specifically created and managed on a tailnet to provide defined network endpoints, ensuring secure and isolated remote development access via SSH.

How do I clone a GitHub repository into a new Docker workspace?

To clone a GitHub repository, start a new named Docker workspace and then clone your repository into it. This provides an isolated environment with pre-installed coding agents ready for development.