| name | wired-from-upstream |
| description | Pointer skill — the actual Cloudflare skills are pulled from github.com/cloudflare/skills via the plugin manifest at install time. This skill exists to document the bundling pattern. |
Cloudflare skills — wired from upstream
This pack does not duplicate Cloudflare's skill content. The install process clones the relevant skills from github.com/cloudflare/skills at install time, pinned to a known-good ref.
Why
- Cloudflare ships authoritative skills
- We don't want to fork + drift
- Updates flow naturally as Cloudflare releases new skills
How install works
The plugin's install hook (see hooks/install.sh) runs git clone --depth 1 https://github.com/cloudflare/skills.git ./skills-upstream and registers them with the host.
Tracked skill list
For now this pack tracks the following upstream skills:
- workers-deploy, workers-tail
- d1-query, d1-migrate
- r2-upload, r2-list
- dns-records, dns-audit
- ai-models, ai-bake-off
- kv-get, kv-put
If Cloudflare adds new skills upstream, bump the ref in hooks/install.sh and re-install.