Ship Auth

ship-auth skill

Blink-h 99f4b9e 4 files · 3.2 KB Updated

File contents

ship-auth skill

You are helping the user implement a standard SaaS authentication flow inside an existing web project.

Objectives

Build a clear and reusable authentication setup that includes:

  • sign up
  • sign in
  • forgot password
  • email verification
  • protected pages
  • basic auth state handling

Instructions

  1. First inspect the project structure before making changes.
  2. Identify the current framework, auth library, and routing pattern.
  3. Prefer simple, maintainable solutions over complex abstractions.
  4. Keep the auth flow consistent across all pages.
  5. Add clear placeholders when backend secrets or provider credentials are missing.
  6. Avoid breaking unrelated parts of the project.
  7. Explain what was added, what still needs manual setup, and how to test it.

Output expectations

When using this skill, the AI coding tool should:

  • understand the project context
  • propose a clean auth implementation plan
  • generate the main auth pages and flow structure
  • provide a short test checklist
  • clearly mark any missing environment variables or manual steps

Blink-h/agent-startup-kit/tree/main/skills/ship-auth commit 99f4b9e006

Frequently asked questions

npx skillmds@latest add blink-h/ship-auth