By dante-dan
Auto-generates deployment infrastructure for Nuxt 4 / Next.js projects
Skills shared by Dan for improving daily work efficiency with Claude Code.
npx bun commandsnpx skills add dante-dan/dan-skills
Run the following command in Claude Code:
/plugin marketplace add dante-dan/dan-skills
Option 1: Via Browse UI
Option 2: Direct Install
# Claude Code Plugin Marketplace
/plugin install fe-deploy-setup@dan-skills
# Or via npx skills
npx skills add dante-dan/dan-skills --skill fe-deploy-setup
Option 3: Ask the Agent
Simply tell Claude Code:
Please install Skills from github.com/Dante-dan/dan-skills
To update skills to the latest version:
Plugin Marketplace:
/plugin in Claude CodeYou can also Enable auto-update to get the latest versions automatically.
npx skills:
npx skills update
Auto-generates deployment infrastructure for Nuxt 4 / Next.js projects. One command to create a complete CI/CD + Docker deployment pipeline.
Generated Files:
| File | Purpose |
|---|---|
.github/workflows/deploy.yml | CI/CD: build → push Docker image to ghcr.io |
Dockerfile | Production image (slim, non-root, build artifacts only) |
.dockerignore | Docker build context exclusions |
deploys/docker-compose.prod.yml | App + optional PostgreSQL orchestration |
deploys/deploy.sh | VPS one-command deployment script |
deploys/.env.example | Environment variable template |
deploys/ENV.md | Environment variable documentation |
Supported Frameworks:
| Framework | Detection | Build Output |
|---|---|---|
| Nuxt 4 | nuxt.config.ts + nuxt in package.json | .output/ |
| Next.js | next.config.* + next in package.json | .next/standalone/ |
Usage:
Tell Claude Code any of these:
帮我生成部署配置
Set up deployment for this project
Generate CI/CD pipeline
The skill will automatically detect your project type, collect configuration through interactive questions, and generate all deployment files.
dan-skills/
├── .claude/
│ └── skills -> ../src # Symlink for local dev / npx skills
├── .claude-plugin/
│ └── marketplace.json # Plugin Marketplace catalog
├── plugins/
│ └── fe-deploy-setup/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ └── skills/
│ └── fe-deploy-setup/
│ └── SKILL.md -> src/... # Symlink to source
├── src/ # Skills source (canonical)
│ └── fe-deploy-setup/
│ ├── meta.json
│ └── SKILL.md
└── README.md
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dante-dan/dan-skills --plugin fe-deploy-setupUpload files to Cloudflare R2 and replace local paths in markdown
Comprehensive Nuxt 4 development with 4 focused skills (core, data, server, production), 3 diagnostic agents (debugger, migration, performance), and interactive setup wizard. Use when: building Nuxt 4 applications, implementing SSR patterns, creating composables, server routes, data fetching, state management, debugging hydration issues, migrating from Nuxt 3, optimizing performance, deploying to Cloudflare/Vercel/Netlify, or setting up testing with Vitest.
Deployment automation with Dockerfile generation, CI/CD pipelines, and infrastructure as code
Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: <example>Context: User is setting up a new project and needs deployment automation. user: "I've built a FastAPI application and need to deploy it to production with proper CI/CD" assistant: "I'll use the deployment-engineer agent to set up a complete deployment pipeline with Docker, GitHub Actions, and production-ready configurations."</example> <example>Context: User mentions containerization or deployment issues. user: "Our deployment process is manual and error-prone. We need to automate it." assistant: "Let me use the deployment-engineer agent to design an automated CI/CD pipeline that eliminates manual steps and ensures reliable deployments."</example>
Claude Code skill pack for Vercel (30 skills)
Zenith (Forerunner) - Complete full-stack development and infrastructure automation. FastAPI, React/Vite, Ansible, Terraform, Kubernetes with production-ready templates and CI/CD pipelines.
Deployment engineering with Terraform and infrastructure as code