Skip to content

Add automatic Cloudflare skills installation for AI coding agents#13897

Merged
dario-piotrowicz merged 11 commits into
mainfrom
dario/DEVX-2607/wrangler-install-cloudflare-skills-rosie
May 22, 2026
Merged

Add automatic Cloudflare skills installation for AI coding agents#13897
dario-piotrowicz merged 11 commits into
mainfrom
dario/DEVX-2607/wrangler-install-cloudflare-skills-rosie

Conversation

@dario-piotrowicz

Copy link
Copy Markdown
Member

Fixes https://jira.cfdata.org/browse/DEVX-2607

Wrangler now detects AI coding agent configuration directories (e.g. Claude Code, Cursor, Cline, Gemini CLI, OpenCode) and offers to install Cloudflare skill files from the cloudflare/skills GitHub repository. Users are prompted once interactively; subsequent runs skip the prompt. Use --experimental-force-skills-install (alias --x-force-skills-install) to install without prompting.


  • Tests
    • Tests included/updated
    • Automated tests not possible - manual testing has been completed as follows:
    • Additional testing not necessary because:
  • Public documentation
    • Cloudflare docs PR(s):
    • Documentation not necessary because: self-explanatory UX improvement

A picture of a cute animal (not mandatory, but encouraged)

@changeset-bot

changeset-bot Bot commented May 12, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: b2b99a4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
wrangler Minor
@cloudflare/vite-plugin Patch
@cloudflare/vitest-pool-workers Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions

github-actions Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

✅ All changesets look good

ask-bonk[bot]

This comment was marked as outdated.

@ask-bonk

This comment was marked as outdated.

@pkg-pr-new

pkg-pr-new Bot commented May 12, 2026

Copy link
Copy Markdown
create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@13897

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@13897

miniflare

npm i https://pkg.pr.new/miniflare@13897

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@13897

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@13897

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@13897

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@13897

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@13897

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@13897

wrangler

npm i https://pkg.pr.new/wrangler@13897

commit: b2b99a4

@dario-piotrowicz dario-piotrowicz force-pushed the dario/DEVX-2607/wrangler-install-cloudflare-skills-rosie branch 7 times, most recently from 4fe5db0 to 9437475 Compare May 18, 2026 11:41
@dario-piotrowicz dario-piotrowicz marked this pull request as ready for review May 18, 2026 14:16
@workers-devprod workers-devprod requested review from a team and emily-shen and removed request for a team May 18, 2026 14:16
@workers-devprod

workers-devprod commented May 18, 2026

Copy link
Copy Markdown
Contributor

Codeowners approval required for this PR:

  • @cloudflare/cloudchamber
  • @cloudflare/d1
  • @cloudflare/workers-kv
  • ✅ @cloudflare/wrangler
Show detailed file reviewers
  • packages/wrangler/src/tests/containers/delete.test.ts: [@cloudflare/cloudchamber]
  • packages/wrangler/src/tests/containers/images.test.ts: [@cloudflare/cloudchamber]
  • packages/wrangler/src/tests/containers/info.test.ts: [@cloudflare/cloudchamber]
  • packages/wrangler/src/tests/containers/instances.test.ts: [@cloudflare/cloudchamber]
  • packages/wrangler/src/tests/containers/list.test.ts: [@cloudflare/cloudchamber]
  • packages/wrangler/src/tests/containers/push.test.ts: [@cloudflare/cloudchamber]
  • packages/wrangler/src/tests/containers/registries.test.ts: [@cloudflare/cloudchamber]
  • packages/wrangler/src/tests/containers/ssh.test.ts: [@cloudflare/cloudchamber]
  • packages/wrangler/src/tests/d1/d1.test.ts: [@cloudflare/d1]
  • packages/wrangler/src/tests/kv/help.test.ts: [@cloudflare/workers-kv]
  • packages/wrangler/src/tests/kv/key.test.ts: [@cloudflare/workers-kv]
  • packages/wrangler/src/tests/kv/namespace.test.ts: [@cloudflare/workers-kv]

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 2 potential issues.

View 5 additional findings in Devin Review.

Open in Devin Review

Comment thread packages/wrangler/src/agents-skills-install.ts Outdated
Comment thread packages/wrangler/src/agents-skills-install.ts Outdated
@dario-piotrowicz dario-piotrowicz force-pushed the dario/DEVX-2607/wrangler-install-cloudflare-skills-rosie branch from 9437475 to 5d7ec82 Compare May 19, 2026 10:56
Comment thread packages/wrangler/src/core/register-yargs-command.ts Outdated
Comment thread packages/wrangler/src/agents-skills-install.ts Outdated
Comment thread packages/wrangler/src/index.ts
Comment thread packages/wrangler/src/agents-skills-install.ts
Comment thread packages/wrangler/src/agents-skills-install.ts
Comment thread packages/wrangler/src/agents-skills-install.ts
@dario-piotrowicz dario-piotrowicz force-pushed the dario/DEVX-2607/wrangler-install-cloudflare-skills-rosie branch from 1c4a1ea to 742e9f1 Compare May 20, 2026 10:04

@workers-devprod workers-devprod left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codeowners reviews satisfied

@github-project-automation github-project-automation Bot moved this from Untriaged to Approved in workers-sdk May 20, 2026
@workers-devprod workers-devprod requested review from a team May 20, 2026 16:33
@dario-piotrowicz dario-piotrowicz merged commit 52e9082 into main May 22, 2026
57 of 59 checks passed
@dario-piotrowicz dario-piotrowicz deleted the dario/DEVX-2607/wrangler-install-cloudflare-skills-rosie branch May 22, 2026 09:33
@github-project-automation github-project-automation Bot moved this from Approved to Done in workers-sdk May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants