Next.js deployment made simple. This skill guides you through taking your app from code to a live production server. You learn how to package your application in a Docker container and set up GitHub Actions for automatic builds and deployments. It also covers managing environment variables, adding health checks, and enabling monitoring with OpenTelemetry.
Anyone deploying a Next.js application will find these patterns useful. The instructions include multi-stage Docker builds for smaller images and secure handling of encryption keys. You get ready-to-use code for a Dockerfile, a CI/CD workflow, and a health check endpoint.
Whether you use a cloud provider or your own server, this skill helps you create a reliable and repeatable deployment process.
Global
mkdir -p ~/.claude/skills/nextjs-deploymentProject
mkdir -p .claude/skills/nextjs-deploymentSource Repository
Turborepovercel/turborepo
Speed up your monorepo builds with Turborepo's caching and parallel task runs
Expo Cicd Workflowsexpo/skills
Write and validate EAS workflow YAML files for Expo CI/CD automation
Google Agents Cli Deploygoogle/agents-cli
Deploy Google ADK agents to Agent Runtime, Cloud Run, or GKE with CI/CD
Golang Continuous Integrationsamber/cc-skills-golang
Automate testing linting security and releases for Go projects with GitHub Actions
Docker Expertsickn33/antigravity-awesome-skills
Optimize, secure, and deploy Docker containers like a pro with proven techniques
Multi Stage Dockerfilegithub/awesome-copilot
Create efficient, secure Docker images using multi-stage builds and best practices
Github Actions Templateswshobson/agents
Create production-ready GitHub Actions workflows for automated testing and deployment
Azure Devops Cligithub/awesome-copilot
Manage Azure DevOps projects and pipelines right from your terminal