workers▌
3 indexed skills · max 10 per page
cloudflare-workers-ai
jezweb/claude-skills · Cloud
Run LLMs, embeddings, and image generation on Cloudflare's GPU network with 14 new 2025 models, streaming support, and 7 documented error preventions. \n \n Supports 40+ models across text generation (Llama 4, Gemma 3, Mistral 3.1, GPT-OSS), embeddings (BGE 2x faster, EmbeddingGemma), image generation (Flux, Leonardo), vision, and audio (Deepgram, Whisper v3) \n Handles critical 2025 breaking changes: context window validation switched from characters to tokens, BGE pooling parameter no longer b
cloudflare-python-workers
jezweb/claude-skills · Cloud
Build Python serverless APIs on Cloudflare Workers with async-only execution, external package support, and multi-step workflow automation. \n \n Deploy Python APIs using the WorkerEntrypoint class pattern with pywrangler CLI; supports all Cloudflare bindings (D1, KV, R2, Workers AI, Durable Objects, Queues) \n Requires async-only code: use httpx or aiohttp for HTTP calls, avoid sync libraries like requests and native C extensions \n Python Workflows enable durable multi-step DAG automation with
workers-best-practices
cloudflare/skills · Productivity
Cloudflare Workers code review and authoring against production best practices. \n \n Retrieves latest Workers APIs, types, and wrangler configuration schema before reviewing or writing code; biases towards live documentation over pre-trained knowledge \n Covers 40+ best practice rules across configuration, request/response handling, architecture, observability, code patterns, and security \n Flags 15+ common anti-patterns including unbounded streaming, floating promises, global request state, h