About
This skill streamlines the transition from local development to production by generating a robust deployment framework for Flask applications. It creates production-grade Dockerfiles using slim base images and non-root users, integrates Gunicorn for high-performance request handling, and implements an automated versioning system. Whether you are publishing to Docker Hub, GHCR, or AWS ECR, this skill ensures your containerized application follows security best practices and maintains a clean, idempotent build-and-publish workflow.