From b6e03ba9a53aacfcbfd1d8f96571fb31a1abdc2b Mon Sep 17 00:00:00 2001 From: Sanchit Mehta Date: Fri, 19 Jun 2026 14:19:02 +0530 Subject: [PATCH] docs: improve coding agent skill mention in README Rewords the blurb to a question-style hook, links Claude Code and Cursor, and wraps the install command in a bash code block for clarity. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e42e0e6e..e1bd8d20 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,11 @@ We'd love for you to try it out and share your feedback! Please [open an issue]( 📚 [Migration Guide](https://github.com/auth0/Auth0.Android/blob/v4_development/V4_MIGRATION_GUIDE.md) 📦 [v4 Changelog](https://github.com/auth0/Auth0.Android/blob/v4_development/CHANGELOG.md) -**Skill for Coding Agents:** If you use coding agents such as Claude Code or Cursor, add the Auth0.Android migration skill to automate the upgrade: `npx skills add auth0/agent-skills --skill auth0-android-major-migration` +**Migrating with a coding agent?** If you use [Claude Code](https://claude.ai/code) or [Cursor](https://cursor.com), add the Auth0.Android migration skill to automate the v3 → v4 upgrade: + +```bash +npx skills add auth0/agent-skills --skill auth0-android-major-migration +``` ## Documentation - [Quickstart](https://auth0.com/docs/quickstart/native/android/interactive)