Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By SteveLeve
Cloudflare Developer Platform Expert - Comprehensive guidance for building on Cloudflare Workers, platform products, and Workers AI
npx claudepluginhub steveleve/claude-marketplaceDebug production issues by querying Worker logs and analyzing errors using the Cloudflare Observability MCP
Automated deployment workflow with pre-flight checks, validation, testing, and deployment to Cloudflare Workers
Launch interactive managed local development session with wrangler dev, including configuration validation, dependency checks, and error monitoring
This agent should be used when the user asks questions about Cloudflare documentation, requests information about specific Cloudflare features or products, needs to search the Cloudflare docs, or wants the latest documentation on a topic. Examples include "What's the latest on D1?", "Search the docs for Vectorize indexing", "How do I configure AI Gateway?", "What are the current limits for KV?", or "Fetch the Durable Objects documentation".
Use when debugging production issues, analyzing Worker logs, investigating errors, or monitoring performance. Examples include "Why is my Worker returning 500 errors?", "Show me recent errors", "Analyze performance of my RAG endpoint", "What requests failed in the last hour?", or "Debug this production issue".
This agent should be used when the user needs help with Workers AI implementation, model selection, RAG architecture design, embedding strategies, AI Gateway configuration, or optimizing AI workloads. Examples include "Which AI model should I use for this task?", "Help me implement a RAG system", "Optimize my embedding chunking strategy", "Configure AI Gateway for caching", or "My AI inference is too slow".
This agent should be used when the user needs help with Workers development, code review, performance optimization, architecture design, debugging Workers issues, or implementing complex Workers patterns. Examples include "Review my Worker code for performance", "How should I structure this multi-route Worker?", "My Worker is hitting CPU limits", "Design a caching strategy for my API", or "Debug this Workers error".
This skill should be used when the user asks about "R2", "D1", "KV", "Durable Objects", "Queues", "Vectorize", "Hyperdrive", "Workers Analytics", "Email Routing", "Browser Rendering", or discusses Cloudflare platform services, storage options, database choices, when to use which service, or integration patterns between Workers and platform products.
This skill should be used when the user asks about "deployment", "CI/CD", "continuous integration", "GitHub Actions", "GitLab CI", "environments", "staging", "production", "rollback", "versioning", "gradual rollout", "canary deployment", "blue-green deployment", or discusses deploying Workers, managing multiple environments, or setting up automated deployment pipelines.
Use when asking about "Hono", "itty-router", "routing frameworks", "middleware", "API framework", "web framework for Workers", "request routing", "Express-like", or choosing between web frameworks for Cloudflare Workers.
This skill should be used when the user asks about "Workers AI", "AI models", "text generation", "embeddings", "semantic search", "RAG", "Retrieval Augmented Generation", "AI inference", "LLaMA", "Llama", "bge embeddings", "@cf/ models", "AI Gateway", or discusses implementing AI features, choosing AI models, generating embeddings, or building RAG systems on Cloudflare Workers.
This skill should be used when the user asks about "Workers API", "fetch handler", "Workers runtime", "request handling", "response handling", "Workers bindings", "environment variables in Workers", "Workers context", or discusses implementing Workers code, routing patterns, or using Cloudflare bindings like KV, D1, R2, Durable Objects in Workers.
External network access
Connects to servers outside your machine
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.
Cloudflare Workers, AI, Workflows, and VPC services development
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.
Official Cloudflare MCP server - 2,500+ API endpoints via Code Mode in just 2 tools (~1k tokens). Full platform access including Workers, Pages, D1, KV, R2, DNS, Zones, and more
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.
A personal plugin marketplace for Claude Code development, featuring curated plugins for learning context engineering and agentic development patterns.
This marketplace serves as both a learning environment and a toolkit for Claude Code plugin development. It follows a monorepo structure to enable rapid experimentation while maintaining clear plugin boundaries.
claude-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace registry
├── plugins/ # Individual plugins
│ ├── cloudflare-expert/ # Cloudflare Developer Platform plugin
│ └── hooks-lab/ # Hooks learning laboratory
└── CLAUDE.md # Guide for Claude Code instances
Cloudflare Developer Platform Expert - Comprehensive guidance for building on Cloudflare Workers, platform products, and Workers AI.
Features:
Installation:
# Load specific plugin
claude --plugin-dir /path/to/claude-marketplace/plugins/cloudflare-expert
# Or install from marketplace
/plugin marketplace add /path/to/claude-marketplace
/plugin install cloudflare-expert@steves-claude-marketplace
Interactive laboratory for learning Claude Code hooks through verbose, transparent demonstrations.
Features:
Installation:
# Load specific plugin
claude --plugin-dir /path/to/claude-marketplace/plugins/hooks-lab
# Or install from marketplace
/plugin marketplace add /path/to/claude-marketplace
/plugin install hooks-lab@steves-claude-marketplace
What You'll Learn:
# Test all plugins in marketplace
cd /path/to/claude-marketplace
cc --plugin-dir .
# Test specific plugin
cc --plugin-dir ./plugins/cloudflare-expert
plugins/your-plugin-name/plugins/your-plugin-name/.claude-plugin/plugin.json.claude-plugin/marketplace.jsonThis marketplace emphasizes:
MIT