Help us improve
Share bugs, ideas, or general feedback.
Deploy the GitChain Orchestrator stack on a server (one-time setup)
npx claudepluginhub c-0711/0711-tools --plugin gitchain-orchestratorHow this skill is triggered — by the user, by Claude, or both
Slash command
/gitchain-orchestrator:deployThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
One-time setup of the GitChain Orchestrator on a server (REACTOR H200V or any Docker host).
Installs Claude-Code-Tunnels Project Orchestrator into the project directory, verifies Python 3.10+, registers workspaces, connects messenger channels. Invoke via /claude-code-tunnels:setup-orchestrator.
Deploys apps to Render by analyzing codebases, generating render.yaml blueprints, and providing dashboard deeplinks. For Git-backed services, Docker images, databases, and cron jobs.
Dockerizes applications, sets up CI/CD with GitHub Actions, and deploys to AWS (Lambda, ECS) using Terraform/SAM with health checks and rollback strategies.
Share bugs, ideas, or general feedback.
One-time setup of the GitChain Orchestrator on a server (REACTOR H200V or any Docker host).
$ARGUMENTS for target server (default: REACTOR at 192.168.145.10)# ⛓ GitChain Orchestrator Deployed
**Server:** {hostname} ({ip})
**Dashboard:** http://{ip}:9000
**WebSocket:** ws://{ip}:9001
**Session Ports:** 7700-7799
## Installed
- [x] Docker image: gitchain-session:latest
- [x] Bare repo: /opt/gitchain/shared.git
- [x] Launcher: ~/gitchain-orchestrator/scripts/new-session.sh
- [x] Multi-launcher: ~/gitchain-orchestrator/scripts/multi-session.sh
## Quick Start
./new-session.sh myproject 7700
## Test
curl http://{ip}:9000/api/sessions
→ Expected: []