Skip to content

chore: reference unified auth0 skill in quickstarts#1498

Draft
frederikprijck wants to merge 1 commit into
auth0:mainfrom
frederikprijck:chore/quickstart-single-auth0-skill
Draft

chore: reference unified auth0 skill in quickstarts#1498
frederikprijck wants to merge 1 commit into
auth0:mainfrom
frederikprijck:chore/quickstart-single-auth0-skill

Conversation

@frederikprijck

@frederikprijck frederikprijck commented Jul 8, 2026

Copy link
Copy Markdown
Member

What

The agent-skills re-architecture (auth0/agent-skills#137) consolidates all per-SDK skills into a single auth0 skill (plugin bumped to v2.0.0). Old per-SDK skill names (auth0-react, auth0-angular, auth0-mfa, etc.) no longer resolve.

This updates all quickstarts so they never reference individual skill names. Every npx skills add ... --skill <name> install command becomes:

npx skills add auth0/agent-skills --skill auth0

Why --skill auth0 (and not a bare npx skills add auth0/agent-skills)

Per the skills CLI docs, omitting --skill triggers an interactive selection prompt, which breaks the copy-paste / agent-run flow in a quickstart. --skill auth0 installs non-interactively and resolves cleanly to the single skill named auth0.

Changes

  • 30 quickstart files updated (one install command each) across spa/, webapp/, backend/, and native/.
  • Removed all individual --skill references (auth0-quickstart, auth0-react, go-jwt-middleware, auth0-net-android/auth0-net-ios, auth0-wpf/auth0-winforms, etc.).
  • Normalized the 3 files that used the full https://github.com/auth0/agent-skills source (nuxt, express, react-native) to the short auth0/agent-skills form, so all 30 are consistent.
  • Preserved indentation on the two indented cases (webapp/nextjs.mdx, webapp/laravel/interactive.mdx).

Not touched

  • agent-skills.mdx hub page — only references the auth0 plugin and whole-repo installs, no individual skills.
  • Surrounding prose and npm package identifiers (e.g. @auth0/auth0-react), which are SDK packages, not skills.

The agent-skills re-architecture (auth0/agent-skills#137) consolidates
all per-SDK skills into a single auth0 skill (plugin bumped to v2.0.0).
Old per-SDK skill names (auth0-react, auth0-angular, etc.) no longer
resolve.

Update all 30 quickstarts so no individual skill name is referenced.
Every `npx skills add ... --skill <name>` install command becomes:

    npx skills add auth0/agent-skills --skill auth0

--skill auth0 keeps the install non-interactive (omitting --skill
triggers an interactive selection prompt), and resolves cleanly to the
single skill named auth0. Also normalizes the three files that used the
full github.com/auth0/agent-skills source to the short form.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant