Skip to content

docs(agent-setup): split Claude Code plugin install into separate code blocks - #33521

Open
devndevs wants to merge 1 commit into
cloudflare:productionfrom
devndevs:patch-1
Open

devndevs wants to merge 1 commit into
cloudflare:productionfrom
devndevs:patch-1

Conversation

@devndevs

Copy link
Copy Markdown

The Claude Code setup page puts both plugin slash commands in a single code block, which gives one copy button for two lines that cannot be run together.

Claude Code processes one slash command per message, and there is an ordering dependency regardless: /plugin install cloudflare@cloudflare cannot resolve the cloudflare marketplace until /plugin marketplace add cloudflare/skills has finished registering it. A user who copies the block and pastes it gets a failure and reasonably assumes the docs are wrong.

This splits the commands into two code blocks so each has its own copy button, and adds "one at a time" to the instruction text. No change to the commands themselves.

The "Install the Cloudflare plugin" step puts both plugin slash commands in a single code block, so the copy button hands the user two lines that cannot be run together.

Claude Code accepts one slash command per message, and there is an ordering dependency regardless: /plugin install cloudflare@cloudflare cannot resolve the cloudflare marketplace until /plugin marketplace add cloudflare/skills has finished registering it, and that first command can prompt for a trust confirmation. A user who copies the block and pastes it hits a real error and reasonably concludes the docs are wrong.

This splits the commands into two code blocks so each gets its own copy button, and adds "one at a time" to the instruction text so the sequencing is explicit. The commands themselves are unchanged.
@devndevs
devndevs requested review from a team as code owners September 18, 2026 04:01
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Review

✅ No issues found in commit 30ae9c4.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

No code review issues found.

Conventions

No convention issues found.

Style Guide Review

No style-guide issues found.

Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.
/rebase Rebases the PR branch against production. On conflict, attempts to resolve automatically using AI. Stops with an explanation if confidence is not high enough.

@cloudflare-docs-bot

Copy link
Copy Markdown
Contributor

Review coverage

🟡 1 ownership area needs approval.

Suggested reviewers: @kennyj42

Needs approval Eligible approvers Suggested
agent-setup @cloudflare/ai-agents, @cloudflare/dev-plat-leads, @cloudflare/product-owners kennyj42
CODEOWNERS mappings for displayed areas (1)
Pattern Owners
/src/content/docs/agent-setup @cloudflare/ai-agents, @cloudflare/dev-plat-leads, @cloudflare/product-owners

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant