clerk-custom-ui
Custom authentication flows and appearance styling for Clerk using hooks, themes, and CSS variables.
Install
npx skills add https://github.com/clerk/skills --skill clerk-custom-uiStats
| Total installs | 2,800 |
| Weekly installs | 2.8K |
| GitHub stars | 30 |
| First seen | Jan 30, 2026 |
| Source | @clerk/skills |
Summary
- Provides useSignIn and useSignUp hooks for building custom sign-in/sign-up UI; API differs between Core 2 and current SDK versions
- Appearance customization via variables (colors, typography, borders), options (logo, social button layout), and pre-built themes (dark, neobrutalism, shadcn, simple)
- shadcn theme automatically matches shadcn/ui projects when components.json is present; theme stacking allows layering multiple themes with precedence
- Requires ClerkProvider wrapper; SDK version determines which custom flow references and appearance property names (layout in Core 2, options in current) to use
Tags
Related skills
| Skill | Installs | vs clerk-custom-ui |
|---|---|---|
| flutter-managing-state | 2,597 | -203 |
| flutter-architecting-apps | 2,800 | = |
| flutter-implementing-navigation-and-routing | 2,501 | -299 |
| tailwind-v4-shadcn | 2,662 | -138 |
| react-best-practices | 3,161 | +361 |
FAQ
- How many installs does clerk-custom-ui have?
- clerk-custom-ui has 2,800 total installs and 2.8K installs this week.
- Where is clerk-custom-ui hosted?
- clerk-custom-ui is published by @clerk/skills at https://github.com/clerk/skills.
- How many GitHub stars does clerk-custom-ui have?
- clerk-custom-ui has 30 GitHub stars.
- When was clerk-custom-ui first indexed?
- OrangeBot.AI first indexed clerk-custom-ui on Jan 30, 2026.
- How do I install clerk-custom-ui?
- Run: npx skills add https://github.com/clerk/skills --skill clerk-custom-ui