From software-development-team
Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows.
How 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:
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.
npx claudepluginhub yu-iskw/software-development-team-plugin --plugin software-development-teamAutomates application deployment to cloud platforms using Docker, GitHub Actions, and Kubernetes. Use when setting up CI/CD pipelines or configuring multi-environment cloud infrastructure.
Provides GitHub Actions workflows for CI/CD pipelines including builds, tests, matrix testing, Vercel deployments, Docker integration, secrets management, and caching. Useful for automating deployments and DevOps.
Provides deployment strategies (rolling, blue-green, canary), multi-stage Dockerfiles for Node.js, health checks, rollback plans, and production checklists for web apps.