Migrate an existing monday.com app from the old OAuth flow to the new OAuth 2.1 flow. Changes token endpoint from oauth2/token to oauth_ms/oauth/token, adds refresh token support, updates token storage, and optionally adds PKCE. ALWAYS use when someone mentions migrating monday OAuth, switching to the new OAuth flow, adding refresh tokens, updating the monday token endpoint, token expiration, or when code calls auth.monday.com/oauth2/token. Also trigger on OAuth deadline/deprecation announcements. Do NOT use for new OAuth from scratch, non-monday OAuth (Google, Slack, Spotify), client credentials flow, DCR, or general monday debugging.
$npx -y skills add mondaycom/agentic-monday --skill monday-oauth-migrateInstalls into the current project.
Run `npx skills use "https://github.com/mondaycom/agentic-monday" --skill "mondaycom/agentic-monday/monday-oauth-migrate"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mondaycom/agentic-monday" that are relevant to the current task. Run `npx skills add "https://github.com/mondaycom/agentic-monday"` and select the relevant skills, then follow their instructions.