null-shot

24 mods across 2 repositories, 0 stars between them.

cloudflare

01

null-shot/cloudflare-skills

Plugin Claude Code

Plugin that includes Skills for building AI agents and MCP servers on the Cloudflare developer platform.

0 7mo ago A tokens not measured fork Apache-2.0

agents-sdk

02

null-shot/cloudflare-skills

Skill Claude CodeCodex

Build stateful AI agents using the Cloudflare Agents SDK. Load when creating agents with persistent state, scheduling, RPC, MCP servers, email handling, or streaming chat. Covers Agent class, AIChatAgent, state management, and Code Mode for reduced token usage.

0 7mo ago A 56 tokens fork Apache-2.0

analytics-engine

03

null-shot/cloudflare-skills

Skill Claude CodeCodex

Write and query high-cardinality event data at scale with SQL. Load when tracking user events, billing metrics, per-tenant analytics, A/B testing, API usage, or custom telemetry. Use writeDataPoint for non-blocking writes and SQL API for aggregations.

0 7mo ago A 57 tokens fork Apache-2.0

browser-rendering

04

null-shot/cloudflare-skills

Skill Claude CodeCodex

Headless Chrome automation for web scraping, screenshots, PDFs, and testing at the edge. Load when capturing page screenshots, generating PDFs, scraping dynamic content, extracting structured data, or automating browser interactions. Supports REST API, Puppeteer, Playwright, and Stagehand.

0 7mo ago A 59 tokens fork Apache-2.0

null-shot/cloudflare-skills

Skill Claude CodeCodex

Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities. Generates production-ready agent code deployed to Workers. Use when: user wants to "build an agent", "AI agent", "chat agent", "stateful agent", mentions "Agents…

0 7mo ago A 106 tokens copy · 100% Apache-2.0

null-shot/cloudflare-skills

Skill Claude CodeCodex

Builds remote MCP (Model Context Protocol) servers on Cloudflare Workers with tools, OAuth authentication, and production deployment. Generates server code, configures auth providers, and deploys to Workers. Use when: user wants to "build MCP server", "create MCP tools", "remote MCP", "deploy MCP", add "OAuth to MCP"…

0 7mo ago A 105 tokens copy · 100% Apache-2.0

cloudflare-opennext

07

null-shot/cloudflare-skills

Skill Claude CodeCodex

Deploy Next.js to Cloudflare Workers with full App Router, Pages Router, ISR, and SSG support. Load when creating Next.js projects for Workers, migrating from Vercel/next-on-pages, configuring caching (R2/KV/D1), accessing Cloudflare bindings via getCloudflareContext, or fixing bundle size issues.

0 7mo ago A 73 tokens fork Apache-2.0

d1-database

10

null-shot/cloudflare-skills

Skill Claude CodeCodex

Serverless SQLite database for structured data at the edge. Load when building relational schemas, running SQL queries, managing migrations, performing CRUD operations, using JOINs/aggregations, handling JSON columns, or enforcing foreign keys with D1.

0 7mo ago A 52 tokens fork Apache-2.0

durable-objects

11

null-shot/cloudflare-skills

Skill Claude CodeCodex

Create and review SQLite-backed Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage API, PITR recovery, alarms, WebSocket hibernation, service bindings, or reviewing DO code for best practices. Comprehensive…

0 7mo ago A 76 tokens fork Apache-2.0

hyperdrive

12

null-shot/cloudflare-skills

Skill Claude CodeCodex

Connection pooling and caching for PostgreSQL and MySQL databases. Load when connecting Workers to existing Postgres/MySQL, reducing connection overhead, using Drizzle/Prisma with external databases, or migrating traditional database apps to the edge.

0 7mo ago A 49 tokens fork Apache-2.0

kv

13

null-shot/cloudflare-skills

Skill Claude CodeCodex

Eventually-consistent key-value storage distributed globally. Load when implementing session storage, authentication tokens, caching API responses, feature flags, A/B testing, rate limiting, or storing user preferences at the edge.

0 7mo ago A 42 tokens fork Apache-2.0

queues

14

null-shot/cloudflare-skills

Skill Claude CodeCodex

Asynchronous message queues for reliable background processing. Load when offloading background tasks, batch processing messages, implementing retry logic with dead letter queues, rate limiting upstream APIs, or decoupling producers from consumers.

0 7mo ago A 43 tokens fork Apache-2.0

r2-storage

15

null-shot/cloudflare-skills

Skill Claude CodeCodex

S3-compatible object storage for files, images, and large data. Load when handling file uploads, storing images/videos/documents, generating presigned URLs, using multipart uploads for large files, migrating from S3, or serving static assets from buckets.

0 7mo ago A 54 tokens fork Apache-2.0

static-assets

16

null-shot/cloudflare-skills

Skill Claude CodeCodex

Serve static files and single-page applications from Workers. Load when hosting React/Vue/Angular SPAs, building hybrid Workers with API routes and frontend, configuring SPA fallback routing, or deploying Vite/Next.js/Remix static exports.

0 7mo ago A 51 tokens fork Apache-2.0

vectorize

17

null-shot/cloudflare-skills

Skill Claude CodeCodex

Vector database for embeddings and semantic search at the edge. Load when building RAG pipelines, implementing semantic search, storing embeddings from Workers AI, finding similar documents, building recommendation systems, or querying vectors by similarity.

0 7mo ago A 45 tokens fork Apache-2.0

web-perf

18

null-shot/cloudflare-skills

Skill Claude CodeCodex

Analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (FCP, LCP, TBT, CLS, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. Use when asked to audit, profile, debug, or optimize page load performance, Lighthouse…

0 7mo ago A 77 tokens copy · 88% Apache-2.0

workers-ai

19

null-shot/cloudflare-skills

Skill Claude CodeCodex

Run AI inference at the edge with OpenAI SDK and Workers AI. Load when generating text with LLMs, extracting structured JSON from text, building chat interfaces, streaming AI responses, generating embeddings, or integrating GPT-4/Claude via AI Gateway.

0 7mo ago A 54 tokens fork Apache-2.0

workers

20

null-shot/cloudflare-skills

Skill Claude CodeCodex

Core Workers fundamentals including handlers, configuration, and Service Bindings. Load when creating new Workers, configuring wrangler.jsonc, implementing fetch/scheduled/queue handlers, using Service Bindings for RPC, generating types with wrangler types, or building microservices.

0 7mo ago A 54 tokens fork Apache-2.0

workflows

21

null-shot/cloudflare-skills

Skill Claude CodeCodex

Durable, long-running workflows with automatic retries and state persistence. Load when building multi-step async processes, implementing human-in-the-loop approval flows, coordinating API calls with retry logic, or creating reliable background jobs that survive restarts.

0 7mo ago A 49 tokens fork Apache-2.0

wrangler

22

null-shot/cloudflare-skills

Skill Claude CodeCodex

Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, Pipelines, and Secrets Store. Load before running wrangler commands to ensure correct syntax and best practices.

0 7mo ago A 62 tokens copy · 100% Apache-2.0

cloudflare

23

null-shot/mcp

Cursor rule Cursor

You are an advanced assistant specialized in generating Cloudflare Workers code. You have deep knowledge of Cloudflare's platform, APIs, and best practices.

0 1y ago A 9,550 tokens copy · 98% MIT

project-deps

24

null-shot/mcp

Cursor rule Cursor

project-deps from null-shot/mcp.

0 1y ago A 69 tokens original MIT