[PR #14] [MERGED] Add sandbox-sdk skill with retrieval-first approach #17

Closed
opened 2026-03-02 03:21:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cloudflare/skills/pull/14
Author: @elithrar
Created: 2/5/2026
Status: Merged
Merged: 2/5/2026
Merged by: @elithrar

Base: mainHead: add-sandbox-sdk-skill


📝 Commits (1)

  • 795cfcd add sandbox-sdk skill with retrieval-first approach

📊 Changes

5 files changed (+353 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
📝 skills/durable-objects/SKILL.md (+13 -0)
skills/sandbox-sdk/SKILL.md (+177 -0)
skills/sandbox-sdk/references/api-quick-ref.md (+113 -0)
skills/sandbox-sdk/references/examples.md (+49 -0)

📄 Description

Add sandbox-sdk skill for building secure code execution environments on Cloudflare Workers.

  • Add sandbox-sdk skill covering lifecycle, commands, code interpreter, files, and ports
  • Include wrangler config (exact structure required), quick reference API table, and decision guides
  • Add references for detailed API signatures and GitHub example mappings
  • Add retrieval-first section to durable-objects skill with Cloudflare doc URLs
  • Update README with sandbox-sdk in skills table

The skill provides breadcrumbs for stable APIs (Docker, preview URLs) with links to official docs rather than attempting to document everything inline.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/skills/pull/14 **Author:** [@elithrar](https://github.com/elithrar) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@elithrar](https://github.com/elithrar) **Base:** `main` ← **Head:** `add-sandbox-sdk-skill` --- ### 📝 Commits (1) - [`795cfcd`](https://github.com/cloudflare/skills/commit/795cfcd55ce8c789dbb8ae3056822d4a1862f0b3) add sandbox-sdk skill with retrieval-first approach ### 📊 Changes **5 files changed** (+353 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `skills/durable-objects/SKILL.md` (+13 -0) ➕ `skills/sandbox-sdk/SKILL.md` (+177 -0) ➕ `skills/sandbox-sdk/references/api-quick-ref.md` (+113 -0) ➕ `skills/sandbox-sdk/references/examples.md` (+49 -0) </details> ### 📄 Description Add sandbox-sdk skill for building secure code execution environments on Cloudflare Workers. - Add sandbox-sdk skill covering lifecycle, commands, code interpreter, files, and ports - Include wrangler config (exact structure required), quick reference API table, and decision guides - Add references for detailed API signatures and GitHub example mappings - Add retrieval-first section to durable-objects skill with Cloudflare doc URLs - Update README with sandbox-sdk in skills table The skill provides breadcrumbs for stable APIs (Docker, preview URLs) with links to official docs rather than attempting to document everything inline. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:21:15 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/skills#17
No description provided.