Summary
cloudflare/skills works for me in Claude, but I have not been able to get it working cleanly as a GitHub Copilot agent plugin in VS Code.
VS Code now supports agent plugins and custom plugin marketplaces:
https://code.visualstudio.com/docs/copilot/customization/agent-plugins#_configure-plugin-marketplaces
It would be useful if this repo supported that workflow directly, the same way it already supports Claude/Cursor.
What works today
The repo works in Claude.
For example, this succeeds:
npx skills add https://github.com/cloudflare/skills
and the plugin/skills are usable there.
In VS Code, I was trying to use it either through chat.plugins.marketplaces or via "Chat: Install Plugin From Source", but I could not get a smooth install/discovery flow.
What seems to be missing
From looking at the repo, it appears to already include agent-plugin-oriented assets for other clients, such as:
.claude-plugin/plugin.json
.cursor-plugin/plugin.json
.mcp.json
skills/
commands/
My request is:
- please add first-class VS Code Copilot plugin support for this repo
- if a VS Code-specific manifest/layout is needed, include it in the repo
- if marketplace metadata or packaging changes are required, add them
- if the repo is already supposed to work in VS Code, please document the exact supported install path and required settings
Why this matters
VS Code Copilot's agent plugin support is becoming a standard entry point for skills/plugins. Having cloudflare/skills work there would make these skills much easier to adopt for people building on Workers, Pages, Agents SDK, Wrangler, and Cloudflare MCP.
Environment
- macOS
- VS Code Insiders / VS Code / Copilot agent plugins
- repo:
cloudflare/skills
Summary
cloudflare/skillsworks for me in Claude, but I have not been able to get it working cleanly as a GitHub Copilot agent plugin in VS Code.VS Code now supports agent plugins and custom plugin marketplaces:
https://code.visualstudio.com/docs/copilot/customization/agent-plugins#_configure-plugin-marketplaces
It would be useful if this repo supported that workflow directly, the same way it already supports Claude/Cursor.
What works today
The repo works in Claude.
For example, this succeeds:
and the plugin/skills are usable there.
In VS Code, I was trying to use it either through
chat.plugins.marketplacesor via "Chat: Install Plugin From Source", but I could not get a smooth install/discovery flow.What seems to be missing
From looking at the repo, it appears to already include agent-plugin-oriented assets for other clients, such as:
.claude-plugin/plugin.json.cursor-plugin/plugin.json.mcp.jsonskills/commands/My request is:
Why this matters
VS Code Copilot's agent plugin support is becoming a standard entry point for skills/plugins. Having
cloudflare/skillswork there would make these skills much easier to adopt for people building on Workers, Pages, Agents SDK, Wrangler, and Cloudflare MCP.Environment
cloudflare/skills