marketplace-publishing

Automates publishing workflow for dotnet-skills marketplace including validation, versioning, and release tagging.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/tientt010/Dotnet-JiraLite-Microservices --skill marketplace-publishing-tientt010
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketplace-publishing
Source: https://github.com/tientt010/Dotnet-JiraLite-Microservices/tree/main/.github/skills/marketplace-publishing
Command: npx skills add https://github.com/tientt010/Dotnet-JiraLite-Microservices --skill marketplace-publishing-tientt010

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publishing skills and agents to the dotnet-skills Claude Code marketplace requires coordinating repository structure, validating SKILL.md frontmatter, updating plugin.json, and tagging releases. This workflow automates those steps to reduce manual errors.

Core Features & Use Cases

  • Validates SKILL.md frontmatter in new skills and agents.
  • Updates plugin.json registry with new skill/agent paths.
  • Runs release tagging and marketplace validation to publish content.

Quick Start

Run the marketplace publish validation script after adding a new skill or agent to the repository.

Frequently Asked Questions about marketplace-publishing

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

FAQPage Schema
How do I automate publishing skills to the dotnet-skills marketplace?

To automate publishing skills to the dotnet-skills marketplace, use a workflow that validates SKILL.md frontmatter, updates the plugin.json registry with new paths, and runs release tagging with marketplace validation.

What is the required SKILL.md frontmatter for publishing to the marketplace?

The required SKILL.md frontmatter ensures new skills and agents are properly registered and validated before release tagging. The publishing workflow checks that each SKILL.md contains this mandatory metadata to prevent manual errors.

How do I update plugin.json when adding a new skill or agent to the repository?

Updating plugin.json when adding a new skill or agent involves registering the new file paths in the registry. The publishing workflow automates this update to coordinate repository structure and ensure all skills and agents are tracked.

Does the marketplace validation script run automatically during release tagging?

Yes, the marketplace validation script runs during release tagging. The publishing workflow coordinates validation, versioning, and release tagging to ensure that all repository structures and metadata meet marketplace requirements.

Can I use this publishing workflow for both skills and agents?

Yes, you can use this publishing workflow for both skills and agents. It applies to repository structures with skills/ and agents/ directories, validating frontmatter and updating plugin.json for both types.

Why does publishing skills to the marketplace require coordinating repository structure?

Publishing skills to the marketplace requires coordinating repository structure because plugin.json must register all skills and agents, SKILL.md files need valid frontmatter, and release tagging depends on successful marketplace validation to reduce manual errors.