acc-create-deploy-strategy

Installation
SKILL.md

Deployment Strategy Generator

Generates deployment configurations for zero-downtime deployments.

Blue-Green Deployment

GitHub Actions

# .github/workflows/deploy-blue-green.yml
name: Blue-Green Deploy

on:
  push:
    tags: ['v*']
  workflow_dispatch:
    inputs:
      environment:
        description: 'Target environment'
Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026