opensaas-migration
Installation
SKILL.md
OpenSaaS Stack Migration
Expert guidance for migrating existing projects to OpenSaaS Stack.
Migration Process
1. Install Required Packages
IMPORTANT: Always install packages before starting migration
Detect the user's package manager (check for package-lock.json, pnpm-lock.yaml, yarn.lock, or bun.lockb) and use their preferred package manager.
Required packages:
# Using npm
npm install --save-dev @opensaas/stack-cli
npm install @opensaas/stack-core