Platform migration assistant for moving applications from AWS Lambda, Vercel, Netlify, or Cloudflare Pages to Cloudflare Workers.
/plugin marketplace add secondsky/claude-skills/plugin install workers-ci-cd@claude-skills--from <lambda|vercel|netlify|pages> (source platform)# Workers Migrate Command Guided migration assistant for moving applications to Cloudflare Workers from other platforms. ## Execution Workflow ### Phase 1: Source Platform Detection **If --from argument provided**: - Use specified platform (lambda, vercel, netlify, pages) - Skip detection step **If no --from argument**: Use AskUserQuestion: **Question**: "Which platform are you migrating from?" - Options: - AWS Lambda (serverless functions) - Vercel (Edge Functions, Serverless Functions) - Netlify (Functions, Edge Functions) - Cloudflare Pages (Functions) - Other (custom pla...