cursor-kiro-extension-publishing

Publish VS Code extension VSIX files to Open VSX for Cursor and Kiro IDEs.

1|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/sergeyitaly/claude-skill-deployer --skill cursor-kiro-extension-publishing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cursor-kiro-extension-publishing
Source: https://github.com/sergeyitaly/claude-skill-deployer/tree/main/skills_library/cursor-kiro-extension-publishing
Command: npx skills add https://github.com/sergeyitaly/claude-skill-deployer --skill cursor-kiro-extension-publishing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cursor and Kiro IDEs do not support extensions from the Visual Studio Marketplace, requiring developers to publish to Open VSX separately to make their VS Code extensions available to users of those editors. This Skill eliminates the confusion around Open VSX setup, namespace verification, and cross-registry publishing workflows that often block smooth extension deployment.

Core Features & Use Cases

  • Open VSX Setup Guidance: Walks through one-time configuration including OVSX_PAT token creation, namespace ownership verification, and Eclipse Foundation review requirements for new publishers.
  • End-to-End Publishing Workflow: Covers pre-publish validation, correct VSIX file selection, step-by-step publish commands, and simultaneous publishing to both VS Marketplace and Open VSX.
  • Troubleshooting & Cross-Links: Includes a dedicated common errors table for issues like unverified namespaces, wrong VSIX uploads, and version conflicts, plus hand-offs to related skills for packaging, CI pipelines, and cross-platform scripting.
  • Use Case: If you have built a VS Code extension and need to make it available to Cursor and Kiro users without manual VSIX distribution, this Skill provides the complete, tested workflow to publish and maintain your extension on Open VSX.

Quick Start

Use the cursor-kiro-extension-publishing skill to publish your packaged VS Code extension VSIX to Open VSX so it is available for installation in Cursor and Kiro IDEs.

Frequently Asked Questions about cursor-kiro-extension-publishing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish a VS Code extension to Cursor and Kiro?

Publishing to Cursor and Kiro requires deploying your VSIX file to Open VSX, the registry that distributes extensions to editors lacking Visual Studio Marketplace support. This workflow covers pre-publish validation and publish commands.

Why does my extension not show up in Cursor after publishing to Open VSX?

Extensions may not appear in Cursor due to unverified namespace ownership or uploading the wrong VSIX file. You must resolve common Open VSX publishing errors like unverified namespaces and cross-registry version conflicts before distribution succeeds.

Do I need an OVSX_PAT token to publish extensions to Open VSX?

Yes, an OVSX_PAT token is required for Open VSX publishing. This one-time configuration requires token creation, namespace ownership verification, and Eclipse Foundation review for new publishers to distribute VS Code extensions.

Can I publish my VS Code extension to both VS Marketplace and Open VSX?

Yes, you can publish to both VS Marketplace and Open VSX simultaneously. This ensures your extension is available to Visual Studio Code users and Cursor or Kiro users by aligning cross-registry versions during the deployment workflow.

What is Open VSX and why is it needed for Cursor IDE extension distribution?

Open VSX is an open registry needed for Cursor IDE extension distribution because Cursor does not support the Visual Studio Marketplace. It allows developers to make VS Code extensions available to alternative editors like Kiro.