check-versions

Compare plugin versions across plugin.json and marketplace.json files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/synapseradio/thinkies --skill check-versions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-versions
Source: https://github.com/synapseradio/thinkies/tree/main/.claude/skills/check-versions
Command: npx skills add https://github.com/synapseradio/thinkies --skill check-versions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

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.