publish-extension

作成者: microsoft

Microsoft Store、WinGet、またはその両方を通じてCommand Palette拡張機能を配布するためのガイド。

npx skills add https://github.com/microsoft/powertoys --skill publish-extension

Publish Your Command Palette Extension

Guide for distributing your Command Palette extension through the Microsoft Store, WinGet, or both.

When to Use This Skill

  • Publishing your extension to the Microsoft Store
  • Submitting your extension to WinGet for winget install discovery
  • Setting up GitHub Actions to automate builds and releases
  • Creating MSIX packages for Store submission
  • Creating EXE installers for WinGet submission

Publishing Options

ChannelPackage FormatDiscoveryAuto-Updates
Microsoft StoreMSIX bundleStore app, ms-windows-store:// linkYes
WinGetEXE installerwinget install, CmdPal browseYes (via manifest)

Recommendation: Publish to both for maximum reach. WinGet enables direct discovery from within Command Palette.

Workflows

Microsoft Store Publishing

See store-publishing.md for the complete step-by-step guide.

Summary:

  1. Register for Partner Center
  2. Update Package.appxmanifest and .csproj with Partner Center identity
  3. Build MSIX for x64 and ARM64
  4. Create MSIX bundle
  5. Submit to Partner Center

WinGet Publishing

See winget-publishing.md for the complete step-by-step guide.

Summary:

  1. Switch project to unpackaged mode
  2. Create Inno Setup installer script
  3. Build EXE installers
  4. Submit manifest via wingetcreate new
  5. Optionally automate with GitHub Actions

Prerequisites

Important Notes

  • Your extension's CLSID (the [Guid("...")] in your main .cs file) must be unique and consistent across all files
  • WinGet manifests must include the windows-commandpalette-extension tag for CmdPal discovery
  • MSIX packages require both x64 and ARM64 builds for Store submission
  • WindowsAppSdk must be listed as a dependency in WinGet manifests

microsoftのその他のスキル

oss-growth
microsoft
OSS成長ハッカーのペルソナ
official
winapp-ui-automation
microsoft
コマンドラインからUI Automation(UIA)を使用して、実行中のWindowsアプリのUIを検査および操作します。AIエージェントや開発者がUIを検査する必要がある場合に使用します…
official
accessibility-aria-expert
microsoft
React/Fluent UIのWebビューにおけるアクセシビリティ問題を検出・修正します。スクリーンリーダー互換性のコードレビュー時、ARIAラベルの修正時、および…の確認時に使用します。
official
generate-canvas-app
microsoft
[DEPRECATED — 代わりに canvas-app を使用してください] 完全なPower Appsキャンバスアプリを生成します。
official
django
microsoft
Djangoウェブ開発のベストプラクティス(モデル、ビュー、テンプレート、テストを含む)
official
github-issue-creator
microsoft
生のメモ、エラーログ、音声入力、スクリーンショットを、簡潔なGitHub Flavored MarkdownのIssueレポートに変換します。ユーザーがバグ情報やエラーを貼り付けた際に使用します。
official
python-package-management
microsoft
依存関係管理にuvを使用し、タスク自動化にpoethepoetを使用します。
official
runtime-validation
microsoft
移行アプリケーションのランタイム検証 — テスト戦略(計画フェーズ)とテスト実行(検証フェーズ)をカバー:起動検証、…
official