npx claudepluginhub theohbkim/plugins-for-claude --plugin cloudflare-workers-buildsA collection of useful Claude Code plugins by theohbkim, including both custom-built and curated external plugins.
/plugin marketplace add theohbkim/plugins-for-claude
/plugin install <plugin-name>
| Plugin | Category | Description |
|---|---|---|
| document | Development | Add comprehensive documentation to code |
| cloudflare-docs | Documentation | Cloudflare documentation access and search |
| cloudflare-observability | Monitoring | Cloudflare observability and monitoring tools |
| cloudflare-workers-bindings | Development | Cloudflare Workers bindings management |
| cloudflare-workers-builds | Deployment | Cloudflare Workers build and deployment tools |
| context7 | Development | Up-to-date documentation lookup from source repositories |
| filesystem | Development | Filesystem operations and file management |
| firecrawl | Integration | Web scraping and search capabilities |
| magic | Utility | AI-driven UI component creation |
| memory | Utility | Knowledge graph-based persistent memory |
| sequential-thinking | Utility | Dynamic and reflective problem-solving |
| vercel | Deployment | Vercel deployments and projects |
Add comprehensive documentation to code (functions, classes).
Features:
Usage:
# Document a specific file
/document src/utils/helpers.py
# Or select code in your IDE and run without arguments
/document
Access and search Cloudflare documentation directly from Claude Code.
Homepage: Cloudflare MCP Documentation
Monitor and observe your Cloudflare infrastructure with integrated observability tools.
Homepage: Cloudflare MCP Documentation
Manage Cloudflare Workers bindings including KV namespaces, Durable Objects, and more.
Homepage: Cloudflare MCP Documentation
Build and deploy Cloudflare Workers with integrated CI/CD tools.
Homepage: Cloudflare MCP Documentation
Pull version-specific documentation and code examples directly from source repositories into your LLM context using Upstash Context7.
Homepage: Context7 Documentation
Perform filesystem operations including reading, writing, searching, and managing files and directories.
Homepage: MCP Filesystem Server
Web scraping and search capabilities powered by Firecrawl for extracting structured data from websites.
Homepage: Firecrawl MCP Server
AI-driven tool that helps developers create beautiful, modern UI components instantly through natural language descriptions.
Homepage: Magic MCP
Knowledge graph-based persistent memory system that helps maintain context across conversations.
Homepage: MCP Memory Server
Dynamic and reflective problem-solving with structured thinking processes for complex tasks.
Homepage: MCP Sequential Thinking Server
Manage Vercel deployments, projects, and infrastructure directly from Claude Code.
Homepage: Vercel MCP Documentation
plugins-for-claude/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
├── plugins/
│ └── document/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ └── commands/
│ └── document.md # Command definition
├── LICENSE
└── README.md
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare. Originally from OpenAI's curated skills catalog.
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
Official Cloudflare developer platform skill for Workers, Durable Objects, R2, D1, KV, AI, and 50+ services.
Comprehensive Cloudflare Workers platform guide covering runtime APIs, testing (Vitest), CI/CD, observability, framework integration, performance, security, and migration. Use for Workers development, deployment, debugging, or optimization.
Expert Cloudflare platform system with comprehensive 2025-2026 knowledge for Workers, Pages, R2, D1, KV, Hyperdrive, Durable Objects, Queues, Workflows, AI Workers (TTS/STT/captioning), Zero Trust, MCP servers, and edge computing. PROACTIVELY activate for: (1) ANY Cloudflare task, (2) Workers development (Wrangler CLI, bindings, cron triggers), (3) AI Workers (Whisper, Aura TTS, Deepgram, image captioning, LLM inference), (4) Storage (R2 S3-compatible, D1 SQLite, KV, Durable Objects, Queues), (5) Hyperdrive database connection pooling, (6) Zero Trust (WARP, tunnels, access policies, identity), (7) MCP servers (remote/local, OAuth, Streamable HTTP), (8) Pages and static site deployment, (9) CI/CD (GitHub Actions, Workers Builds), (10) Observability (Workers Logs, traces, OpenTelemetry), (11) Load balancing and health checks, (12) Vectorize vector database, (13) Workflows durable execution, (14) Cost optimization and performance tuning. Provides: Complete Wrangler CLI reference, all binding configurations (KV/R2/D1/Durable Objects/Queues/Hyperdrive), AI model catalog with pricing, MCP server development patterns, Zero Trust implementation guides, CI/CD workflows, observability setup, and production-ready 2026 configurations.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.