Cross-reference the Clerk CLI and Skills in AI docs#3427
Merged
Conversation
- Skills page: add a CLI back-link, sync the table with three missing rows (clerk-cli, clerk-billing, clerk-expo), and add matching example prompts - CLI page: replace the removed `clerk skill install` command with current install paths (`clerk init` / `npx skills add clerk/skills`) - AI overview: add a CLI section DOCS-11816 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Tighten the AI overview intro - Capitalize the Organizations feature reference on the Skills and overview pages - Lowercase AI prompts (a descriptive label, not a product) on the overview and the prompts page title DOCS-11816 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The `clerk init --prompt` print-only mode was removed (clerk/cli#241); agents now run `clerk init -y` for non-interactive setup. Caught by review alongside DOCS-11816. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
@manovotny One thing - noticed the Expo quickstart mentions
|
The Expo quickstart is a setup context, and clerk-expo is the Expo setup skill; clerk-expo-patterns is the advanced follow-on. Raised by review on #3427. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
|
@SarahSoutoul Good catch — verified against the repos: Related: |
SarahSoutoul
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

🔎 Previews:
What does this solve? What changed?
The Skills page is now a top-10 docs page and a primary AI/agent entrypoint, but the CLI ↔ Skills relationship in docs was one-directional and partly broken — Colin flagged that the Skills page never mentions the CLI, which may be suppressing CLI awareness. This tightens that cross-referencing and fixes stale commands.
Cross-referencing + correctness (
68f4995,a203c57):[!NOTE]callout plus the new/clerk-clirow linking to/docs/cli), so CLI ↔ Skills is now bidirectional.clerk/skillsrepo:clerk-cli,clerk-billing, andclerk-expo(distinct from the existingclerk-expo-patterns— Expo setup vs. patterns), plus matching example prompts.clerk skill install(removed in clerk/cli#315) with the current install paths (the optionalclerk initprompt, ornpx skills add clerk/skills), and replacedclerk init --prompt(removed in clerk/cli#241) withclerk init -yfor non-interactive agent setup./docs/cli.Copy/casing polish on the AI overview (
0135f0e):prompts.mdxpage title to match.Verified with
pnpm run build:tsxandpnpm run lint(both clean), and peer-reviewed via/co-fix.This also closes the loop on #3418, which added agent nudges pointing to the Skills page "for correct CLI usage" — the destination page now actually surfaces the CLI.
Deadline
Other resources
<If is="llm">CLI nudges this closes the loop onclerk skill installcommandclerk init --prompt