Use when cutting a GodotPrompter release or bumping its version — the version-bump sequence, tag-triggered workflow, and the marketplace manifests that must follow.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add jame581/GodotPrompter --skill releasing-godot-prompter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Releasing Godot Prompter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jame581-releasing-godot-prompter)More formats (shields.io, HTML) on the badges page.
---
name: releasing-godot-prompter
description: Use when cutting a GodotPrompter release or bumping its version — the version-bump sequence, tag-triggered workflow, and the marketplace manifests that must follow.
---
# Releasing GodotPrompter
Current version: check `package.json` and `.claude-plugin/plugin.json` (must match).
Full command sequence lives in `CONTRIBUTING.md`.
## Sequence
1. `node scripts/bump-version.mjs <version>` — bumps `package.json`,
`.claude-plugin/plugin.json`, `.claude-plugin/marketplace.json`, plus sibling
marketplaces if present; also syncs the live skill count into the
"N domain-specific skills" text of each manifest description.
2. Update `CHANGELOG.md` with the new section.
3. Commit, tag (`v<version>`), push with tags — `.github/workflows/release.yml`
then validates, creates the GitHub release, and opens marketplace PRs
(when `MARKETPLACE_TOKEN` is configured).
4. If the workflow's marketplace step is skipped, manually bump
`skillsmith/.claude-plugin/marketplace.json` (primary) and the legacy
`godot-prompter-marketplace/.claude-plugin/marketplace.json`.
## Notes
- The root `plugin.json` (Antigravity) must match `package.json` too — step 1
handles it, but verify before tagging.
- Auto-opened marketplace PRs need manual review approval on the sibling repos.
- Reset local sibling clones before pushing to avoid conflicts.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!