plugin-updating

Update plugin versions across plugin.json and SKILL.md frontmatter files.

41|5|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/shopwareLabs/ai-coding-tools --skill plugin-updating
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-updating
Source: https://github.com/shopwareLabs/ai-coding-tools/tree/main/.claude/skills/plugin-updating
Command: npx skills add https://github.com/shopwareLabs/ai-coding-tools --skill plugin-updating

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Updating plugin versions across Shopware AI Coding Tools requires manual edits in multiple files, which leads to inconsistencies and human error.

Core Features & Use Cases

  • Centralizes version bumps by propagating a single target version to plugin.json and SKILL.md frontmatters.
  • Ensures consistency across related skill metadata, and keeps historical references aligned.
  • Use Case: When releasing a new plugin version, run the tool to update all frontmatter versions in one go.

Quick Start

Run the bundled bump-plugin-version.sh script to update a plugin's version across plugin.json and all SKILL.md frontmatters.

Frequently Asked Questions about plugin-updating

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

FAQPage Schema
How do I update plugin versions across Shopware plugin.json and SKILL.md files?

To update plugin versions across Shopware, run the bundled bump-plugin-version.sh script to surgically modify plugin.json and all SKILL.md frontmatter files while leaving the rest of the files intact.

Why do my Shopware plugin versions become inconsistent when releasing updates?

Shopware plugin versions become inconsistent because manual version edits across multiple files lead to human error. Centralizing version bumps propagates a single target version to plugin.json and SKILL.md frontmatters to ensure consistency.

What's the best way to automate semver bumps for Shopware AI Coding Tools plugins?

Automating semver bumps for Shopware AI Coding Tools plugins is best handled by running a centralized script that propagates a single target version to plugin.json and all skill frontmatter files in one go.

Does the version bump script modify the entire SKILL.md content?

The version bump script does not modify the entire SKILL.md content. It surgically modifies only the plugin.json and SKILL.md frontmatter while leaving the rest of the files intact.

When do I need to run a plugin version bump for Shopware?

You need to run a plugin version bump for Shopware when releasing a new plugin version. This ensures version consistency across related skill metadata and keeps historical references aligned.