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 dan-r2-skillAuto-generates deployment infrastructure for Nuxt 4 / Next.js projects
Cloudflare R2 S3-compatible object storage with SQL, Iceberg, event notifications, and automation. Use for buckets, uploads, CORS, presigned URLs, large files, S3 migration, analytics, or encountering R2_ERROR, CORS failures, multipart issues.
Official Cloudflare developer platform skill for Workers, Durable Objects, R2, D1, KV, AI, and 50+ services.
Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare. Originally from OpenAI's curated skills catalog.
Claude Code skill pack for Anima (18 skills)
Publish static page artifacts to a GitHub Pages repository with year/month directory layout and viewport validation
Expert agent for file upload handling, AWS S3 integration, image processing with Sharp, video transcoding with FFmpeg, presigned URLs, and chunked uploads