migrate-to-better-auth

Installation
SKILL.md

Migrate to Better-Auth

Migrate any auth system to better-auth incrementally. Never rewrite everything at once — plan first, execute one phase at a time.

Depends on: better-auth/skills for setup patterns (npx skills add better-auth/skills). This skill handles the migration layer on top.

Quick Start

  1. Audit the existing auth setup.
  2. Prompt the user to select better-auth features.
  3. Generate a migration plan via /refactor-codebase.
  4. Execute phases: schema → server config → routes → client → seed data.

Workflow

1. Audit existing auth

Identify: auth library, auth methods, DB schema (tables + column names + types), ORM/adapter, seed files, and framework. Summarize to the user before proceeding.

Related skills

More from rockclaver/systemcraft

Installs
14
First Seen
Apr 1, 2026