auth-dev

Seeds dev users and adds one-click sign-in buttons for authentication testing.

3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/mattwoodco/skills --skill auth-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auth-dev
Source: https://github.com/mattwoodco/skills/tree/main/skills/auth-dev
Command: npx skills add https://github.com/mattwoodco/skills --skill auth-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of setting up and managing development-mode authentication, allowing developers to quickly seed test users and enable one-click sign-in buttons.

Core Features & Use Cases

  • Dev User Seeding: Automatically creates predefined admin and member users in the database.
  • One-Click Sign-In: Provides buttons on the login page for instant developer access.
  • Dev Console: Offers a dedicated /dev page for managing seeding and viewing session status.
  • Use Case: When starting a new project or onboarding a new developer, use this skill to instantly populate the development database with test users and enable easy login for testing authentication flows.

Quick Start

Use the auth-dev skill to set up development authentication by seeding users and enabling quick sign-in buttons.

Frequently Asked Questions about auth-dev

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

FAQPage Schema
How do I set up development authentication with test users and quick sign-in?

You can set up development authentication by seeding predefined admin and member users into your database and enabling one-click sign-in buttons on your login page for instant developer access.

What is dev user seeding and how does it help with testing authentication flows?

Dev user seeding automatically creates predefined admin and member users in your database, allowing developers to instantly populate the development environment and test various authentication flows without manual account creation.

Do I need an existing auth system and database schema to use dev authentication tooling?

Yes, dev authentication tooling requires integration with an existing auth system and database schema to properly seed users and create API endpoints without compromising production security.

Can I manage seeded users and view session status during development?

Yes, a dedicated dev console at the /dev page allows you to manage user seeding operations and view current session status for seamless developer access and authentication testing.

Is development-mode authentication safe to use without compromising production security?

Development-mode authentication is designed to provide seamless developer access without compromising production security by operating through dedicated API endpoints and UI components restricted to dev environments.