Helper for setting up OAuth environment variables on Cloudflare dashboard and other platforms
/plugin marketplace add secondsky/claude-skills/plugin install nuxt-studio@claude-skillsNo arguments required - interactive environment variable setup guide# Studio Environment Variables Setup Guide users through setting environment variables for OAuth secrets on deployment platforms, with focus on security best practices. ## Execution Steps ### 1. Detect Current Environment Check if .env.local exists and read current OAuth configuration: Identify configured providers: - GitHub: NUXT_OAUTH_GITHUB_CLIENT_ID - GitLab: NUXT_OAUTH_GITLAB_CLIENT_ID - Google: NUXT_OAUTH_GOOGLE_CLIENT_ID If no providers configured: Stop and wait for OAuth configuration. ### 2. Choose Deployment Platform Ask user: **Question**: "Where are you deploying S...