check-versions

Community

Verify version consistency, prevent release errors.

Authorsynapseradio
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Mismatched version numbers between a plugin's plugin.json and its entry in the global marketplace.json can lead to broken releases, incorrect marketplace listings, and user confusion about which version they're installing.

Core Features & Use Cases

  • Cross-File Comparison: Scans all plugins and compares their declared versions across plugin.json and marketplace.json.
  • Mismatch Reporting: Clearly identifies specific plugins with version discrepancies, showing both versions for comparison.
  • Remediation Guidance: Recommends using the bump-version Skill for atomic updates to prevent future mismatches.
  • Use Case: Use this Skill before any release, after manual version edits, or as part of CI/CD to ensure all version metadata files are perfectly synchronized and accurate.

Quick Start

Check if all plugin versions are consistent across the repository.

Dependency Matrix

Required Modules

jq

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: check-versions
Download link: https://github.com/synapseradio/thinkies/archive/main.zip#check-versions

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository