Work effectively in the clerk/javascript SDK monorepo. Use when setting up the repo, building / testing / running a package, deciding which of the @clerk/* packages to change, writing changesets, conventional commits, or PRs, or checking whether a change is a breaking change to clerk-js or ui. Covers the pnpm + turbo dev loop, the package map, and the repo's hard rules. AGENTS.md is the authority on the rules; this skill is the how-to layer that points back to it.
$npx -y skills add clerk/javascript --skill clerk-monorepoInstalls into the current project.
Run `npx skills use "https://github.com/clerk/javascript" --skill "clerk/javascript/clerk-monorepo"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/clerk/javascript" that are relevant to the current task. Run `npx skills add "https://github.com/clerk/javascript"` and select the relevant skills, then follow their instructions.