[PR #13] [MERGED] update agents-sdk skill for 0.3.7 #15

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/13
Author: @elithrar
Created: 2/3/2026
Status: Merged
Merged: 2/3/2026
Merged by: @elithrar

Base: mainHead: update-agents-sdk-skill


📝 Commits (2)

  • 9205617 update agents-sdk skill for 0.3.7 with retrieval-first guidance
  • f9996f2 add installation verification step

📊 Changes

7 files changed (+493 additions, -288 deletions)

View changed files

📝 skills/agents-sdk/SKILL.md (+99 -104)
skills/agents-sdk/references/callable.md (+92 -0)
📝 skills/agents-sdk/references/email.md (+85 -58)
📝 skills/agents-sdk/references/mcp.md (+7 -6)
📝 skills/agents-sdk/references/state-scheduling.md (+76 -120)
📝 skills/agents-sdk/references/streaming-chat.md (+2 -0)
skills/agents-sdk/references/workflows.md (+132 -0)

📄 Description

Updates the agents-sdk skill to reflect agents@0.3.7 changes and bias agents towards retrieval over pre-training data.

  • adds retrieval-first guidance with docs index pointing to cloudflare/agents/docs
  • broadens skill description for better invocation (durable workflows, stateful agents, etc.)
  • adds new reference files for Workflows integration and callable methods
  • updates existing references with new APIs: validateStateChange(), scheduleEvery(), secure email resolver
  • all references now point to embedded docs as authoritative source

🔄 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/13 **Author:** [@elithrar](https://github.com/elithrar) **Created:** 2/3/2026 **Status:** ✅ Merged **Merged:** 2/3/2026 **Merged by:** [@elithrar](https://github.com/elithrar) **Base:** `main` ← **Head:** `update-agents-sdk-skill` --- ### 📝 Commits (2) - [`9205617`](https://github.com/cloudflare/skills/commit/9205617b73e7de73ceff9752fdb376505f1a807a) update agents-sdk skill for 0.3.7 with retrieval-first guidance - [`f9996f2`](https://github.com/cloudflare/skills/commit/f9996f297a1744560c3262f2df061014ecef8c14) add installation verification step ### 📊 Changes **7 files changed** (+493 additions, -288 deletions) <details> <summary>View changed files</summary> 📝 `skills/agents-sdk/SKILL.md` (+99 -104) ➕ `skills/agents-sdk/references/callable.md` (+92 -0) 📝 `skills/agents-sdk/references/email.md` (+85 -58) 📝 `skills/agents-sdk/references/mcp.md` (+7 -6) 📝 `skills/agents-sdk/references/state-scheduling.md` (+76 -120) 📝 `skills/agents-sdk/references/streaming-chat.md` (+2 -0) ➕ `skills/agents-sdk/references/workflows.md` (+132 -0) </details> ### 📄 Description Updates the agents-sdk skill to reflect agents@0.3.7 changes and bias agents towards retrieval over pre-training data. - adds retrieval-first guidance with docs index pointing to `cloudflare/agents/docs` - broadens skill description for better invocation (durable workflows, stateful agents, etc.) - adds new reference files for Workflows integration and callable methods - updates existing references with new APIs: `validateStateChange()`, `scheduleEvery()`, secure email resolver - all references now point to embedded docs as authoritative source --- <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#15
No description provided.