Next.js Better Auth Integration Skill When to Use This Skill Use this conceptual skill when you need to implement authentication in a Next.js application using the App Router architecture with Better Auth. This skill is appropriate for: - Adding user authentication to Next.js applications - Implementing secure session management with Better Auth - Enabling JWT-based authentication flows - Creating protected routes and pages in Next.js - Managing user sessions across the application - Implementing social login capabilities This skill should NOT be used for: - Applications using the Pages Route…