[PR #3] [MERGED] add skills and update README #9

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

📋 Pull Request Information

Original PR: https://github.com/cloudflare/skills/pull/3
Author: @elithrar
Created: 1/15/2026
Status: Merged
Merged: 1/15/2026
Merged by: @elithrar

Base: mainHead: add-more-skills


📝 Commits (1)

  • 7c5a6e1 add skills and update README

📊 Changes

14 files changed (+3395 additions, -37 deletions)

View changed files

LICENSE (+202 -0)
📝 README.md (+21 -37)
agents-sdk/SKILL.md (+160 -0)
agents-sdk/references/codemode.md (+207 -0)
agents-sdk/references/email.md (+119 -0)
agents-sdk/references/mcp.md (+153 -0)
agents-sdk/references/state-scheduling.md (+208 -0)
agents-sdk/references/streaming-chat.md (+176 -0)
durable-objects/SKILL.md (+173 -0)
durable-objects/references/rules.md (+286 -0)
durable-objects/references/testing.md (+264 -0)
durable-objects/references/workers.md (+346 -0)
web-perf/SKILL.md (+193 -0)
wrangler/SKILL.md (+887 -0)

📄 Description

Updated README to clarify the repo's purpose and add installation instructions for agents supporting the Agent Skills standard (Claude Code, OpenCode, OpenAI Codex, Pi).

Added skills:

  • agents-sdk - building stateful AI agents with scheduling, RPC, MCP servers, email, streaming chat
  • durable-objects - stateful coordination, RPC, SQLite storage, alarms, WebSockets
  • wrangler - Cloudflare Workers CLI for deploying/managing Workers, KV, R2, D1, Vectorize, Queues, Workflows
  • web-perf - auditing Core Web Vitals using Chrome DevTools MCP

Added Apache 2.0 LICENSE.


🔄 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/3 **Author:** [@elithrar](https://github.com/elithrar) **Created:** 1/15/2026 **Status:** ✅ Merged **Merged:** 1/15/2026 **Merged by:** [@elithrar](https://github.com/elithrar) **Base:** `main` ← **Head:** `add-more-skills` --- ### 📝 Commits (1) - [`7c5a6e1`](https://github.com/cloudflare/skills/commit/7c5a6e1925d1a13e7b168b1bb90c3a853daefcbc) add skills and update README ### 📊 Changes **14 files changed** (+3395 additions, -37 deletions) <details> <summary>View changed files</summary> ➕ `LICENSE` (+202 -0) 📝 `README.md` (+21 -37) ➕ `agents-sdk/SKILL.md` (+160 -0) ➕ `agents-sdk/references/codemode.md` (+207 -0) ➕ `agents-sdk/references/email.md` (+119 -0) ➕ `agents-sdk/references/mcp.md` (+153 -0) ➕ `agents-sdk/references/state-scheduling.md` (+208 -0) ➕ `agents-sdk/references/streaming-chat.md` (+176 -0) ➕ `durable-objects/SKILL.md` (+173 -0) ➕ `durable-objects/references/rules.md` (+286 -0) ➕ `durable-objects/references/testing.md` (+264 -0) ➕ `durable-objects/references/workers.md` (+346 -0) ➕ `web-perf/SKILL.md` (+193 -0) ➕ `wrangler/SKILL.md` (+887 -0) </details> ### 📄 Description Updated README to clarify the repo's purpose and add installation instructions for agents supporting the Agent Skills standard (Claude Code, OpenCode, OpenAI Codex, Pi). Added skills: - `agents-sdk` - building stateful AI agents with scheduling, RPC, MCP servers, email, streaming chat - `durable-objects` - stateful coordination, RPC, SQLite storage, alarms, WebSockets - `wrangler` - Cloudflare Workers CLI for deploying/managing Workers, KV, R2, D1, Vectorize, Queues, Workflows - `web-perf` - auditing Core Web Vitals using Chrome DevTools MCP Added Apache 2.0 LICENSE. --- <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:14 +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#9
No description provided.