From 1177c5ce645ab105339a14019a2dc320a603e95a Mon Sep 17 00:00:00 2001 From: Sanchit Mehta Date: Fri, 17 Jul 2026 13:27:27 +0530 Subject: [PATCH 1/2] docs: reference consolidated auth0 skill in migration guide Point the coding-agent instructions at the unified `auth0` skill instead of the migration-specific `auth0-android-major-migration` skill, matching the consolidation done in Auth0.swift. --- V4_MIGRATION_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V4_MIGRATION_GUIDE.md b/V4_MIGRATION_GUIDE.md index 98421defe..4137d50a3 100644 --- a/V4_MIGRATION_GUIDE.md +++ b/V4_MIGRATION_GUIDE.md @@ -2,7 +2,7 @@ ## Skill for Coding Agents -If you use coding agents such as Claude Code or Cursor, we highly recommend adding the Auth0.Android migration skill to your repository: `npx skills add auth0/agent-skills --skill auth0-android-major-migration` +If you use coding agents such as Claude Code or Cursor, we highly recommend adding the [Auth0 skill](https://github.com/auth0/agent-skills/blob/main/plugins/auth0/skills/auth0/SKILL.md) to your repository: `npx skills add auth0/agent-skills --skill auth0` > **Note:** This guide is actively maintained during the v4 development phase. As new changes are merged, this document will be updated to reflect the latest breaking changes and migration steps. From 06c041286d32ec4ddaf6193da508b260a7eb9d22 Mon Sep 17 00:00:00 2001 From: Sanchit Mehta Date: Fri, 17 Jul 2026 13:30:27 +0530 Subject: [PATCH 2/2] docs: note auth0 skill automates v3 to v4 upgrade --- V4_MIGRATION_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V4_MIGRATION_GUIDE.md b/V4_MIGRATION_GUIDE.md index 4137d50a3..cacff542b 100644 --- a/V4_MIGRATION_GUIDE.md +++ b/V4_MIGRATION_GUIDE.md @@ -2,7 +2,7 @@ ## Skill for Coding Agents -If you use coding agents such as Claude Code or Cursor, we highly recommend adding the [Auth0 skill](https://github.com/auth0/agent-skills/blob/main/plugins/auth0/skills/auth0/SKILL.md) to your repository: `npx skills add auth0/agent-skills --skill auth0` +If you use coding agents such as Claude Code or Cursor, we highly recommend adding the [Auth0 skill](https://github.com/auth0/agent-skills/blob/main/plugins/auth0/skills/auth0/SKILL.md) to your repository: `npx skills add auth0/agent-skills --skill auth0`. Using this skill, your agent will automatically upgrade your project from v3 to v4. > **Note:** This guide is actively maintained during the v4 development phase. As new changes are merged, this document will be updated to reflect the latest breaking changes and migration steps.