agentbox
Isolated Docker sandbox for running coding agents safely
All Skills in This Repository (9)
Pure Emerald Level IndicatorsDocker image publishing
Automate multi-arch Docker image publishing to GHCR via GitHub Actions.
Go project conventions
Automate Go project workflows with Makefile targets for vetting, linting, security, and tests.
Frontend bundling via Bun/Node
Automate frontend bundling and typechecking with Bun or Node tooling.
Copilot instruction layering
Organize reusable Copilot instruction files in .github directories.
Python project conventions
Enforce Python project conventions with standard Make targets.
Tag-based releases
Automates GitHub releases for tags matching v* via a workflow file.
Building Native macOS CLI Apps with SwiftUI Visualization
Build native macOS CLI tools with SwiftUI visualization patterns.
development workflow
Plan complex engineering tasks with structured workflow patterns and subagents.
GitHub Actions CI patterns
Automate Make target calls in GitHub Actions workflows.
Frequently Asked Questions
FAQPage SchemaHow to install Agentbox?โผ
Run `npx skills add rcarmo/agentbox --all -g -y` in your terminal to install all skills in this suite globally.
How to run coding agents in a sandbox?โผ
Agentbox builds a Docker container with Copilot CLI, Codex, and other agents preinstalled, so agents work in isolation without touching your host system.
Does Agentbox support remote access?โผ
Yes. You can enable SSH, RDP, and Docker-in-Docker with simple environment variables like ENABLE_SSH=true when starting the container.
What development workflows does Agentbox include?โผ
It ships Make-based conventions for Python, Go, Swift, and frontend projects, plus GitHub Actions templates for CI, releases, and Docker image publishing.
Can I use Agentbox without Docker experience?โผ
Basic Docker knowledge helps, but the included Makefile commands like make up and make enter-copilot handle the heavy lifting for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core