This orchestrates staging deployments across three interdependent repos (relay, relay-dashboard, relay-cloud) using git worktrees to keep your working directory clean while syncing branches. You push main or feature branches to staging in each repo, and when relay-cloud's staging branch updates, it automatically triggers GitHub Actions to deploy everything to Fly.io with health checks. The worktree approach is solid engineering, isolating the staging push operation so you don't accidentally pollute your current work. Main gotcha is remembering that only relay-cloud triggers the actual deployment, so you need to coordinate all three repos or manually override branch references in the GitHub workflow. Best for multi-repo feature integration where changes span components.
npx -y skills add agentworkforce/relay --skill deploying-to-staging-environment --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
github/awesome-copilot
alirezarezvani/claude-skills
microsoft/win-dev-skills
github/awesome-copilot