Covers CI/CD pipeline design, deployment platform selection, and production infrastructure. Focuses on GitHub Actions with hardened security (OIDC, permission scoping, action pinning), Bun-first build optimization, and deployment patterns from MVP to enterprise scale.
When to use: Setting up GitHub Actions workflows, choosing deployment targets, configuring OIDC for cloud providers, optimizing CI performance, planning multi-environment pipelines.
When NOT to use: Application-level architecture decisions (use framework-specific skills), Kubernetes cluster management (use dedicated IaC tools), cloud provider console configuration.
CI/CD-Pipelines, Bereitstellungsstrategie und Infrastruktur. Verwenden Sie diese Option, wenn Sie GitHub Actions-Workflows einrichten, Bereitstellungsplattformen auswählen, Produktionsumgebungen konfigurieren, Pipelines mit OIDC sichern, die Build-Leistung optimieren, Container-Images erstellen, DORA-Metriken messen oder mehrstufige Docker-Builds einrichten. Quelle: oakoss/agent-skills.