Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,18 @@
"keywords": ["dev3000", "d3k", "debugging", "web", "logs", "screenshots"],
"tags": ["skills", "vercel"],
"source": "./plugins/dev3000"
},
{
"name": "cloudflare",
"description": "Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents SDK, MCP servers, Wrangler CLI, and web performance",
"category": "cloud",
"keywords": ["cloudflare", "workers", "durable-objects", "agents-sdk", "wrangler", "mcp"],
"tags": ["skills", "cloud"],
"source": {
"source": "github",
"repo": "cloudflare/skills"
},
"homepage": "https://github.com/cloudflare/skills"
}
]
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ Gemini CLI integration for Claude Code — use Google's Gemini models from withi

**Install:** `/plugin install gemini@pleaseai` | **Repository:** [pleaseai/gemini-plugin-cc](https://github.com/pleaseai/gemini-plugin-cc/tree/main/plugins/gemini)

#### Cloudflare
Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents SDK, MCP servers, Wrangler CLI, and web performance.

**Install:** `/plugin install cloudflare@pleaseai` | **Repository:** [cloudflare/skills](https://github.com/cloudflare/skills)
Comment thread
amondnet marked this conversation as resolved.

---

### Built-in Plugins
Expand Down Expand Up @@ -502,6 +507,7 @@ Once the marketplace is added (or files copied), the following plugins are avail
/plugin install playwright-cli@pleaseai
/plugin install vercel@pleaseai
/plugin install gemini@pleaseai
/plugin install cloudflare@pleaseai

# Built-in plugins
/plugin install please-plugins@pleaseai
Expand Down
Loading