deployment

Generate deployment configurations and CI/CD templates for frontend apps.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/lunaticwithaduck/majstorbg --skill deployment-lunaticwithaduck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/lunaticwithaduck/majstorbg/tree/main/apps/web/.claude/skills/deployment
Command: npx skills add https://github.com/lunaticwithaduck/majstorbg --skill deployment-lunaticwithaduck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploying frontend apps across hosting platforms, server configs, and CI/CD pipelines is often error‑prone and time consuming.

Core Features & Use Cases

  • Platform decision trees and platform comparisons help pick hosting
  • Nginx/Caddy configuration examples, SPA routing, and CI/CD templates
  • Real-world use cases including static sites, Next.js, and Dockerized apps

Quick Start

Configure a hosting target, then adapt the provided CI/CD examples to your repo and run the workflow.

Frequently Asked Questions about deployment

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

FAQPage Schema
How do I configure nginx for SPA routing and zero-downtime deployment?

Nginx configuration for SPA routing and zero-downtime deployment requires specific server blocks and health check patterns. This Skill provides structured nginx configuration examples and CI/CD templates to achieve secure, seamless frontend hosting.

What's the best way to compare hosting platforms like Netlify, Vercel, and Caddy for static sites?

Comparing hosting platforms like Netlify, Vercel, and Caddy involves evaluating platform-specific deployment configurations and CI/CD integrations. This Skill offers platform decision trees and comparisons to help pick the right hosting for static sites and Node.js backends.

How do I set up CI/CD pipelines for Dockerized Next.js apps?

Setting up CI/CD pipelines for Dockerized Next.js apps involves adapting CI/CD templates to your repository. This Skill provides GitLab and GitHub pipeline examples, enabling zero-downtime deployments and automated health checks for Dockerized backends.

Does this deployment workflow support Caddy web server configurations?

Yes, the deployment workflow supports Caddy web server configurations. It provides Caddy configuration examples alongside nginx setups, ensuring secure hosting and proper SPA routing for static sites and Node.js backends across different platforms.

Why does my frontend deployment fail during SPA routing on a custom server?

Frontend deployment failures during SPA routing on custom servers often stem from missing fallback configurations. This Skill provides best-practice patterns and server configuration examples for nginx and Caddy to resolve routing errors and ensure secure hosting.