From uniswap-integrations
Orchestrates CI/CD pipelines, deployments (rolling/blue-green/canary), infrastructure provisioning, and rollbacks using subagents and tools for git, Docker, Kubernetes, Terraform across AWS, Azure, GCP.
How this skill is triggered — by the user, by Claude, or both
Slash command
/uniswap-integrations:orchestrate-deploymentsonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Orchestrate deployment pipelines, infrastructure setup, and CI/CD configuration.
Orchestrate deployment pipelines, infrastructure setup, and CI/CD configuration.
| Strategy | Description |
|---|---|
rolling | Deploy in batches with health checks (default) |
blue-green | Zero-downtime with environment switch |
canary | Gradual rollout with automatic rollback |
| Option | Values | Default |
|---|---|---|
--environment | dev, staging, prod | dev |
--strategy | rolling, blue-green, canary | rolling |
--infrastructure | Include infra provisioning | false |
--monitoring | Setup monitoring/alerts | true |
--rollback | Rollback to previous version | false |
--dry-run | Preview without executing | false |
"Deploy api-service to staging"
"Deploy frontend to production with canary strategy"
"Set up CI/CD for this project"
"Rollback payment-service in production"
"Preview deployment plan with --dry-run"
For infrastructure templates and advanced options, see deploy-guide.md.
npx claudepluginhub uniswap/ai-toolkit --plugin uniswap-integrationsOrchestrates multi-stage deployment pipelines with Kubernetes, CI/CD platforms, and strategies like blue-green, canary, rolling updates across dev/staging/prod.
Applies agentic design patterns to CD orchestration and state-machine deployment workflows, enhancing prompt chaining, planning, exception handling, HITL gates, and guardrails.
Sets up CI/CD pipelines with GitHub Actions, containerizes apps using Docker and docker-compose, deploys to Kubernetes with Helm, and manages IaC with Terraform.