Skip to content

Commit 1d85de1

Browse files
authored
add marketplace.json and update plugin.json with all skills (#9)
1 parent 1bf879f commit 1d85de1

3 files changed

Lines changed: 47 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://code.claude.com/schemas/marketplace.json",
3+
"name": "cloudflare",
4+
"owner": {
5+
"name": "Cloudflare",
6+
"url": "https://workers.cloudflare.com"
7+
},
8+
"plugins": [
9+
{
10+
"name": "cloudflare",
11+
"source": "./",
12+
"description": "Skills for the Cloudflare developer platform"
13+
}
14+
]
15+
}

.claude-plugin/plugin.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
22
"name": "cloudflare",
3-
"description": "Plugin that includes Skills for building AI agents and MCP servers on the Cloudflare developer platform",
3+
"description": "Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents SDK, MCP servers, Wrangler CLI, and web performance",
44
"version": "1.0.0",
5-
"author": {
5+
"owner": {
66
"name": "Cloudflare"
7-
}
7+
},
8+
"skills": [
9+
"./agents-sdk",
10+
"./building-ai-agent-on-cloudflare",
11+
"./building-mcp-server-on-cloudflare",
12+
"./cloudflare",
13+
"./durable-objects",
14+
"./web-perf",
15+
"./wrangler"
16+
]
817
}

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,29 @@
22

33
A collection of [Agent Skills](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) for building on Cloudflare, Workers, the Agents SDK, and the wider Cloudflare Developer Platform.
44

5-
## Installing Skills
5+
## Installing
66

77
These skills work with any agent that supports the Agent Skills standard, including Claude Code, OpenCode, OpenAI Codex, and Pi.
88

9-
Copy the skill directories you need to the appropriate location for your agent:
9+
### Claude Code
10+
11+
Install using the [plugin marketplace](https://code.claude.com/docs/en/discover-plugins#add-from-github):
12+
13+
```
14+
/plugin marketplace add cloudflare/skills
15+
```
16+
17+
### npx skills
18+
19+
Install using the [`npx skills`](https://skills.sh) CLI:
20+
21+
```
22+
npx skills add https://github.com/cloudflare/skills
23+
```
24+
25+
### Clone / Copy
26+
27+
Clone this repo and copy the skill folders into the appropriate directory for your agent:
1028

1129
| Agent | Skill Directory | Docs |
1230
|-------|-----------------|------|

0 commit comments

Comments
 (0)