Clerk Skills Router Version Detection Check to determine the Clerk SDK version. This determines which patterns to use: | Package | Core 2 (LTS until Jan 2027) | Current | |---------|----------------------------|---------| | | v5–v6 | v7+ | | or | v5–v6 | v7+ | | or | v1–v2 | v3+ | | | v1–v2 | v3+ | | | < v0.26.0 | v0.26.0+ | Default to current if the version is unclear or the project is new. Core 2 packages use and (with prefix); current packages use and . All skills are written for the current SDK. When something differs in Core 2, it's noted inline with callouts. The exception is , which ha…