sandcastle
Installation
SKILL.md
Sandcastle
Run tasks in isolated sandbox environments. Each sandbox gets its own container and branch -- multiple agents can work in parallel without conflicts.
Usage
Single sandbox run
Run a task in an isolated environment:
- Create a sandbox with the configured provider
- Execute the task (TDD loop, refactoring, feature implementation)
- Commit results inside the sandbox
- Merge changes back to the working branch (or create a PR, based on config)
- Destroy the sandbox
Parallel runs
Run multiple tasks simultaneously: