Skip to content

feat(marketplace): add cloudflare plugin from cloudflare/skills - #226

Merged
amondnet merged 2 commits into
mainfrom
amondnet/cloudflare
Jun 20, 2026
Merged

feat(marketplace): add cloudflare plugin from cloudflare/skills#226
amondnet merged 2 commits into
mainfrom
amondnet/cloudflare

Conversation

@amondnet

@amondnet amondnet commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds the cloudflare external plugin (GitHub source cloudflare/skills) to the marketplace and README.

Changes

  • Added cloudflare entry to .claude-plugin/marketplace.json referencing github:cloudflare/skills
  • Added "Cloudflare" entry to README.md under External Plugins

Plugin Description

Cloudflare developer platform skills covering:

  • Workers & Durable Objects
  • Agents SDK
  • MCP servers
  • Wrangler CLI
  • Web performance

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 cloudflare external plugin from cloudflare/skills to 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

    • Cloudflare plugin is now available and can be installed via /plugin install cloudflare@pleaseai
  • Documentation

    • Updated plugin documentation to list Cloudflare as an available plugin with installation instructions

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread README.md
@codacy-production

codacy-production Bot commented Jun 20, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Loading

Re-trigger cubic

Add cloudflare to the External plugins install list in README
@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
claude-code-plugins Ready Ready Preview, Comment Jun 20, 2026 9:31am

Request Review

@coderabbitai

coderabbitai Bot commented Jun 20, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 0d4c4e24-a2c1-40c9-802b-946ffdc2fb5f

📥 Commits

Reviewing files that changed from the base of the PR and between 915ee8f and 5539439.

📒 Files selected for processing (2)
  • .claude-plugin/marketplace.json
  • README.md

📝 Walkthrough

Walkthrough

A new cloudflare plugin entry is added to .claude-plugin/marketplace.json with its metadata fields (description, category, keywords, tags, source, and homepage). The README is updated to list the plugin in the Available Plugins section and include its install command in the quick-start instructions.

Changes

Cloudflare Plugin Registration

Layer / File(s) Summary
Marketplace entry and README documentation
.claude-plugin/marketplace.json, README.md
Inserts the cloudflare plugin object into the plugins array and adds its description, install command, and repository link to both the Available Plugins table and the quick-start install command list in the README.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐇 A new plugin hops into the cloud,
Cloudflare's skills announced aloud,
A JSON entry, a README line,
The marketplace grows — oh how divine!
Deploy with flair, the bunny cries,
Another plugin under clear blue skies! ☁️

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and accurately summarizes the main change: adding the Cloudflare plugin to the marketplace from the cloudflare/skills repository.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch amondnet/cloudflare

Comment @coderabbitai help to get the list of available commands and usage tips.

@pleaseai

pleaseai Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

@amondnet님의 요청을 완료했습니다 (1m 6s) —— View job


PR Review: feat(marketplace): add cloudflare plugin

  • Analyze PR changes
  • Verify marketplace.json entry
  • Verify README documentation

The PR looks good! Here's what I verified:

.claude-plugin/marketplace.json — Cloudflare entry is properly structured:

  • category: "cloud"
  • keywords: covers workers, durable-objects, agents-sdk, wrangler, mcp ✅
  • tags: ["skills", "cloud"]
  • source: { source: "github", repo: "cloudflare/skills" }
  • homepage set correctly ✅

README.md — Both additions are in place:

  • Cloudflare section with description under External Plugins ✅
  • /plugin install cloudflare@pleaseai install command in the Available Plugins list ✅ (the fix suggested by @gemini-code-assist and applied in 5539439)

The change is clean and atomic — no unrelated files included. All review comments have been addressed. Ready to merge.


| Branch: amondnet/cloudflare

@amondnet
amondnet merged commit 3419722 into main Jun 20, 2026
13 checks passed
@amondnet
amondnet deleted the amondnet/cloudflare branch June 20, 2026 09:37
@sonarqubecloud

Copy link
Copy Markdown

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant