mirror of
https://github.com/cloudflare/skills.git
synced 2026-04-25 14:45:54 +03:00
[PR #3] [MERGED] add skills and update README #9
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#9
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/3
Author: @elithrar
Created: 1/15/2026
Status: ✅ Merged
Merged: 1/15/2026
Merged by: @elithrar
Base:
main← Head:add-more-skills📝 Commits (1)
7c5a6e1add 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 chatdurable-objects- stateful coordination, RPC, SQLite storage, alarms, WebSocketswrangler- Cloudflare Workers CLI for deploying/managing Workers, KV, R2, D1, Vectorize, Queues, Workflowsweb-perf- auditing Core Web Vitals using Chrome DevTools MCPAdded Apache 2.0 LICENSE.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.