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
First inspect the project structure before making changes.
Identify the current framework, auth library, and routing pattern.
Prefer simple, maintainable solutions over complex abstractions.
Keep the auth flow consistent across all pages.
Add clear placeholders when backend secrets or provider credentials are missing.
Avoid breaking unrelated parts of the project.
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
1---2name: ship-auth3description: ship-auth skill4---5# ship-auth skill67You are helping the user implement a standard SaaS authentication flow inside an existing web project.89## Objectives1011Build a clear and reusable authentication setup that includes:12- sign up13- sign in14- forgot password15- email verification16- protected pages17- basic auth state handling1819## Instructions20211. First inspect the project structure before making changes.222. Identify the current framework, auth library, and routing pattern.233. Prefer simple, maintainable solutions over complex abstractions.244. Keep the auth flow consistent across all pages.255. Add clear placeholders when backend secrets or provider credentials are missing.266. Avoid breaking unrelated parts of the project.277. Explain what was added, what still needs manual setup, and how to test it.2829## Output expectations3031When using this skill, the AI coding tool should:32- understand the project context33- propose a clean auth implementation plan34- generate the main auth pages and flow structure35- provide a short test checklist36- clearly mark any missing environment variables or manual steps
Run npx skillmds@latest add blink-h/ship-auth in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
ship-auth skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Blink-h (@blink-h) published this skill. Their other Agent Skills are listed on their SkillMD profile.