You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/skills/cloudflare/SKILL.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ These three cover almost every change in this repo:
27
27
28
28
| Skill | Load when |
29
29
|---|---|
30
-
|[`durable-objects`](https://github.com/cloudflare/skills/tree/main/skills/durable-objects)| Writing or reviewing Durable Object code: RPC methods, SQLite storage, alarms, WebSockets, hibernation. Most work in `packages/dofs` and `packages/workspace` qualifies. |
30
+
|[`durable-objects`](https://github.com/cloudflare/skills/tree/main/skills/durable-objects)| Writing or reviewing Durable Object code: RPC methods, SQLite storage, alarms, WebSockets, hibernation. Most work in `packages/dofs` and `packages/computer` qualifies. |
31
31
|[`workers-best-practices`](https://github.com/cloudflare/skills/tree/main/skills/workers-best-practices)| Writing or reviewing Worker code: streaming, floating promises, global state, bindings, secrets, observability, `wrangler.jsonc` configuration. |
32
32
|[`agents-sdk`](https://github.com/cloudflare/skills/tree/main/skills/agents-sdk)| Building on the Cloudflare Agents SDK: stateful agents, Workflows integration, scheduled tasks, MCP servers. Relevant to [`examples/think`](../../../examples/think). |
33
33
@@ -39,7 +39,7 @@ Load these when their trigger applies:
|[`cloudflare`](https://github.com/cloudflare/skills/tree/main/skills/cloudflare)| General Cloudflare platform questions outside the more specific skills above — KV, R2, D1, Vectorize, networking, security, infrastructure-as-code. |
42
-
|[`sandbox-sdk`](https://github.com/cloudflare/skills/tree/main/skills/sandbox-sdk)| Building or reviewing sandboxed-execution code paths. Relevant to [`examples/container`](../../../examples/container) and to the `wsd` container model in general. |
42
+
|[`sandbox-sdk`](https://github.com/cloudflare/skills/tree/main/skills/sandbox-sdk)| Building or reviewing sandboxed-execution code paths. Relevant to [`examples/container`](../../../examples/container) and to the `computerd` container model in general. |
43
43
|[`web-perf`](https://github.com/cloudflare/skills/tree/main/skills/web-perf)| Profiling page load, Core Web Vitals, or render-blocking issues. Rarely relevant in this repo, but listed for completeness. |
44
44
|[`cloudflare-email-service`](https://github.com/cloudflare/skills/tree/main/skills/cloudflare-email-service)| Working with Cloudflare Email Routing or the Email Workers binding. Not currently used in this repo. |
45
45
@@ -50,12 +50,12 @@ Load these when their trigger applies:
50
50
before changing storage shape, RPC methods, or alarm handling.
0 commit comments