update-skill

Update marketplace skills by bumping versions and validating JSON metadata.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/latecheckout/bsw-tiger-team-skills --skill update-skill-latecheckout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-skill
Source: https://github.com/latecheckout/bsw-tiger-team-skills/tree/main/plugins/update-skill/skills/update-skill
Command: npx skills add https://github.com/latecheckout/bsw-tiger-team-skills --skill update-skill-latecheckout

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update or improve an existing skill in the bsw-tiger-team-skills marketplace. This walks you through picking a skill, making changes, bumping the version, and keeping the marketplace catalog in sync.

Core Features & Use Cases

  • Orchestrates the end-to-end workflow to update a marketplace skill, including retrieving current state and bumping versions.
  • Validates JSON files and helps align metadata across plugin.json, marketplace.json, and site-metadata.json.
  • Guides through a PR process to publish changes to the marketplace.

Quick Start

Follow the guided prompts to select a skill, review its current state, apply changes, bump the version, and publish to the marketplace.

Frequently Asked Questions about update-skill

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

FAQPage Schema
How do I update and version a marketplace skill?

To update and version a marketplace skill, you follow a guided workflow that retrieves the current state, applies changes, bumps the version, and keeps the catalog in sync. This automates reading metadata and publishing changes.

How does version bumping work for marketplace skills?

Version bumping for marketplace skills works by reading the current metadata, proposing changes, and updating the version number automatically. This ensures the marketplace catalog stays aligned with the new skill version.

How do I align skill metadata across plugin.json, marketplace.json, and site-metadata.json?

You align skill metadata across plugin.json, marketplace.json, and site-metadata.json by validating the JSON files and applying proposed changes. This ensures all catalog configurations match before publishing.

What is the best way to publish skill updates to the marketplace?

The best way to publish skill updates to the marketplace is through a guided PR process. After modifying the skill and bumping its version, the workflow assists you in submitting and publishing the changes.

Can I automate the marketplace skill update workflow?

Yes, you can automate the marketplace skill update workflow. The process orchestrates retrieving the current state, validating JSON, bumping versions, and aligning metadata to streamline publishing.

Why does my marketplace skill update fail validation?

A marketplace skill update fails validation when JSON files contain syntax errors or metadata mismatches. The workflow validates JSON structures and helps align metadata to resolve these conflicts before publishing.