By andrewcchoi
Interactive assistant for creating VS Code DevContainer configurations with Docker Compose support. Base stack includes Python 3.12 + Node 20, with optional languages (Go, Rust, Ruby, PHP, C++) and network firewall.
This directory contains slash commands for the Claude Code Sandbox Plugin. Commands provide user-friendly interfaces to the underlying skills, with smart routing and sensible defaults.
Audit DevContainer configuration for security best practices
Deploy DevContainer environment to Azure Container Apps for cloud-based development
Comprehensive health check for sandbox-maxxing environment (proxy-safe by default)
Diagnose and fix native Linux/WSL2 Claude Code setup issues
This directory contains agent definitions for the sandboxxer plugin. Agents are specialized AI assistants that handle specific tasks within the plugin ecosystem.
Generates DevContainer files by copying templates and customizing placeholders. Use this agent for manual devcontainer setup file generation.
Validates DevContainer setup - file locations, JSON/YAML syntax, and content structure
Automated diagnostic agent that runs checks, identifies issues, and provides targeted fixes for Docker sandbox problems
Use when user wants to audit sandbox security, review firewall configuration, check for security best practices, or harden their Claude Code Docker sandbox environment
Use when user encounters problems with native Linux/WSL2 Claude Code setup - diagnose and fix bubblewrap, PATH, authentication, or WSL2-specific issues
Use when user encounters problems with Claude Code Docker sandbox - diagnose and fix container startup failures, network issues, service connectivity, firewall blocking, or permission errors
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Repository: andrewcchoi/sandbox-maxxing Plugin Name: sandboxxer (used in commands: /sandboxxer:quickstart, /sandboxxer:yolo-docker-maxxing)
Interactive assistant for creating VS Code DevContainer configurations with Docker Compose support. Choose between interactive setup with project type selection and firewall customization, or quick one-command setup with defaults.
New to sandboxing? A sandbox is a secure, isolated environment where code runs safely without accessing your personal files, passwords, or system settings. Think of it like a protective bubble - code can run inside, but can't escape to harm your computer.
Visual guides for beginners:
This plugin helps you set up sandboxed development environments using either Docker containers (full isolation with firewall) or bubblewrap (lightweight native Linux sandboxing).
This plugin is experimental and provided as-is. Most features have received minimal to no testing. Generated configurations may not work correctly on the first try and may require several iterations to get working.
Testing levels:
/sandboxxer:yolo-docker-maxxing- Moderate testing (most reliable)/sandboxxer:quickstart- Very minimal testing- Firewall features - No testing (highly experimental)
- Azure deployment - No testing (highly experimental)
- Agents and skills - Not tested
If you encounter issues, expect to iterate on the generated configuration files.
Plugin component overview - see docs/diagrams/ for detailed diagrams
Before using this plugin, ensure you have:
ms-vscode-remote.remote-containers)Platform-specific:
~/projects/)# Install the plugin
claude plugins add https://github.com/andrewcchoi/sandbox-maxxing
# Verify installation
claude plugins list
npx claudepluginhub andrewcchoi/sandbox-maxxing --plugin sandboxxerDocker and containerization expert for Dockerfile optimization, multi-stage builds, docker-compose orchestration, container debugging, image size reduction, security scanning, networking, and volume management. Use when working with Docker containers, writing Dockerfiles, or troubleshooting containerization issues.
Bootstrap - Developer onboarding accelerator. Analyzes project requirements, detects missing dependencies, generates Docker/docker-compose configs, creates .env templates, sets up pre-commit hooks, configures IDE settings (VSCode/Cursor), and troubleshoots 'it works on my machine' issues. Gets developers productive in minutes, not hours.
Generate Docker Compose configurations for multi-container applications with best practices
DevOps and containerization expertise
Docker Compose validation and best practices
Deployment automation with Dockerfile generation, CI/CD pipelines, and infrastructure as code