Plugins listed here are tagged for this technology stack and auto-indexed from public GitHub repositories.
Plugins listed here are tagged for this technology stack and auto-indexed from public GitHub repositories.
Claude Code plugins tagged for Cloudflare development. Browse commands, agents, skills, and more.
Translates Figma designs into code, deploys to Cloudflare/Netlify/Vercel/Render, performs security reviews, processes PDFs and audio, and manages projects in Notion and Linear—all as Claude Code skills.
Manage the full Cloudflare platform: deploy Workers, configure Zero Trust, build AI agents with the Agents SDK, manage DNS and CDN, audit web performance, and send transactional emails — all from Claude Code.
Build, deploy, and debug Expo React Native apps across iOS, Android, and web. Manage app store submissions, CI/CD pipelines, runtime updates, remote simulators for testing, and performance monitoring. Includes scaffolding, navigation, styling with Tailwind, native UI components, and migration from web frameworks.
Manage full Vercel deployment lifecycle: previews, production rollouts, CI/CD pipelines, edge functions, cost optimization, incident response, security hardening, and migrations from other platforms.
Build and manage data portals with PortalJS: scaffold a portal, add datasets (CSV, GeoJSON, etc.), create charts and maps, connect CKAN backends, migrate from ArcGIS/Socrata/other platforms, deploy to Cloudflare, and audit data quality.
Implement multi-level API caching strategies using Redis, CDN, and HTTP cache headers to reduce database load and improve response times with patterns like cache-aside, TTL, tag-based invalidation, and stale-while-revalidate.
Scans HTTP/HTTPS response headers to detect security vulnerabilities, misconfigurations, and compliance issues, then provides actionable recommendations for Nginx, Apache, and Cloudflare configurations.
Monitor SSL/TLS certificate expiry dates, automate renewal workflows, list installed certificates, and diagnose certificate chain or configuration issues across domains and servers.
Build, test, deploy, and maintain Attio CRM integrations with a full skill pack covering CRUD operations, webhooks, authentication, rate limiting, error handling, CI/CD, performance optimization, and production readiness.
Provides AI coding assistants with skills for Nuxt and Vue 3 development, covering project setup, UI components, content management, authentication, i18n, SEO, testing, and deployment with NuxtHub and Drizzle.
Manage the full Cloudflare platform from Claude Code, including Workers, Pages, storage (KV, D1, R2), AI, networking, security, and infrastructure as code with Terraform and Pulumi, using live Cloudflare documentation for accurate actions.
Deploy and manage Cloudflare One Zero Trust and SASE architecture, including Access, Gateway, WARP, Tunnel, DLP, CASB, device posture, and identity configuration and troubleshooting.
Plan migrations from legacy security stacks (Zscaler ZIA/ZPA, Palo Alto, VPN, SWG, SASE) to Cloudflare One, including policy mapping, rollout plans, and gap analysis.
Investigate and resolve Cloudflare configuration issues by gathering API-driven evidence for troubleshooting ERR_TOO_MANY_REDIRECTS, SSL errors, DNS issues, and other Cloudflare-related problems.
Audits and optimizes application performance across build, bundle, caching, CDN, and database layers, with load simulation to predict bottlenecks and prioritize fixes.
Scaffold and manage Cloudflare Workers, Hono APIs, D1 databases with Drizzle ORM, and full-stack apps (Vite, TanStack Start, React 19) — including schema generation, migrations, seeding, and REST API operations for DNS, cache, WAF, and more.
Diagnoses and fixes real-world Terraform failure patterns: provisioner traps, cloud-init blockers, multi-environment isolation, and container startup issues after terraform apply.
Deploy, develop, and manage Cloudflare Workers, KV, R2, D1, Queues, Workflows, and Secrets directly from Claude Code, with syntax validation and best practices for wrangler commands.
Query any data file (CSV, Parquet, JSON, Excel, Avro, spatial) or attached DuckDB database using SQL or natural language; explore schemas, convert formats, search docs and past session logs, manage extensions, and analyze S3 or spatial data—all through DuckDB.
Build and deploy stateful AI agents on Cloudflare Workers with durable workflows, WebSocket apps, scheduled tasks, MCP servers, chat, and browser automation, biased to Cloudflare documentation
Configure and manage transactional email sending and receiving via Cloudflare Email Service, with support for Workers bindings, REST API, Agents SDK, and email authentication (SPF/DKIM/DMARC).
Build sandboxed applications on Cloudflare Workers using the Sandbox SDK to securely execute untrusted code, manage files and commands, and generate preview URLs.
Review and author Cloudflare Workers code to enforce production best practices, addressing common anti-patterns and ensuring proper configuration of secrets, bindings, and observability.
Develop and review Cloudflare Durable Objects for stateful coordination, RPC methods, SQLite-backed storage, alarms, and WebSocket connections, with integrated testing via Vitest and wrangler configuration.
Navigate Cloudflare's suite of products — compute (Workers, Pages), storage (KV, D1, R2), AI (Workers AI, Vectorize), networking, security, and IaC (Terraform, Pulumi) — using decision trees that prioritize docs retrieval to choose the right service for your use case.
End-to-end AI music production workflow for Suno: album concept design, lyric writing with prosody checks, style prompt engineering, audio mastering for streaming platforms, promo video generation, and coordinated release management with distribution asset preparation.
Adds zero-config animations to React components using @formkit/auto-animate, handling list transitions, accordions, toasts, and preventing SSR errors in Next.js and Vite.
Build full-stack React applications with TanStack Start, using file-based routing, server functions, and per-route SSR/CSR/SSG, with support for Cloudflare Workers and migration from Next.js
Type-safe ORM for Cloudflare D1 databases using Drizzle, enabling schema building, type-safe SQL queries, migrations with Drizzle Kit, table relations, prepared statements, and batch API integration.
Sets up and deploys Hugo static sites with Tailwind v4, headless CMS (Sveltia/Tina), and Cloudflare, including fixing common errors like theme installation, frontmatter, and baseURL issues.
Upload, transform, and serve images globally via Cloudflare Images API. Configure direct creator uploads, image variants, signed URLs, and WebP/AVIF optimization. Integrate with Workers, Next.js, and Remix. Diagnose upload errors and CORS issues.
Create and manage Cloudflare message queues with producers, consumers, batch processing, retry logic, and dead letter queues. Diagnose delivery failures, timeouts, backlogs, and throughput issues. Optimize queue performance for throughput, latency, cost, and reliability.
Set up Nuxt Studio visual CMS for Nuxt Content sites: configure OAuth (GitHub/GitLab/Google), deploy to Cloudflare Pages/Workers with custom subdomains, and validate integration with auto-fix.
Build, debug, and deploy Nuxt 4 applications with skills for core setup, data fetching, server-side Nitro features, and production optimization. Includes diagnostic agents for hydration issues, v3-to-v4 migration, and performance analysis, plus an interactive project scaffolding wizard.
Integrate Better Auth authentication into your project: set up auth config, database schema, and route handlers via interactive wizard; add plugins like 2FA, passkeys, and organizations; diagnose and fix authentication issues including OAuth callbacks and database bindings; explain error codes with solutions.
Deploy Next.js apps to Cloudflare Workers using the OpenNext adapter, supporting SSR, ISR, App Router, and Pages Router while resolving worker size limits, runtime compatibility, and connection scoping issues.
Add Cloudflare Zero Trust authentication to Workers apps using Hono middleware, handling JWT validation, service tokens, CORS, and RBAC.
Set up Cloudflare Turnstile bot protection across web applications—configure widgets, validate tokens, and diagnose CSP violations and error codes (100*, 200*, 300*, 400*, 600*) with step-by-step fixes for frameworks like React, Next.js, Hono, and Cloudflare Workers.
Schedule and deploy periodic tasks and background jobs with Cloudflare Workers Cron Triggers, including handler setup, wrangler configuration, local testing with --test-scheduled, and error resolution for invalid cron expressions or timezone issues.
Configure Cloudflare Email Routing to receive, parse, and forward emails via Workers, including SPF/DKIM fixes and send_email binding setup.
Configure Cloudflare Hyperdrive to connect Workers to PostgreSQL/MySQL databases with connection pooling, query caching, and TLS handling, resolving pool exhaustion and connection errors for Drizzle or Prisma ORMs.
Execute untrusted Python and Node.js code in isolated Linux containers at the Cloudflare edge, enabling secure processing of AI code interpreter requests, git operations, and ephemeral script execution.
Run serverless GPU inference on Cloudflare Workers for LLMs, text/image generation, and embeddings, with built-in error handling for rate limits and token limits.
Dynamically discover MCP servers from a central registry, inspect their tool capabilities, and execute TypeScript/JavaScript code to call MCP tools, enabling progressive disclosure and management of multiple server integrations.
Manage Nuxt Content v3 sites with Git-backed CMS for Markdown/MDC content, including type-safe queries, schema validation, full-text search, SQL storage, and Nuxt Studio editing for blogs and docs.
Generate React components from natural language using Thesys AI, outputting type-safe code for Vite, Next.js, or Cloudflare Workers.
Develop, debug, and optimize Cloudflare Durable Objects for stateful real-time applications. Includes interactive scaffolding, migration management, performance analysis, and autonomous agents for troubleshooting and implementing production patterns like WebSocket hibernation, alarms, and SQLite storage.
Manage Cloudflare D1 serverless SQLite databases on the edge: create databases, run migrations with schema validation, configure Worker bindings, diagnose errors (D1_ERROR, statement too long), and optimize query performance with read replicas.
Manage Cloudflare R2 object storage from Claude Code: create buckets, configure Worker bindings, upload/download files, generate presigned URLs, handle multipart uploads for large files, diagnose CORS errors, set up event-driven workflows, and migrate from AWS S3.
Develop, deploy, and debug Cloudflare Workers end-to-end: local dev with Wrangler, CI/CD pipelines, Vitest testing with binding mocks, performance optimization, security auditing, and migration from AWS Lambda/Vercel/Express.
Build, debug, and optimize durable multi-step workflows on Cloudflare Workers with retries, state persistence, sleep, and event-waiting, plus scaffolding and autonomous troubleshooting.
Build and deploy MCP (Model Context Protocol) servers on Cloudflare Workers, enabling AI agent tools, resources, and prompts at the edge with TypeScript and Durable Objects.
Manage Cloudflare Workers KV global key-value storage: create namespaces, configure bindings, perform CRUD operations with TTL and metadata, debug rate limits and consistency errors, and analyze code for performance and cost optimizations.
Build and run browser automation workflows on Cloudflare Workers using Puppeteer or Playwright for screenshots, PDF generation, web scraping, session management, and error troubleshooting.
Manage Cloudflare Vectorize vector database indexes, perform vector CRUD operations, metadata filtering, and similarity search for semantic search and RAG applications, integrating Workers AI or OpenAI embeddings.
Detect dangling DNS records and subdomain-takeover risks across AWS, GCP, Azure, and Cloudflare using the findmytakeover tool. Helps audit DNS zones for orphaned entries to prevent security vulnerabilities.
Enables coding agents to communicate directly via end-to-end encrypted messaging, including identity management, peer discovery, group rooms, relay setup, and conversation replay.
Build, debug, and deploy Nuxt 5 applications with skills for core setup, data management, server routes, and production optimization, plus diagnostic agents for hydration issues, migration from Nuxt 4, and performance analysis, and an interactive scaffolding wizard.
Build headless data tables with TanStack Table v8, featuring server-side pagination, filtering, sorting, and virtualization, integrated with Cloudflare Workers, D1 databases, and TanStack Query.
Build and deploy AI agents on Cloudflare Workers that use MCP protocol for tool integration and call LLMs from OpenAI, Anthropic, or Gemini, with access to D1, KV, R2, and Durable Objects.
Manage Cloudflare Workers, KV Storage, R2 buckets, Pages projects, DNS records, and routes via API with credential validation and deployment URL extraction.
Adds TanStack Router type-safe file-based routing for React SPAs, with TanStack Query integration, Cloudflare Workers deployment, Vite bundling, route loaders, and devtools.
Deploy applications and infrastructure to Cloudflare using Workers, Pages, KV, R2, D1, and queues with guided decision trees for deploy, host, publish, or setup requests.
A multi-skill plugin for content creation workflows: generate images/video via 8+ AI providers, synthesize speech with voice cloning, transcribe and process YouTube videos, replicate Word document formatting, and automate WeChat article writing. Also includes browser automation, 1Password credential management, macOS app privacy auditing, open-source project sanitization, and multi-platform trend aggregation to Telegram.
Develop and deploy Craft CMS 5 plugins and sites with skills for content modeling, Twig templates, atomic design, DDEV local dev, and managed hosting (Craft Cloud, Servd). Includes specialized agents for code review, debugging, and project scaffolding.
Generate interactive HTML documents from prompts with inline commenting, then publish to your own Cloudflare Worker for free always-on sharing. Use for docs, specs, explainers, and write-ups.
Sync Claude Code sessions across devices with encrypted cloud storage, including push, pull, conflict resolution, and status monitoring.
Write Svelte 5 and SvelteKit apps with guided patterns for runes, templates, CSS, data loading, routing, deployment, and third-party UI integration, including reactive state, server/client data flow, form actions, error handling, and production builds.
Audits cloud infrastructure and IaC for security, reliability, and cost waste, then builds production-grade Terraform/Pulumi configurations and networking (VPCs, DNS, load balancers) across AWS, GCP, Azure, and Cloudflare.
Inventory cloud resources across AWS, GCP, Cloudflare, and Fly.io, scan Infrastructure-as-Code files, map connections, and flag risks for infrastructure discovery requests
Design and build cloud networking infrastructure — VPCs, subnets, DNS, load balancers, firewall rules — using Terraform or Pulumi across AWS, GCP, Azure, and Cloudflare.
Diagnose runtime infrastructure issues across cloud platforms including GCP Cloud Run, AWS ECS, Fly.io, Cloudflare Workers, and Kubernetes — analyze cold starts, timeouts, scaling problems, network failures, latency spikes, and service downtime.
Design and audit CDN configurations, edge routing, and global distribution strategies across Cloudflare, AWS, GCP, and Azure to minimize latency and optimize cache performance.
Takes a project from idea to live URL in a single session: scaffolds, builds, deploys, and debugs with autonomous decision-making for routine tasks and user approval for costly actions. Includes memory, progress tracking, and plain-language explanations.
Build stateful agentic applications using the OpenAI Responses API with reasoning preservation, built-in tools, background processing, and MCP integration. Migrate existing Chat Completions workflows to the new Responses API.
Convert HEIC photos to JPEG with password-protected gallery and ZIP download, and download YouTube audio with metadata for offline listening on iPhone BookPlayer.
Build and deploy web applications without writing code: describe your app in natural language or provide a design mockup, and Vibes generates a React/TinyBase app with real-time data sync, deploys it to Cloudflare Workers, and optionally adds Stripe subscriptions and token economics for monetization.
Integrate C++ libraries into JavaScript/TypeScript projects across Node.js, browser, React Native, and Cloudflare Workers via WebAssembly, with automated scaffolding, bundler configuration, and mono-repo support.
Run a business from markdown files in git: manage bets, generate ads and organic content, build and deploy sites to Cloudflare Pages, create personal wikis, and codify research — all through CLI-driven workflows and Claude Code skills.
Interact with the Anthropic Messages API using the @anthropic-ai/sdk for streaming, prompt caching, tool use, vision, and rate limit handling in Node.js and Cloudflare Workers.
Put any hostname behind a Cloudflare Access login wall with GitHub SSO or email OTP, and automate vendor dashboards that lack public APIs via supervised browser automation with persistent profiles and vault-safe secret extraction.
Collection of AI agent skills for building, shipping, and growing software products. Covers full development lifecycle: frontend/backend frameworks, cloud deployment (Cloudflare Workers), smart contracts (Solidity, Solana), code review, documentation, startup research, and audio analysis.
Design edge routing and geo-distribution strategies for multi-cloud environments, enabling latency-based routing, failover logic, and edge function use cases to optimize global traffic distribution.
Design CDN configurations such as caching rules, TTLs, and origin shield setups for Cloudflare, CloudFront, and Fastly directly from the command line.
Complete FFmpeg expertise: encode, transcode, stream, and hardware-accelerate video/audio. Create viral short-form videos with kinetic captions (word-grow, bounce, pop). Deploy with Docker, Cloudflare Workers, Modal.com, or CI/CD. Integrate with Python (PyAV, OpenCV) for ML pipelines.
Build and deploy production-ready TypeScript MCP servers on Cloudflare Workers using @modelcontextprotocol/sdk, Hono HTTP transport, with built-in authentication, Cloudflare services integration, and error prevention for edge deployments.
Build and debug multi-agent workflows using the OpenAI Agents SDK for JavaScript/TypeScript, including text and realtime voice agents, tools, guardrails, and fixes for common issues like Zod schema errors, MCP failures, infinite loops, and tool call problems.
Generate and manage vector embeddings using Google's gemini-embedding-001 model for RAG, semantic search, and Cloudflare Vectorize integration, with guidance on batching, task types, and error handling.
Manage and execute YAML workflow playbooks for LLM agents via MCP, with task orchestration, scaffolding, testing, deployment, and security auditing for MCP servers built on @cyanheads/mcp-ts-core.
Scan codebase to inventory existing analytics instrumentation, design a structured tracking plan, generate SDK-specific instrumentation code for 24 analytics tools, and monitor coverage as features change to keep product telemetry data-ready.
Provision and manage cloud infrastructure across AWS, GCP, Azure, DigitalOcean, Hetzner, and Cloudflare using Terraform/OpenTofu and Ansible. Includes IaC code reviews, security audits, simplicity scoring, and secret management with 1Password CLI.
Takazudo's personal plugin pack provides 100+ skills and agents for git workflows, Cloudflare development, code review, documentation writing (Japanese/English), component design, PR management, PCB design, and dev environment automation.
Turn one-line prompts into deployed Cloudflare Workers SaaS products with autonomous agents, production forge scripts, MCP server scaffolding, multi-tenant provisioning, and full-document processing — all governed by a supreme policy layer.
Build modern Python applications with expert patterns for async/await, type hints, FastAPI, testing, uv packaging, and deployment to Cloudflare and Modal. Also includes OpenCV computer vision and FFmpeg video/audio processing with GPU acceleration.
Audit deployed websites for SEO, security, accessibility, performance, and content issues, producing a prioritized FAT (Fix-Audit-Test) report with optional automated fixes and a scorecard badge.
Acquire, wrangle, analyze, and visualize football data from multiple sources (StatsBomb, FBref, Wyscout, etc.) with built-in skills for metrics like xG, PPDA, and expected threat, plus code review and pipeline design agents.