feat(marketplace): add cloudflare plugin from cloudflare/skills - #226
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds the Cloudflare developer platform plugin to the marketplace configuration and documents it in the README. The reviewer noted that the installation command for the new plugin is missing from the external plugins list at the bottom of the README, which should be added to maintain documentation consistency.
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
No issues found across 2 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant User as Claude Code User
participant CLI as Claude Code CLI
participant FileSys as File System
participant GH as GitHub API
Note over User,GH: Plugin Discovery & Installation Flow
User->>CLI: /plugin install cloudflare@pleaseai
CLI->>FileSys: Read .claude-plugin/marketplace.json
FileSys-->>CLI: Plugin metadata including cloudflare entry
CLI->>CLI: Find plugin "cloudflare" with github source
alt GitHub source found
CLI->>GH: Fetch plugin from cloudflare/skills repo
GH-->>CLI: Plugin code and configuration
CLI->>CLI: Install plugin locally
CLI-->>User: "Plugin cloudflare installed successfully"
else Source not found
CLI-->>User: "Error: Plugin cloudflare not found"
end
Note over User,GH: Cloudflare Plugin Capabilities
User->>CLI: Interact with plugin skills
CLI->>CLI: Load Workers, Durable Objects, Agents SDK skills
CLI->>CLI: Load MCP server configuration
CLI->>CLI: Load Wrangler CLI templates
CLI-->>User: Web performance & Cloudflare platform assistance
Add cloudflare to the External plugins install list in README
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughA new ChangesCloudflare Plugin Registration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
✅ @amondnet님의 요청을 완료했습니다 (1m 6s) —— View job PR Review: feat(marketplace): add cloudflare plugin
The PR looks good! Here's what I verified:
The change is clean and atomic — no unrelated files included. All review comments have been addressed. Ready to merge. |
|



Summary
Adds the
cloudflareexternal plugin (GitHub sourcecloudflare/skills) to the marketplace and README.Changes
cloudflareentry to.claude-plugin/marketplace.jsonreferencinggithub:cloudflare/skillsPlugin Description
Cloudflare developer platform skills covering:
Notes
bun.lock(unrelated gatekeeper version bump 1.4.0 → 1.5.0) is intentionally excluded from this commit to keep the change atomic.Summary by cubic
Adds the
cloudflareexternal plugin fromcloudflare/skillsto the marketplace and README so users can install skills for Workers, Durable Objects, Agents SDK, MCP servers, Wrangler CLI, and web performance. Includes marketplace metadata (category, tags, homepage) and README updates: new External Plugins entry and the install command added to the install list.Written for commit 5539439. Summary will update on new commits.
Summary by CodeRabbit
New Features
/plugin install cloudflare@pleaseaiDocumentation