Audits the Clerk CLI source tree and proposes updates to the bundled clerk-cli skill so it stays in sync with the binary. Use when the user says "audit the clerk-cli skill", "update the clerk-cli skill", "check the skill against the code", "resync clerk-cli skill", or after adding/renaming/removing CLI commands, flags, or agent-mode behavior.
$npx -y skills add clerk/cli --skill audit-clerk-skillInstalls into the current project.
Run `npx skills use "https://github.com/clerk/cli" --skill "clerk/cli/audit-clerk-skill"` 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/cli" that are relevant to the current task. Run `npx skills add "https://github.com/clerk/cli"` and select the relevant skills, then follow their instructions.