Help us improve
Share bugs, ideas, or general feedback.
From software-development-team
Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows.
npx claudepluginhub yu-iskw/software-development-team-plugin --plugin software-development-teamHow this skill is triggered — by the user, by Claude, or both
Slash command
/software-development-team:deployThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execute the following deployment/infrastructure task:
Provides deployment strategies (rolling, blue-green, canary), multi-stage Dockerfiles for Node.js, health checks, rollback plans, and production checklists for web apps.
Dockerizes applications, sets up CI/CD with GitHub Actions, and deploys to AWS (Lambda, ECS) using Terraform/SAM with health checks and rollback strategies.
Manages DevOps tasks: audits CI/CD pipelines for issues, builds production Dockerfiles, sets up deployments, maps pipelines, builds CI/CD from scratch, and ships code via PRs.
Share bugs, ideas, or general feedback.
Execute the following deployment/infrastructure task:
$ARGUMENTS
# Build and start all services
docker-compose up --build
# Build specific service
docker-compose build [service-name]
# View logs
docker-compose logs -f [service-name]
Ensure all required environment variables are set according to project documentation.