mirror of
https://github.com/cloudflare/skills.git
synced 2026-04-25 14:45:54 +03:00
[PR #12] [CLOSED] refactor: unifying DO skill #16
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/skills#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/skills/pull/12
Author: @hiendaovinh
Created: 2/3/2026
Status: ❌ Closed
Base:
main← Head:consolidate-do📝 Commits (1)
12a3744refactor: unifying DO skill📊 Changes
6 files changed (+153 additions, -320 deletions)
View changed files
📝
skills/cloudflare/references/durable-objects/README.md(+7 -4)📝
skills/cloudflare/references/durable-objects/patterns.md(+106 -1)📝
skills/cloudflare/references/durable-objects/testing.md(+15 -9)📝
skills/cloudflare/references/durable-objects/workers-integration.md(+11 -5)📝
skills/durable-objects/SKILL.md(+14 -15)➖
skills/durable-objects/references/rules.md(+0 -286)📄 Description
Hi, like mentioned earlier, Durable Objects are kinda duplicated between 2 skills: the root durable-objects and cloudflare skill.
So, I would like to propose a merge between those two. Start by maintaining the current durable-objects skill as a lite version of cloudflare/durable-objects.
Below are the plan from Opus 4.5 and the code change.
What do you think?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.