create-auth-skill

Scaffold Better Auth authentication in TypeScript/JavaScript apps with database adapters and OAuth providers.

7|4|Updated Jun 7, 2025
One-click install
npx skills add https://github.com/lootlog/monorepo --skill create-auth-skill-lootlog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-auth-skill
Source: https://github.com/lootlog/monorepo/tree/main/.agents/skills/create-auth-skill
Command: npx skills add https://github.com/lootlog/monorepo --skill create-auth-skill-lootlog

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds authentication in TypeScript/JavaScript apps using Better Auth to accelerate secure login flows and consistent user sessions.

Core Features & Use Cases

  • Detects project framework and automatically configures authentication scaffolding.
  • Sets up database adapters, route handlers, and OAuth providers.
  • Generates authentication UI pages for sign-in, sign-up, and optional verification flows.

Quick Start

Set up authentication in your TypeScript/JavaScript project by running through the planning prompts, scaffolding code, and wiring providers with Better Auth.

Frequently Asked Questions about create-auth-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold authentication in a TypeScript app?

Scaffolding authentication in a TypeScript app involves detecting your project framework, configuring database adapters, and generating secure login UI pages using Better Auth.

Can I add OAuth providers to an existing JavaScript project?

Yes, you can add OAuth providers to an existing JavaScript project. The skill wires providers with Better Auth and configures the necessary route handlers for production-ready authentication flows.

Does Better Auth support automatic framework detection for auth setup?

Yes, Better Auth supports automatic framework detection. It identifies your TypeScript or JavaScript project structure to automatically configure the authentication scaffolding and database adapters.

What is the best way to set up user sessions in a JavaScript app?

The best way to set up user sessions in a JavaScript app is using Better Auth to scaffold code, configure database adapters, and generate authentication UI pages for consistent user sessions.

How do I create sign-in and sign-up UI pages for a TypeScript web app?

You create sign-in and sign-up UI pages by running the scaffolding code generation, which automatically builds authentication UI pages and optional verification flows for your TypeScript web app.