Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Develop full-stack Cloudflare edge applications: build Workers for serverless runtime and storage, create AI agents with Workers AI SDK for model inference and orchestration, engineer durable Workflows for long-running tasks, and configure VPC bindings to securely access private APIs in AWS, Azure, or GCP networks.
npx claudepluginhub nodnarbnitram/claude-code-extensions --plugin cce-cloudflareMUST BE USED for Cloudflare AI Agents SDK development tasks including Agent classes, state management, WebSockets, AI integration, task scheduling, React hooks, MCP servers, multi-agent systems, and edge-deployed autonomous agents
MUST BE USED for all Cloudflare Workers AI development tasks including model selection, API integration, prompt engineering, RAG implementations, streaming responses, function calling, and AI Gateway/Vectorize/AutoRAG integrations. Expert in Workers AI's 50+ models, pricing optimization, and edge AI inference patterns.
MUST BE USED for Cloudflare Workers development tasks. Expert in Workers runtime, edge computing, V8 isolates, storage selection (KV, D1, R2, Durable Objects), wrangler configuration, performance optimization, and Workers-specific APIs.
MUST BE USED for all Cloudflare Workers for Platforms development - multi-tenant architectures, dispatch namespaces, dynamic routing, user Worker deployment, custom limits, outbound Workers, and serverless platform infrastructure. Use PROACTIVELY when building platforms that allow users to deploy custom code on Cloudflare's edge network.
MUST BE USED for any Cloudflare Workflows development, architecture, debugging, or migration tasks. Specialist for durable execution, step APIs, retry logic, idempotency patterns, Python DAG workflows, and integration with Cloudflare services.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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.
Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents SDK, MCP servers, Wrangler CLI, and web performance
Official Cloudflare developer platform skill for Workers, Durable Objects, R2, D1, KV, AI, and 50+ services.
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.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
TypeScript and frontend tooling including Braintrust testing and fumadocs documentation
Essential Claude Code extensions: core agents, hooks, commands, and universal tools
Kubernetes cluster operations, health diagnostics, and operator-specific agents
DevOps tooling: GitHub Actions, Helm, ArgoCD, and Crossplane for CI/CD and infrastructure
Vue.js and Nuxt.js development with Composition API, composables, and SSR/SSG patterns
A comprehensive collection of production-ready agents, hooks, commands, and output styles for Claude Code
Supercharge your Claude Code experience with 60+ specialized agents, 15 skills, 8 lifecycle hooks, 11 slash commands, and powerful automation tools—all ready to install and customize.
The repository now provides 19 self-contained plugins for Claude Code marketplace installs:
| Plugin | Description | What's Included |
|---|---|---|
| cce-core | Essential foundation | 13 agents (core, orchestrators, universal), 8 hooks, 2 skills, 8 commands |
| cce-kubernetes | Kubernetes operations | 6 K8s health agents, 2 skills, 1 command |
| cce-cloudflare | Cloudflare development | 5 Workers/AI/Workflows agents, 1 VPC skill |
| cce-esphome | ESPHome IoT | 6 ESPHome agents, 2 skills (config, Box-3) |
| cce-web-react | React ecosystem | 3 React/Next.js/TanStack agents |
| cce-django | Django backend | 3 Django agents (backend, API, ORM) |
| cce-research | Deep research coordination | 5 research agents (coordinator, academic, web, technical, data) |
| cce-grafana | Grafana observability | 1 plugin expert agent, 2 skills (scaffolding, billing metrics) |
| cce-homeassistant | Home Assistant workflows | 7 HA experts, 8 skills, 3 commands |
| cce-tauri | Tauri v2 desktop apps | 1 agent, 1 skill |
| cce-web-vue | Vue and Nuxt development | 3 Vue/Nuxt agents |
| cce-temporal | Temporal workflows | 6 Temporal agents |
| cce-devops | DevOps and platform engineering | GitHub Actions, Helm, ArgoCD, and Crossplane agents |
| cce-ai | AI and ML systems | 5 AI/ML specialist agents |
| cce-go | Go development | 1 Go specialist agent |
| cce-python | Python CLI development | 1 Typer-focused agent |
| cce-linear | Linear workflows | 1 Linear skill, 3 ticket/PR workflow commands |
| cce-typescript | TypeScript tooling | Braintrust and fumadocs agents |
| cce-anthropic | Claude Agent SDK development | Python and TypeScript SDK agents |
Install only what you need - no need to load 50+ agents if you only work with React!
Option 1: Plugin (Recommended for Multiple Projects)
Install as modular plugins via Claude Code's plugin system - pick only what you need for your tech stack:
# In any Claude Code session:
/plugin marketplace add github:nodnarbnitram/claude-code-extensions
Then install the plugins you need:
# Essential foundation (everyone needs this)
/plugin install cce-core@cce-marketplace
# Add plugins for your tech stack:
/plugin install cce-kubernetes@cce-marketplace # For Kubernetes development
/plugin install cce-cloudflare@cce-marketplace # For Cloudflare Workers/AI
/plugin install cce-esphome@cce-marketplace # For ESPHome IoT
/plugin install cce-web-react@cce-marketplace # For React/Next.js/TanStack
/plugin install cce-django@cce-marketplace # For Django backend development
/plugin install cce-grafana@cce-marketplace # For Grafana plugin development & billing
/plugin install cce-research@cce-marketplace # For deep research tasks
Each marketplace package under plugins/* is now self-contained with local agents/, commands/, skills/, and hooks/ content where applicable.
Benefits:
Command namespaces:
/cce:git-commit, /cce:prime/cce-kubernetes:health/cce-linear:triage, /cce-linear:create-linear-prOption 2: Standalone (For Single Project or Custom Setup)