ngx-clerk
Clerk authentication setup and migration for Angular apps
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ngx-clerk?โผ
Run `npx skills add anagstef/ngx-clerk --all -g -y` in your terminal to install all skills in this suite globally.
How to add Clerk authentication to an Angular app?โผ
The setup skill installs ngx-clerk, registers the provideClerk provider, creates sign-in and sign-up routes, and protects pages with route guards automatically.
How to migrate ngx-clerk from v0 to v1?โผ
The migration skill updates dependencies, replaces __init() with provideClerk(), converts RxJS observables to signals, and renames deprecated redirect props.
Does ngx-clerk work with NgModule-based apps?โผ
No, provideClerk() requires standalone bootstrap. The skills guide you through converting an NgModule app to standalone bootstrap first.
What Angular version does ngx-clerk require?โผ
It requires Angular 20 or newer and Node.js 20.19+. Apps on older Angular versions must be upgraded before setup or migration.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core