Step-by-step guide for configuring OAuth authentication (GitHub/GitLab/Google) for Nuxt Studio
/plugin marketplace add secondsky/claude-skills/plugin install nuxt-studio@claude-skillsNo arguments required - interactive OAuth setup guide# Configure Studio OAuth Authentication Guide the user through OAuth provider setup with detailed instructions and credential management. ## Execution Steps ### 1. Detect Current Configuration Read .env.local (or .env) to check for existing OAuth configuration: Identify which providers (if any) are already configured: - GitHub: NUXT_OAUTH_GITHUB_CLIENT_ID - GitLab: NUXT_OAUTH_GITLAB_CLIENT_ID - Google: NUXT_OAUTH_GOOGLE_CLIENT_ID ### 2. Choose Provider (if not already configured) If no provider is configured, ask user: **Question**: "Which OAuth provider would you like to set up?"...