← ClaudeAtlas

clerk-authlisted

Adds Clerk authentication to a web app via the Clerk CLI, composing with Clerk's official AI stack (skills repo, CLI agent mode, MCP server). Windows-capable wrapper carrying local conventions: app-ID resolution via ~/.agents/env/clerk.env, split credential storage (pk_ frontend, sk_ secrets), Windows CLI + PowerShell workarounds, Next.js matcher check, split-stack field notes (Vite SPA + Python/other backend), CLI gatekeeping. Use when the user asks to add Clerk auth, sign-in/sign-up, or user management, says "add Clerk to my app", or hits Clerk CLI install/login issues on Windows.
lizliz404/agent-skills · ★ 0 · AI & Automation · score 72
Install: claude install-skill lizliz404/agent-skills
# Add Clerk Authentication Set up Clerk authentication with the Clerk CLI. Interactive by default: present the checklist, pause while the user completes the browser-side login flow, and continue from CLI output. Before driving the CLI from a script or sandbox, read references/agent-mode.md. Reference files — load on demand when their trigger hits, not upfront: `windows-cli.md` (Windows install/npm failure, PowerShell quoting) · `agent-mode.md` (headless/scripted CLI) · `local-conventions.md` (app-ID and key resolution/persistence) · `split-stack.md` (Vite SPA + non-Node backend) · `operations.md` (sign-up gatekeeping, invitations, org trap). ## Ecosystem: compose, don't duplicate Clerk ships a first-class AI-native stack (skills, CLI agent mode, MCP server, prompts). This pack is a Windows-capable, convention-carrying wrapper over that stack — not a replacement. - Framework setup depth, framework patterns, orgs, billing, webhooks, testing, mobile -> official skills: `npx skills add clerk/skills` (https://github.com/clerk/skills); `clerk init` also offers to install them - Up-to-date SDK snippets inside AI clients -> `clerk mcp install` (also `clerk mcp list`, `clerk mcp uninstall`) - Non-interactive CLI automation -> references/agent-mode.md; official reference: https://github.com/clerk/skills/blob/main/skills/core/clerk-cli/references/agent-mode.md - Cross-project app-ID resolution, credential storage, Windows CLI reality, non-Next.js key routing -> this pack