Skills for improving daily work efficiency with Claude Code
npx claudepluginhub dante-dan/dan-skillsAuto-generates deployment infrastructure for Nuxt 4 / Next.js projects
Upload files to Cloudflare R2 and replace local paths in markdown
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
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations