npx claudepluginhub spences10/ralph-town --plugin ralph-townThis skill uses the workspace's default tool permissions.
Manage Daytona sandboxes for isolated teammate environments.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Manage Daytona sandboxes for isolated teammate environments.
ralph-town sandbox create --name <name> --env "GH_TOKEN=..."
ralph-town sandbox list
ralph-town sandbox ssh <id>
ralph-town sandbox exec <id> -- <command>
ralph-town sandbox delete <id>
apt-get update && apt-get install -y ghPATH is broken in SSH sessions. Use full paths:
ssh <token>@ssh.app.daytona.io "export PATH=/usr/bin:/bin:/root/.bun/bin:\$PATH && <command>"
Or prefix commands with /usr/bin/ or /bin/.
| Issue | Workaround |
|---|---|
exec returns -1 | Use SSH instead (upstream#2283) |
gh not installed | apt-get install -y gh in sandbox |
| PATH broken in SSH | Use full paths |