clerk

Route user inquiries to the appropriate Clerk sub-skill based on task.

1|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/LucaDeLeo/ASTN --skill clerk-lucadeleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clerk
Source: https://github.com/LucaDeLeo/ASTN/tree/main/.agents/skills/clerk
Command: npx skills add https://github.com/LucaDeLeo/ASTN --skill clerk-lucadeleo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clerk authentication router. Use when user asks about adding authentication, setting up Clerk, custom sign-in flows, Next.js patterns, organizations, syncing users, or testing. Automatically routes to the specific skill based on their task.

Core Features & Use Cases

  • Task-based routing to the appropriate sub-skill: clerk-setup, clerk-custom-ui, clerk-nextjs-patterns, clerk-orgs, clerk-webhooks, clerk-testing.
  • Quick navigation and reference for Clerk authentication scenarios in Next.js and related workflows.
  • Cross-skill guidance for adding Clerk, UI customization, org management, and testing.

Quick Start

Describe your Clerk task and I will route you to the appropriate sub-skill.

Frequently Asked Questions about clerk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add Clerk authentication to my Next.js project?

To add Clerk authentication, this router directs your setup task to a specialized sub-skill that provides the specific steps for integrating Clerk into your Next.js project. It automatically routes inquiries based on your exact implementation needs.

What is the best way to customize Clerk sign-in UI components?

The best way to customize Clerk sign-in UI is through the clerk-custom-ui sub-skill. This router identifies your UI task and routes you directly to the appropriate component customization instructions.

How do I manage Clerk organizations and user syncing?

For managing Clerk organizations and user syncing, this router directs your inquiry to the clerk-orgs sub-skill, providing specific guidance on organization management and user data synchronization workflows.

Can I use this for Clerk webhook handling and E2E testing?

Yes, you can use this for Clerk webhook handling and E2E testing. The router directs webhook tasks to clerk-webhooks and testing inquiries to clerk-testing, ensuring you get specific implementation guidance.

Do I need to configure anything before routing my Clerk authentication tasks?

No configuration is required before routing Clerk authentication tasks. The router requires no changes to user data and provides direct access to specific sub-skills based solely on your described task requirements.