# Ship Auth

> ship-auth skill

- Skill: `blink-h/ship-auth` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add blink-h/ship-auth`
- Raw SKILL.md: https://api.skillmd.com/api/skills/blink-h/ship-auth/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Blink-h (https://skillmd.com/u/blink-h)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/blink-h/ship-auth

---

# 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

