Skip to content

briangershon/agent-workspace

Repository files navigation

Agent Workspace

Features

  • a safe workspace for your AI agent projects
  • your AI agent runs in a Docker container isolated from your host machine
  • installs Claude Code by default -- though you can install any coding agent you want
  • installs Anthropic's skill-creator to make it easy to create new skills
  • installs skill-copy cli to install any skills you want from GitHub repos

Customize

  • Use Claude Code to customize environment and capabilities. Run Claude Code and it automatically reads CLAUDE.md with information on how to customize.

What you get

  • Pre-installed tools for Claude Code to use
  • Isolated Docker container - agent cannot access your host system except for your project files
  • Bind-mounted workspace/ folder on your host for project files
  • Docker volume for home folder (/home/agent) so agent config and auth tokens persist across restarts

Prerequisites

  • Docker
  • Docker Compose

Setup and Running Container

  1. Clone this template repository

  2. Build and run the container

docker-compose up --build
  1. Connect to your container
./open-terminal.sh
  1. Inside the container, you can run your agent and other tools
claude

About

A safe workspace for your AI agent projects.

Topics

Resources

License

Stars

Watchers

Forks

Contributors