What problem does it solve?
Releasing a new version of GodotPrompter requires keeping multiple version files in sync (package.json, plugin.json, marketplace.json), updating the changelog, tagging correctly, and ensuring marketplace PRs are opened — a process that is easy to get wrong when done manually.
Core Features & Use Cases
- Version Bump Automation: Runs
node scripts/bump-version.mjs <version> to update package.json, .claude-plugin/plugin.json, .claude-plugin/marketplace.json, and sibling marketplace manifests, including syncing the live skill count in manifest descriptions.
- Tag-Triggered Release Workflow: Committing, tagging with
v<version>, and pushing triggers .github/workflows/release.yml, which validates, creates the GitHub release, and opens marketplace PRs when MARKETPLACE_TOKEN is configured.
- Use Case: When cutting release v1.10.0, follow the sequence to bump all manifests, update CHANGELOG.md, tag, and push — then manually bump the skillsmith and godot-prompter-marketplace manifests if the workflow's marketplace step is skipped.
Quick Start
Ask the agent to cut a new GodotPrompter release for version 1.10.0 following the version-bump and tagging sequence.