publish-skills

Publish and update pgdbm Claude Code skills with version bumps.

Updated Jul 28, 2025
One-click install
npx skills add https://github.com/juanre/pgdbm --skill publish-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: publish-skills
Source: https://github.com/juanre/pgdbm/tree/main/.claude/skills/publish-skills
Command: npx skills add https://github.com/juanre/pgdbm --skill publish-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams publish and update pgdbm Claude Code skills for the marketplace, ensuring skills reach users reliably.

Core Features & Use Cases

  • Guided publishing workflow: step-by-step instructions to prepare and publish skill updates.
  • Version control & distribution: coordinates SKILL.md updates with plugin.json version bumps and marketplace deployment.
  • Use Case: When new features or fixes are ready, publish an updated skill so Claude Code users receive the improvements automatically.

Quick Start

Update the skill entry and publish by bumping the plugin version, then commit and push to the repository so subscribers receive the update.

Frequently Asked Questions about publish-skills

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

FAQPage Schema
How do I publish a Claude Code skill to the marketplace?

Publishing a Claude Code skill involves updating your SKILL.md with YAML frontmatter containing name and description, bumping the version in .claude-plugin/plugin.json, committing your changes, and pushing to the repository. Subscribers automatically receive the update through the marketplace distribution system.

What version control workflow should I follow when releasing skill updates?

The version-controlled publishing workflow coordinates SKILL.md documentation updates with plugin version bumps in .claude-plugin/plugin.json, then pushes changes to the repository. This ensures reliable distribution and lets subscribers track updates through version history.

What metadata is required in SKILL.md to publish a skill?

SKILL.md must include YAML frontmatter with at minimum a name and description field. This structured metadata enables the marketplace to index and display your skill correctly to users searching for Claude Code plugins.

Can I automate skill updates across multiple Claude Code subscribers?

Yes. By maintaining version control in .claude-plugin/plugin.json and pushing updates to the repository, your skill automatically reaches all subscribed Claude Code users through the marketplace distribution pipeline.

What happens after I bump the plugin version and push to the repository?

Once you bump the plugin version and push changes, the marketplace detects the update and distributes it to all subscribers of your skill. They receive the new version automatically without manual intervention.

Do I need to manually notify users when publishing a skill update?

No. The marketplace handles notification and distribution automatically. When you bump the version in .claude-plugin/plugin.json and push to the repository, subscribers receive the update through the version-controlled publishing workflow.