# Clerk Skills for AI Agents

We're launching Clerk Skills, installable packages built on the [Agent Skills](https://agentskills.io) specification that give AI coding agents specialized knowledge about Clerk authentication. Once installed, your agent can help you add auth to any framework, build custom sign-in flows, sync users to your database, and more.

Install all skills with a single command:

```bash
npx skills add clerk/skills
```

Once installed, you can ask your AI assistant questions like:

- "Add Clerk auth to my Next.js app"
- "Build a custom sign-in form with email and password"
- "Set up organizations for my B2B SaaS"
- "Add Playwright tests for authentication"
- "Sync Clerk users to my Prisma database"

Skills work with most agents including Claude Code, Cursor, Windsurf, GitHub Copilot, Codex, and Gemini CLI.

To see all available skills and installation options, head to the [Skills documentation](https://clerk.com/docs/guides/ai/skills.md).
