anagstefanagstefCommunityยท1 Agent Skills Included

ngx-clerk

Clerk authentication setup and migration for Angular apps

Adds Clerk authentication to Angular 20+ applications with providers, sign-in routes, route guards, and UI components. Migrates existing apps from ngx-clerk v0 to v1, replacing RxJS observables with signals and updating renamed APIs. Eliminates manual configuration errors, double initialization, and broken redirects during setup or upgrades.
npx skills add anagstef/ngx-clerk --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’