clerk-authlisted
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