From simpleapps
Publish to production — version bump, tag, and release with mandatory verification. Reads steps from the project wiki Deployment page.
npx claudepluginhub simpleapps-com/augur-skills --plugin simpleappsFirst, load these skills:
1. Skill("deployment") — reads wiki Deployment page, loads git-safety, defines verification gate
2. Skill("bash-simplicity") — Bash conventions
## What This Command Does
Publish a production release by following the **Publish** section of the project's `wiki/Deployment.md` page. This is the highest-stakes command — it puts code in front of real users.
## Hard Requirement: Deployment Page
Before doing ANYTHING else, read `wiki/Deployment.md` and find the **Publish** section.
**If `wiki/Deployment.md` does not exist or has no Publish section, YOU MUST STOP IMMED.../publishYou are helping publish a Claude Code plugin to the Claude Market marketplace.
/publishFinalize and publish blog post (move from sandbox to blog, set publication date)
First, load these skills:
Publish a production release by following the Publish section of the project's wiki/Deployment.md page. This is the highest-stakes command — it puts code in front of real users.
Before doing ANYTHING else, read wiki/Deployment.md and find the Publish section.
If wiki/Deployment.md does not exist or has no Publish section, YOU MUST STOP IMMEDIATELY. Do not guess, do not improvise, do not infer steps from the codebase or version files. Tell the user:
"Cannot run /publish — no Deployment page found at wiki/Deployment.md. Run /curate-wiki to generate it from the codebase."
Then stop. Do nothing else. MUST NOT attempt to bump versions, tag, or push on your own.
git log --oneline <last-tag>..HEADVersion: v{current} -> v{new}
Changes: {N} commits since last release
Tests: {pass/fail}
Once the user confirms, execute ALL remaining steps without pausing — the confirmation IS the approval for all git writes.