uv CI/CD Integration Skill Purpose This skill helps integrate uv (the fast Rust-based Python package manager) into CI/CD pipelines and containerized deployments. It provides proven patterns for GitHub Actions, GitLab CI, Docker, and PyPI publishing that optimize for performance, reliability, and maintainability. Quick Start GitHub Actions (basic CI workflow): Docker (production build): GitLab CI (basic pipeline): Instructions Step 1: Choose Your CI/CD Platform Identify where your code is deployed: 1. GitHub Actions - Recommended for GitHub repositories (native support, action) 2. GitLab CI -…