What problem does it solve?
This Skill removes the guesswork from migrating NuxtHub applications away from the legacy NuxtHub Admin and GitHub Actions deployment flow, while preserving existing data and deployment continuity.
Core Features & Use Cases
- Legacy self-hosting migration: Rebuilds a project for Cloudflare Workers with Wrangler bindings and Workers Builds while keeping the existing application code unchanged.
- v0.10 and nightly upgrade path: Guides the move from database: true to db-based configuration, and updates database, KV, and blob access patterns to the newer virtual module APIs.
- Cloud resource preservation: Helps reuse existing D1, KV, and R2 resources so migrations do not accidentally wipe production data.
- Use case: A team with an older NuxtHub app can use this Skill to remove the deprecated deployment pipeline, configure wrangler.jsonc, and then refactor the app for the newer multi-cloud architecture.
Quick Start
Ask the assistant to audit this NuxtHub project and migrate it according to the appropriate phase, including Wrangler configuration, deployment cleanup, and any required v0.10 API updates.