·auth0-migration
</>

auth0-migration

auth0/agent-skills

既存の認証プロバイダー (Firebase、Cognito、Supabase、カスタム認証) から Auth0 に移行するときに使用します。ユーザーの一括インポート、段階的な移行戦略、コード移行パターン、JWT 検証の更新をカバーします。

22インストール·2トレンド·@auth0

インストール

$npx skills add https://github.com/auth0/agent-skills --skill auth0-migration

SKILL.md

Migrate users and authentication flows from existing auth providers to Auth0.

| signInWithEmailAndPassword, onAuthStateChanged | Firebase Auth | | useUser, useSession, isSignedIn | Existing auth hooks | | passport.authenticate, LocalStrategy | Passport.js | | authorize, getAccessToken, oauth | OAuth/OIDC | | JWT, jwt.verify, jsonwebtoken | Token-based auth | | /api/auth/, /login, /callback | Auth routes |

I detected existing authentication in your project. Are you: Migrating to Auth0 (replace existing auth) Adding Auth0 alongside (keep both temporarily) Starting fresh (remove old auth, new Auth0 setup)

既存の認証プロバイダー (Firebase、Cognito、Supabase、カスタム認証) から Auth0 に移行するときに使用します。ユーザーの一括インポート、段階的な移行戦略、コード移行パターン、JWT 検証の更新をカバーします。 ソース: auth0/agent-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/auth0/agent-skills --skill auth0-migration
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-17
更新日
2026-02-18

クイックアンサー

auth0-migration とは?

既存の認証プロバイダー (Firebase、Cognito、Supabase、カスタム認証) から Auth0 に移行するときに使用します。ユーザーの一括インポート、段階的な移行戦略、コード移行パターン、JWT 検証の更新をカバーします。 ソース: auth0/agent-skills。

auth0-migration のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/auth0/agent-skills --skill auth0-migration インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/auth0/agent-skills