This skill orchestrates complete authentication implementation from discovery through testing. It replaces library-specific skills (clerk, nextauth, lucia, auth0, firebase-auth, supabase-auth, passport) with a unified workflow that adapts to your stack.
Decision Point: If auth is already partially implemented, read existing files to understand the pattern before extending it.
Consult Decision Tree: Read references/decision-tree.md to choose between managed (Clerk, Auth0), self-hosted (NextAuth, Lucia), or serverless (Supabase Auth) based on framework and requirements.
タスクにユーザー ID、ログイン、またはアクセス制御が関係する場合は、積極的にロードしてください。ユーザーが「認証を追加する」、「ログインを設定する」、「OAuth を追加する」、「これらのルートを保護する」、「RBAC を実装する」、または「サインアップを追加する」と言うときに使用します。セッション管理、JWT トークン、OAuth2 フロー、パスワード リセット、電子メール検証、保護されたルート ミドルウェア、ロールベースのアクセス制御、セキュリティ強化 (CSRF、レート制限、トークン ローテーション) をカバーします。 ソース: mgd34msu/goodvibes-plugin。