Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/content/docs/agent-setup/claude-code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ import { LinkCard } from "~/components";

3. **Install the Cloudflare plugin**

In Claude Code, run these two slash commands. This installs Cloudflare Skills and registers the Cloudflare MCP servers.
In Claude Code, run these two slash commands one at a time, waiting for the first to finish before running the second. This installs Cloudflare Skills and registers the Cloudflare MCP servers.

```txt
/plugin marketplace add cloudflare/skills
```
```txt
/plugin install cloudflare@cloudflare
```

Expand Down
Loading