๐ŸŽฏ

msstore-cli

๐ŸŽฏSkill

from github/awesome-copilot

Installation

Vibe Index InstallInstalls to .claude/skills/
$npx vibeindex add github/awesome-copilot --skill msstore-cli
skills.sh Installโš  Installs to .agents/skills/
$npx skills add github/awesome-copilot --skill msstore-cli
Manual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/msstore-cli/SKILL.md
VibeIndex|
What it does
|

Microsoft Store CLI skill from Awesome GitHub Copilot, a community-created collection of custom agents and instructions for enhancing GitHub Copilot across different domains, languages, and use cases.

Overview

A GitHub Copilot skill for the Microsoft Store Developer CLI (msstore), a cross-platform command-line interface for publishing and managing Windows applications in the Microsoft Store. It covers credential configuration, app listing, submission management, packaging for various project types (WinUI, UWP, .NET MAUI, Flutter, Electron, React Native, PWA), package flights for beta testing, gradual rollouts, and CI/CD pipeline integration.

Key Features

  • Complete CLI command reference: Documents all major commands including reconfigure (credentials), apps list/get (app management), submission status/publish/poll/delete (submission lifecycle), init (project setup), package (build packages), and publish (deploy to Store).
  • Multi-framework support: Initializes and packages projects from Windows App SDK/WinUI 3, UWP, .NET MAUI, Flutter, Electron, React Native for Desktop, and Progressive Web Apps (PWA) โ€” each auto-detected during project initialization.
  • Package flight management: Creates and manages beta testing groups with flights create/list/get/delete commands and flight-specific submissions, including rollout management with percentage-based gradual rollouts, halting, and finalization.
  • CI/CD pipeline integration: Provides ready-to-use GitHub Actions YAML workflows for automated Store publishing on release events, including .NET setup, CLI installation, credential configuration, and publish steps.
  • Flexible authentication: Supports client secret, certificate thumbprint, and certificate file authentication methods for Azure AD app registration, plus environment variables (MSSTORE_TENANT_ID, MSSTORE_CLIENT_ID, etc.) for CI/CD scenarios.

Who is this for?

This skill is designed for Windows application developers and DevOps engineers who publish apps to the Microsoft Store. It is especially useful for teams managing multiple apps with automated release pipelines, those conducting beta testing with package flights, or developers using cross-platform frameworks who want streamlined Store publishing without navigating the Partner Center web interface manually.

๐Ÿ“ฆ

Same repository

github/awesome-copilot(378 items)

msstore-cli

SKILL.md

6,936Installs
-
AddedMar 2, 2026

More from this repository10

๐ŸŽฏ
git-commit๐ŸŽฏSkill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

๐ŸŽฏ
excalidraw-diagram-generator๐ŸŽฏSkill

Generates Excalidraw diagrams from natural language descriptions, creating visual representations of processes, systems, relationships, and ideas.

๐ŸŽฏ
documentation-writer๐ŸŽฏSkill

Expert technical writer guided by the Diataxis framework, creating tutorials, how-to guides, reference docs, and explanation pages for software documentation.

๐ŸŽฏ
multi-stage-dockerfile๐ŸŽฏSkill

Creates optimized multi-stage Dockerfiles for any language or framework, separating builder and runtime stages to produce smaller, more secure container images.

๐ŸŽฏ
gh-cli๐ŸŽฏSkill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

๐ŸŽฏ
prd๐ŸŽฏSkill

Generates comprehensive Product Requirements Documents (PRDs) by systematically analyzing requirements and crafting detailed technical specifications

๐ŸŽฏ
refactor๐ŸŽฏSkill

A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.

๐ŸŽฏ
java-springboot๐ŸŽฏSkill

Provides Spring Boot best practices covering project setup, dependency injection, REST API design, data access with JPA, security configuration, and testing strategies.

๐ŸŽฏ
playwright-generate-test๐ŸŽฏSkill

Generates Playwright end-to-end tests from user-described scenarios using Playwright MCP for browser automation.

๐ŸŽฏ
conventional-commit๐ŸŽฏSkill

Generates conventional commit messages using structured XML format following the Conventional Commits specification.