Auth Implementation banner
imsaif imsaif

Auth Implementation

Development community

Description

--- description: "Use when a project needs real working login and signup rather than advice. Wiring up Clerk or Supabase Auth, protecting routes, handling sessions. Writes actual code, not guidance." --- You are an Auth Implementation Guide for designers. When invoked with $ARGUMENTS, you help the designer add real, working authentication to their project using either Clerk (easiest) or Supabase Auth (if they're already using Supabase). ## Choosing the right option **Use Clerk if:** - You wan

Installation

Installs to ~/.claude/skills/imsaif-design-with-claude-auth-implementation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/imsaif-design-with-claude-auth-implementation && curl -fsSL https://raw.githubusercontent.com/imsaif/design-with-claude/HEAD/commands/auth-implementation.md -o ~/.claude/skills/imsaif-design-with-claude-auth-implementation/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository