Skip to content

skills

by cloudflare

Skills for teaching agents how to build on Cloudflare.

About

Skills for teaching agents how to build on Cloudflare.

1,626
Stars
8
Skill Files
137
Forks
28
PRs Merged
18
Contributors
6
Issues Open
6
Issues Closed
2026-05-04
Last Activity

Skill Analysis

274
Avg Lines / Skill
1,188
Avg Words / Skill
92
Code Blocks
372
Total Files
1.58 MB
Repo Size
31
Reference Files
Skill lines104 min / 202 median / 923 max
Code languagesbash, dockerfile, json, jsonc, tsx, typescript
Frontmatter keysdescription, name, references
Has CLAUDE.mdNo
Has LicenseYes
File typesmd (361), json (5), svg (1), mdc (1), yml (1), backup (1)

Skills (8)

  • sandbox-sdk
    178 lines723 words9 blocks

    Build sandboxed applications for secure code execution. Load when building AI code execution, code interpreters, CI/CD systems, interactive dev enviro...

    bashdockerfilejsonctypescript
  • cloudflare-email-service
    104 lines1099 words2 blocks

    Send and receive transactional emails with Cloudflare Email Service (Email Sending + Email Routing). Use when building email sending (Workers binding ...

    jsonctypescript
  • agents-sdk
    222 lines1235 words6 blocks

    Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled...

    bashjsonctsxtypescript
  • web-perf
    202 lines1131 words8 blocks

    Analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (LCP, INP, CLS) and supplementary metrics (FCP, TBT, Speed Index), identi...

    json
  • cloudflare
    246 lines1156 words9 blocks

    Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship...

  • workers-best-practices
    128 lines975 words1 blocks

    Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrang...

    bash
  • durable-objects
    187 lines720 words6 blocks

    Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing R...

    jsonctypescript
  • wrangler
    923 lines2468 words51 blocks

    Cloudflare Workers CLI for deploying, developing, and managing Workers, KV, R2, D1, Vectorize, Hyperdrive, Workers AI, Containers, Queues, Workflows, ...

    bashjsonctypescript

Recent Commits

-327 contributions across all repos
MayJunJulAugSepOctNovDecJanFebMarAprMay
Less
More
  • 60147cb2026-05-04
    ci: add Semgrep OSS scanning workflow (#46)
    Hrushikesh Deshpande
  • 7c449de2026-04-27
    Add Flagship (feature flags) skill reference (#47)
    Rohan Mukherjee
  • 0438a072026-04-23
    [workflows] Update Workflows information (#45)
    Olga Silva
  • 8c01b032026-04-22
    More explicitly instruct agents to install and use Wrangler (#40)
    Brendan Irvine-Broque
  • 0397d7d2026-04-16
    fix: fixup cloudflare skill gaps (#43)
    Matt Silverlock
  • 70c9cb72026-04-15
    Add cloudflare-email-service skill (#41)
    Thomas Gauvin
  • 97ce8872026-04-15
    Merge pull request #44 from cloudflare/update-agent-skills
    Sunil Pai
  • e96fbc72026-04-15
    Revamp Agents SDK docs and command guidance
    Sunil Pai
  • 54ca4fd2026-04-14
    fix: remove insecure credential handling from wrangler skill (#42)
    Dillon Mulroy
  • 5ec03da2026-04-06
    fix: standardize AIChatAgent and useAgentChat import paths (#38)
    Ade Oshineye