fe-deploy-setup

Generate Docker and GitHub Actions deployment infrastructure for Nuxt 4 and Next.js applications.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Dante-dan/dan-skills --skill fe-deploy-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fe-deploy-setup
Source: https://github.com/Dante-dan/dan-skills/tree/main/src/fe-deploy-setup
Command: npx skills add https://github.com/Dante-dan/dan-skills --skill fe-deploy-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of manually creating deployment infrastructure for modern Nuxt 4 and Next.js applications by generating a complete production deployment setup.

Core Features & Use Cases

  • CI/CD Generation: Creates GitHub Actions workflows that build applications and publish Docker images to ghcr.io.
  • Production Infrastructure: Generates Dockerfiles, Docker Compose configurations, deployment scripts, and environment documentation with security checks.
  • Framework-Aware Setup: Detects Nuxt 4 or Next.js projects, adapts package manager commands, build outputs, database options, and deployment requirements.

Quick Start

Ask the skill to set up deployment for this project and it will generate the required CI/CD and Docker deployment files.

Frequently Asked Questions about fe-deploy-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up CI/CD for a Next.js app using GitHub Actions and Docker?

To set up CI/CD for a Next.js app using GitHub Actions and Docker, you need automated workflows that build your application and publish Docker images to ghcr.io. This process generates the required Dockerfiles, workflow files, and deployment scripts automatically.

Can I use this to generate Docker deployment infrastructure for a Nuxt 4 project?

Yes, you can generate Docker deployment infrastructure for a Nuxt 4 project. The setup automatically detects the Nuxt 4 framework, adapts package manager commands, configures build outputs, and creates the necessary Docker Compose configurations for production.

What's the best way to automate frontend deployment to a VPS with GitHub Actions?

The best way to automate frontend deployment to a VPS with GitHub Actions is by generating production-ready CI/CD pipelines with secure container setup and deployment validation scripts. This creates a complete infrastructure with environment variable documentation and VPS deployment scripts.

Does this deployment setup handle environment variable configuration and security checks?

Yes, this deployment setup handles environment variable configuration and security checks. It generates environment documentation alongside Dockerfiles and deployment scripts, ensuring your containerized frontend application has secure environment setup and deployment validation.

Do I need to manually configure package manager commands for different frontend frameworks?

No, you do not need to manually configure package manager commands for different frontend frameworks. The deployment generation features framework-aware setup that automatically detects whether you are using Nuxt 4 or Next.js and adapts the build commands accordingly.