Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .factory-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "cloudflare",
"owner": {
"name": "Cloudflare"
},
"plugins": [
{
"name": "cloudflare",
"source": "./",
"description": "Skills for the Cloudflare developer platform"
}
]
}
12 changes: 12 additions & 0 deletions .factory-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "cloudflare",
"version": "1.0.0",
"description": "Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents SDK, MCP servers, Wrangler CLI, and web performance",
"author": {
"name": "Cloudflare",
"email": "support@cloudflare.com",
"url": "https://workers.cloudflare.com"
},
"keywords": ["cloudflare", "workers", "durable-objects", "agents", "mcp", "wrangler", "serverless", "compute", "storage", "applications"],
"logo": "logo.svg"
}
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A collection of [Agent Skills](https://www.anthropic.com/engineering/equipping-a

## Installing

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

### Claude Code

Expand All @@ -19,6 +19,15 @@ Install using the [plugin marketplace](https://code.claude.com/docs/en/discover-

Install from the Cursor Marketplace or add manually via **Settings > Rules > Add Rule > Remote Rule (Github)** with `cloudflare/skills`.

### Droid

Install using the [Droid plugin manager](https://docs.factory.ai/cli/configuration/plugins):

```
droid plugin marketplace add https://github.com/cloudflare/skills
droid plugin install cloudflare@skills
```

### npx skills

Install using the [`npx skills`](https://skills.sh) CLI:
Expand All @@ -35,6 +44,7 @@ Clone this repo and copy the skill folders into the appropriate directory for yo
|-------|-----------------|------|
| Claude Code | `~/.claude/skills/` | [docs](https://code.claude.com/docs/en/skills) |
| Cursor | `~/.cursor/skills/` | [docs](https://cursor.com/docs/context/skills) |
| Droid | `~/.factory/skills/` | [docs](https://docs.factory.ai/cli/configuration/skills) |
| OpenCode | `~/.config/opencode/skills/` | [docs](https://opencode.ai/docs/skills/) |
| OpenAI Codex | `~/.codex/skills/` | [docs](https://developers.openai.com/codex/skills/) |
| Pi | `~/.pi/agent/skills/` | [docs](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent#skills) |
Expand Down