🎯

msstore-cli

🎯Skill

from github/awesome-copilot

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(314 items)

msstore-cli

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add github/awesome-copilot --skill msstore-cli
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add github/awesome-copilot --skill msstore-cli
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/msstore-cli/SKILL.md

SKILL.md

6,695Installs
-
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.

🎯
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

🎯
documentation-writer🎯Skill

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

🎯
excalidraw-diagram-generator🎯Skill

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

🎯
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.

🎯
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.

🎯
create-readme🎯Skill

Creates README.md files for projects.

🎯
memory-merger🎯Skill

Merges mature lessons from domain memory files into instruction files, consolidating knowledge with minimal redundancy across global, user, and workspace scopes.