ue5-docker-build
Installation
SKILL.md
UE5 Docker Build Skill
Creates Docker-based build and deployment configurations for Unreal Engine 5 projects. Covers the full pipeline from containerized compilation to production deployment.
Process
Step 1: Determine Deployment Target
Ask the user what they need:
| Target | Description |
|---|---|
| Game Server | Headless dedicated server in minimal container |
| Pixel Streaming | GPU-accelerated client with browser-based streaming |
| CI/CD Build | Automated build pipeline (GitHub Actions / GitLab CI) |
| Development | Full editor in container for reproducible builds |
| All-in-One | Complete stack with server + streaming + signaling |